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-11T05:32:32.739Z||main|||||INFO|500||The following profiles are active: basic
2022-01-11T05:32:42.266Z||main|||||INFO|500||Starting service [Tomcat]
2022-01-11T05:32:42.267Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-01-11T05:32:42.351Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-01-11T05:32:44.687Z||main|||||INFO|500||catdb-pool - Starting...
2022-01-11T05:32:44.845Z||main|||||INFO|500||catdb-pool - Start completed.
2022-01-11T05:32:45.234Z||main|||||INFO|500||reqdb-pool - Starting...
2022-01-11T05:32:45.240Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-01-11T05:32:45.316Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-01-11T05:32:45.450Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-01-11T05:32:45.777Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-01-11T05:32:46.638Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-11T05:32:48.399Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-11T05:32:48.442Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-01-11T05:32:48.875Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-11T05:32:49.151Z||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-11T05:32:50.230Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-11T05:32:51.144Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-01-11T05:32:51.159Z||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$$1a53e449.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-11T05:32:51.160Z||main|||||WARN|500||The sdc end point is not alive
2022-01-11T05:32:53.717Z||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-11T05:32:56.372Z||main|||||WARN|500||---
2022-01-11T05:32:56.372Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-01-11T05:32:56.372Z||main|||||WARN|500||---
2022-01-11T05:32:56.798Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-01-11T05:33:01.023Z||main|||||INFO|500||Started Application in 32.79 seconds (JVM running for 33.971)
2022-01-11T05:33:01.040Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:33:01.041Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:33:01.049Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:33:01.115Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:33:01.154Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c6289489-3d09-489f-9436-811da8bee81a url= /sdc/v1/artifactTypes
2022-01-11T05:33:01.154Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:33:02.265Z||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.53.98] 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$$76595e7.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-11T05:33:02.271Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@16f43149
2022-01-11T05:33:02.271Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:33:02.284Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:33:02.286Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:33:02.288Z||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$$76595e7.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-11T05:33:51.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:33:51.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:33:51.019Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:33:51.024Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:33:51.031Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 84e9b7c5-3622-4682-9c9c-fe5c70a37edd url= /sdc/v1/artifactTypes
2022-01-11T05:33:51.031Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:33:52.057Z||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.53.98] 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$$76595e7.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-11T05:33:52.058Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4fa418e6
2022-01-11T05:33:52.058Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:33:52.059Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:33:52.059Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:33:52.060Z||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$$76595e7.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-11T05:34:41.018Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:34:41.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:34:41.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:34:41.024Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:34:41.031Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6a237ce8-e10b-48ec-8c43-497384de4bbf url= /sdc/v1/artifactTypes
2022-01-11T05:34:41.031Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:34:42.074Z||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.53.98] 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$$76595e7.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-11T05:34:42.075Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40e5e218
2022-01-11T05:34:42.076Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:34:42.076Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:34:42.076Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:34:42.077Z||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$$76595e7.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-11T05:35:31.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:35:31.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:35:31.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:35:31.022Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:35:31.028Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 61a28b1c-6e87-4bdc-b6d9-3c177423d9f3 url= /sdc/v1/artifactTypes
2022-01-11T05:35:31.029Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:35:32.056Z||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.53.98] 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$$76595e7.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-11T05:35:32.057Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@10f874c0
2022-01-11T05:35:32.058Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:35:32.058Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:35:32.059Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:35:32.060Z||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$$76595e7.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-11T05:36:21.018Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:36:21.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:36:21.019Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:36:21.022Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:36:21.028Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= daeea2f8-7dd6-45bd-b2ee-f39728e8837d url= /sdc/v1/artifactTypes
2022-01-11T05:36:21.028Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:36:22.071Z||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.53.98] 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$$76595e7.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-11T05:36:22.071Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1249d9c5
2022-01-11T05:36:22.071Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:36:22.072Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:36:22.072Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:36:22.073Z||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$$76595e7.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-11T05:37:11.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:37:11.017Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:37:11.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:37:11.022Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:37:11.028Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 941d2894-1f5c-42cc-bfce-4d6279381369 url= /sdc/v1/artifactTypes
2022-01-11T05:37:11.028Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:37:12.056Z||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.53.98] 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$$76595e7.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-11T05:37:12.057Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9d6b799
2022-01-11T05:37:12.057Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:37:12.057Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:37:12.057Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:37:12.058Z||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$$76595e7.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-11T05:38:01.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:38:01.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:38:01.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:38:01.022Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:38:01.029Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aaafa7b9-e733-4564-8152-ae6c457ecc0b url= /sdc/v1/artifactTypes
2022-01-11T05:38:01.029Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:38:02.073Z||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.53.98] 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$$76595e7.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-11T05:38:02.073Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1df0e6c4
2022-01-11T05:38:02.074Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:38:02.074Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:38:02.074Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:38:02.075Z||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$$76595e7.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-11T05:38:51.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:38:51.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:38:51.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:38:51.023Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:38:51.030Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 93bc54b5-3510-4b71-a5cb-19616d145a78 url= /sdc/v1/artifactTypes
2022-01-11T05:38:51.031Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:38:52.056Z||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.53.98] 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$$76595e7.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-11T05:38:52.057Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7926af84
2022-01-11T05:38:52.058Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:38:52.058Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:38:52.058Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:38:52.059Z||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$$76595e7.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-11T05:39:41.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:39:41.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:39:41.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:39:41.024Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:39:41.030Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a1466d0-d19f-4d24-9d3a-14bad6bb5772 url= /sdc/v1/artifactTypes
2022-01-11T05:39:41.031Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:39:42.076Z||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.53.98] 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$$76595e7.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-11T05:39:42.077Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@381d1b6f
2022-01-11T05:39:42.077Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:39:42.077Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:39:42.078Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:39:42.078Z||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$$76595e7.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-11T05:40:31.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:40:31.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:40:31.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:40:31.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:40:31.027Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba13e2cf-830d-4a3e-860e-dfcfdc0b9563 url= /sdc/v1/artifactTypes
2022-01-11T05:40:31.027Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:40:32.055Z||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.53.98] 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$$76595e7.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-11T05:40:32.056Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46f55d6b
2022-01-11T05:40:32.056Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:40:32.056Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:40:32.056Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:40:32.057Z||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$$76595e7.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-11T05:41:21.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:41:21.017Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:41:21.017Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:41:21.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:41:21.025Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f48d0a75-b941-4177-8592-b6d6599c4cf2 url= /sdc/v1/artifactTypes
2022-01-11T05:41:21.026Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:41:22.039Z||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.53.98] 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$$76595e7.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-11T05:41:22.039Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ea620ee
2022-01-11T05:41:22.040Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:41:22.040Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:41:22.040Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:41:22.041Z||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$$76595e7.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-11T05:42:11.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:42:11.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:42:11.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:42:11.022Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:42:11.028Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 835ca7fb-9ab6-416b-9caf-a1f57f4bddb4 url= /sdc/v1/artifactTypes
2022-01-11T05:42:11.028Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:42:12.056Z||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.53.98] 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$$76595e7.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-11T05:42:12.057Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5fd3113e
2022-01-11T05:42:12.057Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:42:12.058Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:42:12.058Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:42:12.059Z||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$$76595e7.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-11T05:42:45.925Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-01-11T05:43:01.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:43:01.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:43:01.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:43:01.022Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:43:01.029Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 00234c4b-c09d-41c4-9ea0-e1f473dea4a9 url= /sdc/v1/artifactTypes
2022-01-11T05:43:01.029Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:43:02.073Z||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.53.98] 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$$76595e7.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-11T05:43:02.073Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a81f90
2022-01-11T05:43:02.073Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:43:02.074Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:43:02.074Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:43:02.074Z||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$$76595e7.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-11T05:43:51.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:43:51.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:43:51.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:43:51.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:43:51.027Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6aba041d-4524-4b3d-8977-07fff836f06e url= /sdc/v1/artifactTypes
2022-01-11T05:43:51.027Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:43:52.056Z||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.53.98] 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$$76595e7.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-11T05:43:52.057Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4cdef0fb
2022-01-11T05:43:52.057Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:43:52.057Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:43:52.057Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:43:52.058Z||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$$76595e7.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-11T05:44:41.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:44:41.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:44:41.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:44:41.022Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:44:41.029Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d48c3b0d-041c-47de-8be3-f23640b7047f url= /sdc/v1/artifactTypes
2022-01-11T05:44:41.030Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:44:42.072Z||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.53.98] 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$$76595e7.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-11T05:44:42.073Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13602afa
2022-01-11T05:44:42.073Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:44:42.073Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:44:42.074Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:44:42.074Z||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$$76595e7.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-11T05:45:31.018Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:45:31.019Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:45:31.019Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:45:31.023Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:45:31.031Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a61e591-8822-4cb4-979e-6bc3bc08cab2 url= /sdc/v1/artifactTypes
2022-01-11T05:45:31.031Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:45:32.057Z||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.53.98] 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$$76595e7.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-11T05:45:32.057Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2bf2856b
2022-01-11T05:45:32.058Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:45:32.058Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:45:32.058Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:45:32.059Z||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$$76595e7.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-11T05:46:21.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:46:21.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:46:21.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:46:21.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:46:21.027Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4cd29836-9638-4353-a382-39f13d3693e7 url= /sdc/v1/artifactTypes
2022-01-11T05:46:21.027Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:46:22.073Z||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.53.98] 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$$76595e7.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown 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)
... 48 common frames omitted
2022-01-11T05:46:22.073Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b3e3307
2022-01-11T05:46:22.074Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:46:22.074Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:46:22.074Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:46:22.075Z||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$$76595e7.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown 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)
... 31 common frames omitted
2022-01-11T05:47:11.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:47:11.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:47:11.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:47:11.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:47:11.027Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 217c2a47-968e-4784-98cd-161b5a7aa077 url= /sdc/v1/artifactTypes
2022-01-11T05:47:11.028Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:47:12.056Z||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.53.98] 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$$76595e7.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown 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)
... 48 common frames omitted
2022-01-11T05:47:12.056Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2bf957f5
2022-01-11T05:47:12.057Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:47:12.057Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:47:12.058Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:47:12.058Z||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$$76595e7.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown 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)
... 31 common frames omitted
2022-01-11T05:48:01.020Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:48:01.021Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:48:01.021Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:48:01.024Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:48:01.032Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2e11c03c-c075-4611-947a-4440d9b121ea url= /sdc/v1/artifactTypes
2022-01-11T05:48:01.033Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:48:02.083Z||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.53.98] 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$$76595e7.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown 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)
... 48 common frames omitted
2022-01-11T05:48:02.084Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@42e53bae
2022-01-11T05:48:02.084Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:48:02.085Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:48:02.086Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:48:02.086Z||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$$76595e7.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown 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)
... 31 common frames omitted
2022-01-11T05:48:51.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:48:51.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:48:51.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:48:51.020Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:48:51.026Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1458c5e9-62ff-49da-a673-00701fa40a94 url= /sdc/v1/artifactTypes
2022-01-11T05:48:51.026Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:48:52.055Z||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.53.98] 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$$76595e7.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown 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)
... 48 common frames omitted
2022-01-11T05:48:52.056Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ac25cc5
2022-01-11T05:48:52.056Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:48:52.057Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:48:52.057Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:48:52.057Z||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$$76595e7.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown 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)
... 31 common frames omitted
2022-01-11T05:49:41.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:49:41.017Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:49:41.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:49:41.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:49:41.026Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8a9a2117-cae8-4e17-acc3-6a07489aacfd url= /sdc/v1/artifactTypes
2022-01-11T05:49:41.026Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:49:42.073Z||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.53.98] 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$$76595e7.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown 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)
... 48 common frames omitted
2022-01-11T05:49:42.073Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2cc7af80
2022-01-11T05:49:42.074Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-11T05:49:42.074Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-11T05:49:42.074Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-11T05:49:42.075Z||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$$76595e7.periodicControllerTask()
at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown 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)
... 31 common frames omitted
2022-01-11T05:50:31.017Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-11T05:50:31.018Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-11T05:50:31.018Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-11T05:50:31.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-11T05:50:31.028Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= df2297bb-d8cf-4e7b-af5f-0a2ffab6e72a url= /sdc/v1/artifactTypes
2022-01-11T05:50:31.028Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-11T05:50:31.554Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-01-11T05:50:31.562Z||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-11T05:50:31.593Z||scheduling-1|||||DEBUG|500||create keys
2022-01-11T05:50:31.601Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-01-11T05:50:31.637Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T05:50:31.654Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5989fc7d-f58b-477e-bcc0-cadef9376348 url= /sdc/v1/registerForDistribution
2022-01-11T05:50:32.089Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5989fc7d-f58b-477e-bcc0-cadef9376348 url= /sdc/v1/registerForDistribution
2022-01-11T05:50:32.089Z||scheduling-1|||||INFO|500||start DistributionClient
2022-01-11T05:50:32.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:50:32.101Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:50:32.105Z||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-11T05:50:32.105Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:50:32.105Z||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-11T05:50:32.105Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:50:32.106Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-01-11T05:50:42.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T05:50:42.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T05:51:32.098Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:51:32.099Z||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-11T05:51:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:51:32.100Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:51:32.102Z||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-11T05:51:32.102Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:51:41.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T05:51:41.651Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T05:52:32.098Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:52:32.099Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-11T05:52:32.099Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SYGVaJt88pwf0J8m) ...
2022-01-11T05:52:32.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:52:32.102Z||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-11T05:52:32.102Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:52:41.651Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T05:52:41.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T05:53:32.098Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:53:32.099Z||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-11T05:53:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:53:32.100Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:53:32.101Z||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-11T05:53:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:53:41.649Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T05:53:41.649Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T05:54:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:54:32.099Z||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-11T05:54:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:54:32.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:54:32.102Z||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-11T05:54:32.102Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:54:41.644Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T05:54:41.651Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T05:55:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:55:32.099Z||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-11T05:55:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:55:32.100Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:55:32.101Z||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-11T05:55:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:55:41.646Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T05:55:41.651Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T05:56:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:56:32.099Z||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-11T05:56:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:56:32.100Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:56:32.101Z||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-11T05:56:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:56:41.650Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T05:56:41.650Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T05:57:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:57:32.098Z||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-11T05:57:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:57:32.100Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:57:32.101Z||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-11T05:57:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:57:41.644Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T05:57:41.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T05:58:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:58:32.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:58:32.100Z||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-11T05:58:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:58:32.101Z||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-11T05:58:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:58:41.650Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T05:58:41.651Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T05:59:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:59:32.098Z||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-11T05:59:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:59:32.100Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T05:59:32.102Z||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-11T05:59:32.102Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T05:59:41.652Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T05:59:41.652Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:00:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:00:32.099Z||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-11T06:00:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:00:32.100Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:00:32.101Z||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-11T06:00:32.102Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:00:41.647Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:00:41.650Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:01:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:01:32.098Z||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-11T06:01:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:01:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:01:32.101Z||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-11T06:01:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:01:41.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:01:41.648Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:02:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:02:32.098Z||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-11T06:02:32.098Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:02:32.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:02:32.101Z||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-11T06:02:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:02:41.650Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:02:41.652Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:03:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:03:32.098Z||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-11T06:03:32.098Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:03:32.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:03:32.101Z||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-11T06:03:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:03:41.647Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:03:41.648Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:04:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:04:32.098Z||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-11T06:04:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:04:32.100Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:04:32.101Z||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-11T06:04:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:04:41.649Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:04:41.651Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:05:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:05:32.098Z||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-11T06:05:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:05:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:05:32.101Z||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-11T06:05:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:05:41.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:05:41.644Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:06:32.098Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:06:32.099Z||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-11T06:06:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:06:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:06:32.101Z||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-11T06:06:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:06:41.647Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:06:41.649Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:07:32.098Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:07:32.098Z||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-11T06:07:32.098Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:07:32.100Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:07:32.101Z||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-11T06:07:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:07:41.644Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:07:41.647Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:08:32.098Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:08:32.098Z||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-11T06:08:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:08:32.100Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:08:32.101Z||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-11T06:08:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:08:41.647Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:08:41.649Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:09:32.098Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:09:32.099Z||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-11T06:09:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:09:32.100Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:09:32.101Z||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-11T06:09:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:09:41.653Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:09:41.653Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:10:32.098Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:10:32.099Z||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-11T06:10:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:10:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:10:32.101Z||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-11T06:10:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:10:41.645Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:10:41.645Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:11:32.098Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:11:32.099Z||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-11T06:11:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:11:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:11:32.101Z||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-11T06:11:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:11:41.660Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:11:41.665Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:12:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:12:32.099Z||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-11T06:12:32.100Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:12:32.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:12:32.103Z||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-11T06:12:32.103Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:12:41.649Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:12:41.649Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:13:32.098Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:13:32.098Z||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-11T06:13:32.098Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:13:32.100Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:13:32.101Z||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-11T06:13:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:13:41.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:13:41.645Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:14:32.098Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:14:32.099Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-11T06:14:32.099Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:14:32.100Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:14:32.101Z||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-11T06:14:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:14:41.654Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:14:41.654Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:15:32.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:15:32.098Z||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-11T06:15:32.098Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:15:32.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:15:32.101Z||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-11T06:15:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:15:41.646Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:15:41.646Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:16:32.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:16:32.098Z||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-11T06:16:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:16:32.100Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:16:32.101Z||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-11T06:16:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:16:41.645Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:16:41.649Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:17:32.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:17:32.098Z||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-11T06:17:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:17:32.100Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:17:32.101Z||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-11T06:17:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:17:41.647Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:17:41.648Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:18:32.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:18:32.098Z||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-11T06:18:32.098Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:18:32.100Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:18:32.101Z||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-11T06:18:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:18:41.647Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:18:41.650Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:19:32.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:19:32.098Z||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-11T06:19:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:19:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:19:32.101Z||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-11T06:19:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:19:41.646Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:19:41.647Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:20:32.097Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:20:32.098Z||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-11T06:20:32.098Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:20:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:20:32.101Z||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-11T06:20:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:20:41.643Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:20:41.646Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:21:32.098Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:21:32.098Z||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-11T06:21:32.099Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:21:32.100Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:21:32.101Z||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-11T06:21:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:21:41.643Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:21:41.643Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:22:32.097Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:22:32.098Z||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-11T06:22:32.098Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:32.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:22:32.101Z||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-11T06:22:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:32.728Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:22:32.730Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:22:32.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"224d5d06-eee8-4707-8ae1-93e2a60261d1","serviceName":"vFW 2022-01-11 06-20-08","serviceVersion":"1.0","serviceUUID":"d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb","serviceDescription":"catalog service description","serviceInvariantUUID":"18b981a1-36e9-4579-9cc0-a9a92c298fc6","resources":[{"resourceInstanceName":"vFW b9dba1bf-3908 0","resourceName":"vFW b9dba1bf-3908","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b552a1c1-805b-4126-ae94-6ca2fa3ba3e3","resourceInvariantUUID":"f4e7f93c-095a-4382-96b2-e53053c4f31b","resourceCustomizationUUID":"63b4e185-393f-4956-8113-97ee5fd86fc5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml","artifactChecksum":"OWJhMTBlZjU3ODdhZDc0MmI5NmMwZmI4NmI3ZDEyZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ebada519-ae7a-44ff-a9ae-64721e4335e4","artifactVersion":"1"},{"artifactName":"vfwb9dba1bf39080_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json","artifactChecksum":"NGU3MWRmZTQ2NmVmNGQ0NWZjNDk4MGVmYjJmODFiZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb79b4fb-2a0a-4b49-8c99-286e34ef632e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5f7f3668-f51b-4e88-977c-d272c50a3ba8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml","artifactChecksum":"ZjVlYzZjZDAwMjExZjEyZTRlNjFjNGVhYmRmMjQ1OWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a0634ea0-9ab0-4a87-a50a-b04559d91a10","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bbcd3bf5-7a70-471c-ba69-29a9dc67a255","artifactVersion":"2","generatedFromUUID":"5f7f3668-f51b-4e88-977c-d272c50a3ba8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220111062008-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml","artifactChecksum":"ZjExZDUxOGI3ZWM1YzliNjYzYWVjN2NjNzc1ZDBiY2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6936d6df-8a45-4ee8-a52c-7d915b270730","artifactVersion":"1"},{"artifactName":"service-Vfw20220111062008-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar","artifactChecksum":"MWEwMTY4YWMxMWUxNzkxZDNlNTNkOTNiNTUzMzE0YzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bdc16b0b-bc7d-4eac-9452-d6908538b32b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-11T06:22:32.738Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:22:32.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "clamp",
"timestamp": 1641882124447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.743Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:32.751Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:32.751Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882152097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882121282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "cds",
"timestamp": 1641882119377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "policy-id",
"timestamp": 1641882118376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "clamp",
"timestamp": 1641882124447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
"status": "NOTIFIED"
}
2022-01-11T06:22:32.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882121282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
"status": "NOTIFIED"
}
2022-01-11T06:22:32.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "cds",
"timestamp": 1641882119377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "policy-id",
"timestamp": 1641882118376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "clamp",
"timestamp": 1641882124447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882121282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "cds",
"timestamp": 1641882119377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "policy-id",
"timestamp": 1641882118376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "clamp",
"timestamp": 1641882124447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882121282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "cds",
"timestamp": 1641882119377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "policy-id",
"timestamp": 1641882118376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "clamp",
"timestamp": 1641882124447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882121282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-11T06:22:32.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "cds",
"timestamp": 1641882119377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "policy-id",
"timestamp": 1641882118376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "clamp",
"timestamp": 1641882124447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882121282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "cds",
"timestamp": 1641882119377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "policy-id",
"timestamp": 1641882118376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "aai-ml",
"timestamp": 1641882131812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1641882132395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "clamp",
"timestamp": 1641882124447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:22:32.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882121282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:22:32.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "cds",
"timestamp": 1641882119377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:22:32.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "policy-id",
"timestamp": 1641882118376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:22:32.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "aai-ml",
"timestamp": 1641882131812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882132894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1641882132395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "dcae-sch",
"timestamp": 1641882133570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "aai-ml",
"timestamp": 1641882131812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882132894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882134716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "policy-id",
"timestamp": 1641882134804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "cds",
"timestamp": 1641882134900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:32.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1641882132395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "dcae-sch",
"timestamp": 1641882133570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "aai-ml",
"timestamp": 1641882131812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882132894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "policy-id",
"timestamp": 1641882135810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-11T06:22:32.809Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:32.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "cds",
"timestamp": 1641882135917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-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-11T06:22:32.851Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 59 ms
2022-01-11T06:22:32.855Z||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-11T06:22:32.855Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:32.870Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:22:32.871Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-11T06:22:32.939Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 224d5d06-eee8-4707-8ae1-93e2a60261d1
2022-01-11T06:22:32.952Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 224d5d06-eee8-4707-8ae1-93e2a60261d1 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-11T06:22:32.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882135985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1641882132395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "dcae-sch",
"timestamp": 1641882133570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "aai-ml",
"timestamp": 1641882131812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882132894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "policy-id",
"timestamp": 1641882136814,
"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-11T06:22:32.987Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 224d5d06-eee8-4707-8ae1-93e2a60261d1
2022-01-11T06:22:32.987Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 224d5d06-eee8-4707-8ae1-93e2a60261d1 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-11T06:22:32.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1641882132395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882137107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "dcae-sch",
"timestamp": 1641882133570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "aai-ml",
"timestamp": 1641882131812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882132894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1641882132395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:32.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:32.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:32.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882138172,
"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-11T06:22:33.001Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 224d5d06-eee8-4707-8ae1-93e2a60261d1
2022-01-11T06:22:33.002Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 224d5d06-eee8-4707-8ae1-93e2a60261d1 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-11T06:22:33.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "dcae-sch",
"timestamp": 1641882133570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "aai-ml",
"timestamp": 1641882131812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882132894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "ves-openapi-manager",
"timestamp": 1641882132395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882139176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
"status": "DEPLOY_OK"
}
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "dcae-sch",
"timestamp": 1641882133570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882132894,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "aai-ml",
"timestamp": 1641882139628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "dcae-sch",
"timestamp": 1641882133570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882140719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:22:33.016Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:33.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "clamp",
"timestamp": 1641882141604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:22:33.016Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:33.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "clamp",
"timestamp": 1641882143610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-11T06:22:33.016Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:33.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "clamp",
"timestamp": 1641882144614,
"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-11T06:22:33.021Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 224d5d06-eee8-4707-8ae1-93e2a60261d1
2022-01-11T06:22:33.022Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 224d5d06-eee8-4707-8ae1-93e2a60261d1 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-11T06:22:33.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882144919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-11T06:22:33.030Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:33.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882145925,
"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-11T06:22:33.035Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 224d5d06-eee8-4707-8ae1-93e2a60261d1
2022-01-11T06:22:33.035Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 224d5d06-eee8-4707-8ae1-93e2a60261d1 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-11T06:22:33.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "aai-ml",
"timestamp": 1641882150062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-01-11T06:22:33.043Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:22:33.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:22:33.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "aai-ml",
"timestamp": 1641882151066,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-11T06:22:33.048Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 224d5d06-eee8-4707-8ae1-93e2a60261d1
2022-01-11T06:22:33.048Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 224d5d06-eee8-4707-8ae1-93e2a60261d1 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-11T06:22:33.795Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:22:33.796Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:33.798Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:33.798Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882152097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
"status": "NOTIFIED"
}
2022-01-11T06:22:33.898Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:33.899Z||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-11T06:22:33.899Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:33.913Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:22:33.914Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:22:34.799Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:22:34.800Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:34.802Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:34.802Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882152097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-11T06:22:34.902Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:34.903Z||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-11T06:22:34.903Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:34.917Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:22:34.918Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:22:35.803Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:22:35.804Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:35.806Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:35.806Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882152097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:35.906Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:35.907Z||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-11T06:22:35.907Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:35.923Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:22:35.924Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:22:36.806Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:22:36.807Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:36.809Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:36.810Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882152097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-11T06:22:36.910Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:36.911Z||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-11T06:22:36.911Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:36.925Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:22:36.925Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-11T06:22:37.810Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:22:37.811Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:37.814Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:37.814Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882152097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:22:37.914Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:37.915Z||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-11T06:22:37.915Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:37.928Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:22:37.928Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:22:38.815Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:22:38.815Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:38.818Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:38.818Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882152097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:22:38.918Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:38.919Z||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-11T06:22:38.919Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:38.939Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:22:38.939Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-01-11T06:22:39.820Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"serviceName": "vFW 2022-01-11 06-20-08",
"serviceVersion": "1.0",
"serviceUUID": "d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "18b981a1-36e9-4579-9cc0-a9a92c298fc6",
"resources": [
{
"resourceInstanceName": "vFW b9dba1bf-3908 0",
"resourceCustomizationUUID": "63b4e185-393f-4956-8113-97ee5fd86fc5",
"resourceName": "vFW b9dba1bf-3908",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b552a1c1-805b-4126-ae94-6ca2fa3ba3e3",
"resourceInvariantUUID": "f4e7f93c-095a-4382-96b2-e53053c4f31b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb9dba1bf39080_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
"artifactChecksum": "NGU3MWRmZTQ2NmVmNGQ0NWZjNDk4MGVmYjJmODFiZWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eb79b4fb-2a0a-4b49-8c99-286e34ef632e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5f7f3668-f51b-4e88-977c-d272c50a3ba8",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bbcd3bf5-7a70-471c-ba69-29a9dc67a255",
"generatedFromUUID": "5f7f3668-f51b-4e88-977c-d272c50a3ba8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bbcd3bf5-7a70-471c-ba69-29a9dc67a255",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220111062008-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"artifactChecksum": "MWEwMTY4YWMxMWUxNzkxZDNlNTNkOTNiNTUzMzE0YzY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bdc16b0b-bc7d-4eac-9452-d6908538b32b"
}
],
"workloadContext": "Production"
}
2022-01-11T06:22:39.821Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-11T06:22:39.821Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb ASDC
2022-01-11T06:22:39.912Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:224d5d06-eee8-4707-8ae1-93e2a60261d1
ServiceName:vFW 2022-01-11 06-20-08
ServiceVersion:1.0
ServiceUUID:d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb
ServiceInvariantUUID:18b981a1-36e9-4579-9cc0-a9a92c298fc6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220111062008-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar
ArtifactUUID:bdc16b0b-bc7d-4eac-9452-d6908538b32b
ArtifactChecksum:MWEwMTY4YWMxMWUxNzkxZDNlNTNkOTNiNTUzMzE0YzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b9dba1bf-3908 0
ResourceCustomizationUUID:63b4e185-393f-4956-8113-97ee5fd86fc5
ResourceInvariantUUID:f4e7f93c-095a-4382-96b2-e53053c4f31b
ResourceName:vFW b9dba1bf-3908
ResourceType:VF
ResourceUUID:b552a1c1-805b-4126-ae94-6ca2fa3ba3e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb9dba1bf39080_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json
ArtifactUUID:eb79b4fb-2a0a-4b49-8c99-286e34ef632e
ArtifactChecksum:NGU3MWRmZTQ2NmVmNGQ0NWZjNDk4MGVmYjJmODFiZWI=
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/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml
ArtifactUUID:5f7f3668-f51b-4e88-977c-d272c50a3ba8
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/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env
ArtifactUUID:bbcd3bf5-7a70-471c-ba69-29a9dc67a255
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/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env
ArtifactUUID:bbcd3bf5-7a70-471c-ba69-29a9dc67a255
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-01-11T06:22:39.913Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb 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-11T06:22:39.954Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:22:39.955Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:22:39.956Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:22:39.956Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bdc16b0b-bc7d-4eac-9452-d6908538b32b from URL: /sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:39.956Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-11T06:22:39.957Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:40.278Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-11T06:22:40.291Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar bdc16b0b-bc7d-4eac-9452-d6908538b32b 98923
2022-01-11T06:22:40.291Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar ASDC sendASDCNotification
2022-01-11T06:22:40.291Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:40.292Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:22:40.293Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:40.294Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:40.294Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882160291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:22:40.395Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:40.395Z||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-11T06:22:40.396Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:40.410Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:22:40.411Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:22:41.295Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:22:41.296Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:22:41.297Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bdc16b0b-bc7d-4eac-9452-d6908538b32b, URL: /sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar to file: /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:41.298Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220111062008-csar.csar
2022-01-11T06:22:41.347Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:41.348Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:41.808Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17064670255083993588/Definitions/service-Vfw20220111062008-template.yml
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
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-01-11T06:22:44.606Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-11T06:22:44.610Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-11T06:22:44.610Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.610Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||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-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b9dba1bf-3908 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-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||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-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||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-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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-Vfw20220111062008-csar.csar
2022-01-11T06:22:44.611Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-11T06:22:44.617Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:44.618Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:44.621Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:44.621Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-11T06:22:44.622Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:22:44.623Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:44.623Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:44.623Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:44.623Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-11T06:22:44.623Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:22:44.624Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:44.624Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:44.626Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:44.626Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is not matching search criteria
2022-01-11T06:22:44.626Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-11T06:22:44.627Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-11T06:22:44.627Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-11T06:22:44.627Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:44.627Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.627Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.627Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-11T06:22:44.627Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-11T06:22:44.627Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-11T06:22:44.627Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.627Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:44.628Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-11T06:22:44.628Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:44.628Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-11T06:22:44.628Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.628Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-11T06:22:44.628Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:44.628Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-11T06:22:44.629Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:44.629Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:44.629Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:22:44.629Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:44.630Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:44.630Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:22:44.630Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:44.630Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:44.630Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:22:44.630Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:44.630Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is not matching search criteria
2022-01-11T06:22:44.630Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-11T06:22:44.630Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-11T06:22:44.631Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-11T06:22:44.631Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-11T06:22:44.631Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-11T06:22:44.631Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.631Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:44.631Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-11T06:22:44.631Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:44.631Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-11T06:22:44.631Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.631Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b8946691-2eb9-4b7c-8a43-a228151ddd73
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is not matching search criteria
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-11T06:22:44.632Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:44.633Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-11T06:22:44.633Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.633Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=43711ae1-a4ca-4447-a520-16ee98ff87e1
2022-01-11T06:22:44.633Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:44.633Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is not matching search criteria
2022-01-11T06:22:44.633Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-11T06:22:44.633Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-11T06:22:44.633Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-11T06:22:44.633Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=72417653-f677-4081-80dc-ab5286fbd946
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:44.634Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:44.635Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:44.635Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:44.635Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:44.635Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:44.635Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:44.635Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:44.635Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-01-11 06-20-08
Description:catalog service description
Model UUID:d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb
Model Version:NULL
Model InvariantUuid:18b981a1-36e9-4579-9cc0-a9a92c298fc6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b9dba1bf-3908
Model UUID:e04b113f-6277-4911-9a83-a33cc7b7f4ec
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f4e7f93c-095a-4382-96b2-e53053c4f31b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:63b4e185-393f-4956-8113-97ee5fd86fc5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e057994d-096a-4f0c-8708-9a58fe287863
ModelName:VfwB9dba1bf3908..base_vfw..module-0
ModelUuid:4071d106-b9ae-47be-aa29-4841cae611f8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b8946691-2eb9-4b7c-8a43-a228151ddd73
ModelInvariantUuid:2a869278-e72e-4e8d-8a20-11a4936a5a1e
ModelName:vFW b9dba1bf-3908-nodes.vfwCvfc
ModelUuid:2c45b67e-7415-49a6-ae4d-3faad8d9b918
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:17ffa56d-69fe-4977-a32d-546dd553dda8
ModelInvariantUuid:07e47d21-ee2e-41f7-b3d3-e6fa2a1a8d0c
ModelName:VfwB9dba1bf3908.compute.nodes.heat.vfw
ModelUuid:a4b3d2ee-326e-4e83-8362-c8f348e8b4f2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:43711ae1-a4ca-4447-a520-16ee98ff87e1
ModelInvariantUuid:57765837-7416-4aec-8d55-6cab581e32a9
ModelName:vFW b9dba1bf-3908-nodes.vsnCvfc
ModelUuid:4fbac553-ba13-4d60-806d-f9c20760c53d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:4c1245be-0cdf-419d-93e3-eff2cf5e58e1
ModelInvariantUuid:bb55c939-1288-4ced-bf12-5dcfcb102de1
ModelName:VfwB9dba1bf3908.compute.nodes.heat.vsn
ModelUuid:a3703256-d97f-49de-9afb-6d2a1190dfa4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:72417653-f677-4081-80dc-ab5286fbd946
ModelInvariantUuid:d8db0c92-1ab2-49f5-a82e-aa95cbd00b56
ModelName:vFW b9dba1bf-3908-nodes.vpgCvfc
ModelUuid:8770c326-40f7-4757-afb5-5b64cb2105ce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c35ca3ed-8a4a-4b71-91cd-e53c227e5bbb
ModelInvariantUuid:1304c345-24a2-4e27-b4c5-bc525ca86572
ModelName:VfwB9dba1bf3908.compute.nodes.heat.vpg
ModelUuid:050106be-b6a3-49ce-9d54-adf0b6755f41
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-11T06:22:44.644Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b552a1c1-805b-4126-ae94-6ca2fa3ba3e3
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-11T06:22:44.709Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||vFW b9dba1bf-3908 0
2022-01-11T06:22:44.714Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b552a1c1-805b-4126-ae94-6ca2fa3ba3e3
2022-01-11T06:22:44.714Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eb79b4fb-2a0a-4b49-8c99-286e34ef632e from URL: /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json
2022-01-11T06:22:44.714Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-11T06:22:44.714Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json
2022-01-11T06:22:44.808Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-11T06:22:44.808Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json eb79b4fb-2a0a-4b49-8c99-286e34ef632e 785
2022-01-11T06:22:44.808Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json ASDC sendASDCNotification
2022-01-11T06:22:44.808Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json
2022-01-11T06:22:44.809Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:22:44.809Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:44.811Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:44.811Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882164808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:22:44.911Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:44.912Z||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-11T06:22:44.912Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:44.926Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:22:44.927Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:22:45.813Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB9dba1bf3908..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e057994d-096a-4f0c-8708-9a58fe287863",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4071d106-b9ae-47be-aa29-4841cae611f8",
"vfModuleModelCustomizationUUID": "9b35af21-da2a-4f55-9cf6-bddfd9bea6bc",
"isBase": true,
"artifacts": [
"5f7f3668-f51b-4e88-977c-d272c50a3ba8",
"bbcd3bf5-7a70-471c-ba69-29a9dc67a255"
],
"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-11T06:22:45.827Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB9dba1bf3908..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4071d106-b9ae-47be-aa29-4841cae611f8
VfModuleModelInvariantUUID:e057994d-096a-4f0c-8708-9a58fe287863
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f7f3668-f51b-4e88-977c-d272c50a3ba8
,
bbcd3bf5-7a70-471c-ba69-29a9dc67a255
}
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-11T06:22:45.829Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB9dba1bf3908..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e057994d-096a-4f0c-8708-9a58fe287863",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4071d106-b9ae-47be-aa29-4841cae611f8",
"vfModuleModelCustomizationUUID": "9b35af21-da2a-4f55-9cf6-bddfd9bea6bc",
"isBase": true,
"artifacts": [
"5f7f3668-f51b-4e88-977c-d272c50a3ba8",
"bbcd3bf5-7a70-471c-ba69-29a9dc67a255"
],
"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-11T06:22:45.830Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB9dba1bf3908..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4071d106-b9ae-47be-aa29-4841cae611f8
VfModuleModelInvariantUUID:e057994d-096a-4f0c-8708-9a58fe287863
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f7f3668-f51b-4e88-977c-d272c50a3ba8
,
bbcd3bf5-7a70-471c-ba69-29a9dc67a255
}
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-11T06:22:45.830Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5f7f3668-f51b-4e88-977c-d272c50a3ba8 from URL: /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml
2022-01-11T06:22:45.830Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-11T06:22:45.830Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml
2022-01-11T06:22:45.983Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-11T06:22:45.984Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml 5f7f3668-f51b-4e88-977c-d272c50a3ba8 20368
2022-01-11T06:22:45.984Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-11T06:22:45.984Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml
2022-01-11T06:22:45.985Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:22:45.985Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:45.986Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:45.986Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882165984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:22:46.087Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-11T06:22:46.087Z||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-11T06:22:46.087Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:46.102Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:22:46.102Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:22:46.987Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bbcd3bf5-7a70-471c-ba69-29a9dc67a255 from URL: /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env
2022-01-11T06:22:46.988Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-11T06:22:46.988Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env
2022-01-11T06:22:47.043Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-11T06:22:47.043Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env bbcd3bf5-7a70-471c-ba69-29a9dc67a255 2098
2022-01-11T06:22:47.044Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-11T06:22:47.044Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env
2022-01-11T06:22:47.044Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:22:47.044Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:47.046Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:47.046Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882167044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:22:47.146Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:47.147Z||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-11T06:22:47.147Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:47.163Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:22:47.163Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-11T06:22:48.047Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb
2022-01-11T06:22:48.047Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b9dba1bf-3908 0 b552a1c1-805b-4126-ae94-6ca2fa3ba3e3 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-11T06:22:48.076Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3058ca55, org.onap.sdc.toscaparser.api.parameters.Input@5d6554c5, org.onap.sdc.toscaparser.api.parameters.Input@756277d4, org.onap.sdc.toscaparser.api.parameters.Input@7456c37e, org.onap.sdc.toscaparser.api.parameters.Input@2aaa5c3]
2022-01-11T06:22:48.082Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:48.082Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:48.083Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-01-11T06:22:48.083Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 63b4e185-393f-4956-8113-97ee5fd86fc5
2022-01-11T06:22:48.083Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 63b4e185-393f-4956-8113-97ee5fd86fc5 matches Tosca VF Customization UUID: 63b4e185-393f-4956-8113-97ee5fd86fc5
2022-01-11T06:22:48.083Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 63b4e185-393f-4956-8113-97ee5fd86fc5 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-11T06:22:48.090Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:48.090Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:48.091Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 63b4e185-393f-4956-8113-97ee5fd86fc5: {\"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-11T06:22:48.091Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f953c6a
2022-01-11T06:22:48.091Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:48.091Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-11T06:22:48.092Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9b35af21-da2a-4f55-9cf6-bddfd9bea6bc
2022-01-11T06:22:48.092Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9b35af21-da2a-4f55-9cf6-bddfd9bea6bc
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-11T06:22:48.097Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:48.097Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:48.097Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:22:48.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:48.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:48.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:22:48.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:48.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is not matching search criteria
2022-01-11T06:22:48.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-11T06:22:48.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-11T06:22:48.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-11T06:22:48.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-11T06:22:48.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-11T06:22:48.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-11T06:22:48.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:48.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-11T06:22:48.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:48.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-11T06:22:48.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-11T06:22:48.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b8946691-2eb9-4b7c-8a43-a228151ddd73
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-11T06:22:48.105Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:48.105Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:48.105Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:22:48.105Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:48.106Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is not matching search criteria
2022-01-11T06:22:48.106Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-11T06:22:48.106Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-11T06:22:48.106Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-11T06:22:48.106Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:48.106Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-11T06:22:48.106Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-11T06:22:48.106Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-11T06:22:48.107Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-11T06:22:48.107Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-11T06:22:48.107Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:48.107Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-11T06:22:48.107Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-11T06:22:48.107Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=43711ae1-a4ca-4447-a520-16ee98ff87e1
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-11T06:22:48.109Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:48.109Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:48.109Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:22:48.111Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:48.111Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is not matching search criteria
2022-01-11T06:22:48.111Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-11T06:22:48.112Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-11T06:22:48.112Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-11T06:22:48.112Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:48.112Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-11T06:22:48.112Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-11T06:22:48.112Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-11T06:22:48.112Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-11T06:22:48.112Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-11T06:22:48.113Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-11T06:22:48.113Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-11T06:22:48.113Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-11T06:22:48.113Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=72417653-f677-4081-80dc-ab5286fbd946
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-11T06:22:48.115Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:48.115Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:48.115Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-11T06:22:48.115Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:48.115Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Node template vFW b9dba1bf-3908 0 is matching search criteria
2022-01-11T06:22:48.115Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW b9dba1bf-3908 0] matching following query criteria: sdcType=VF, customizationUUID=63b4e185-393f-4956-8113-97ee5fd86fc5
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-11T06:22:48.117Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:48.117Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:48.117Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb: vFW b9dba1bf-3908
2022-01-11T06:22:48.117Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:48.117Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:48.118Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:48.118Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:48.118Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:48.118Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:48.118Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:48.118Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:48.118Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:22:48.118Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-11 06-20-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:22:48.118Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-01-11 06-20-08
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-11T06:22:48.337Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b9dba1bf-3908 b552a1c1-805b-4126-ae94-6ca2fa3ba3e3 1 ASDC deployResourceStructure
2022-01-11T06:22:48.337Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json ASDC sendASDCNotification
2022-01-11T06:22:48.337Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json
2022-01-11T06:22:48.337Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:22:48.338Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:48.339Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:48.339Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882168337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
"status": "DEPLOY_OK"
}
2022-01-11T06:22:48.440Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:48.441Z||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-11T06:22:48.441Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:48.457Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:22:48.457Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-01-11T06:22:49.341Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-11T06:22:49.341Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml
2022-01-11T06:22:49.341Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:22:49.341Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:49.344Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:49.344Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882169340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-01-11T06:22:49.444Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:49.445Z||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-11T06:22:49.445Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:49.461Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:22:49.461Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:22:50.344Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-11T06:22:50.345Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env
2022-01-11T06:22:50.345Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:22:50.345Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:50.347Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:50.348Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882170344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-01-11T06:22:50.448Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:50.449Z||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-11T06:22:50.449Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:50.466Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:22:50.466Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:22:51.349Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar ASDC sendASDCNotification
2022-01-11T06:22:51.349Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar
2022-01-11T06:22:51.350Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:22:51.350Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:22:51.353Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:22:51.353Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882171349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-11T06:22:51.453Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:22:51.454Z||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-11T06:22:51.454Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:22:51.469Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:22:51.469Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:22:52.354Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 224d5d06-eee8-4707-8ae1-93e2a60261d1
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-11T06:22:52.373Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 224d5d06-eee8-4707-8ae1-93e2a60261d1
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-11T06:22:52.377Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T06:22:52.377Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-11T06:22:52.377Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-11T06:22:52.377Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-11T06:22:52.377Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-01-11T06:22:52.377Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-11T06:22:52.383Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-11T06:23:22.384Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 224d5d06-eee8-4707-8ae1-93e2a60261d1 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-11T06:23:22.393Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 224d5d06-eee8-4707-8ae1-93e2a60261d1 and serviceModelVersionId: d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb
2022-01-11T06:23:22.393Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 18b981a1-36e9-4579-9cc0-a9a92c298fc6
2022-01-11T06:23:32.135Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:23:32.136Z||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-11T06:23:32.136Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:23:32.263Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:23:32.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:23:32.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882152097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:23:32.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:23:34.460Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb?depth=0
2022-01-11T06:23:34.547Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-01-11T06:23:34.969Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb?depth=0|INFO|500||Invoke
2022-01-11T06:23:34.976Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[224d5d06-eee8-4707-8ae1-93e2a60261d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c466042-2b3d-49ac-b26e-bd763f5df8ff], X-ECOMP-RequestID=[224d5d06-eee8-4707-8ae1-93e2a60261d1], X-TransactionId=[], X-ONAP-RequestID=[224d5d06-eee8-4707-8ae1-93e2a60261d1], Content-Type=[application/merge-patch+json]}
2022-01-11T06:23:35.140Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-01-11T06:23:35.219Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220111-06:23:35:152-957], Content-Length=[495], Date=[Tue, 11 Jan 2022 06:23:35 GMT], Content-Type=[application/json]}
2022-01-11T06:23:35.223Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb","ERR.5.4.6114"]}}}
2022-01-11T06:23:35.223Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-11T06:23:35.240Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=224d5d06-eee8-4707-8ae1-93e2a60261d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb) (ec=ERR.5.4.6114)
2022-01-11T06:23:35.240Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=224d5d06-eee8-4707-8ae1-93e2a60261d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-01-11T06:23:35.241Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=224d5d06-eee8-4707-8ae1-93e2a60261d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb) (ec=ERR.5.4.6114)
2022-01-11T06:23:35.241Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=224d5d06-eee8-4707-8ae1-93e2a60261d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb) (ec=ERR.5.4.6114)
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-11T06:23:35.246Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||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-11T06:23:35.247Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 224d5d06-eee8-4707-8ae1-93e2a60261d1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=224d5d06-eee8-4707-8ae1-93e2a60261d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb) (ec=ERR.5.4.6114)
2022-01-11T06:23:35.248Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-11T06:23:35.248Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:23:35.249Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:23:35.250Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882215247,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d224d5d06-eee8-4707-8ae1-93e2a60261d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb) (ec\u003dERR.5.4.6114)"
}
2022-01-11T06:23:35.405Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 155 ms
2022-01-11T06:23:35.407Z||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-11T06:23:35.407Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:23:35.423Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:23:35.423Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-11T06:23:36.263Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:23:36.263Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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-11T06:23:36.264Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:23:45.807Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:24:32.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:24:32.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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-11T06:24:32.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:24:32.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:24:32.101Z||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-11T06:24:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:24:32.127Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:24:32.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882152097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
"status": "NOTIFIED"
}
2022-01-11T06:24:32.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:24:32.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882152097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-01-11T06:24:32.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:24:32.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882152097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:24:32.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:24:32.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882152097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-01-11T06:24:32.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882152097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882152097,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882160291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882164808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:24:32.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:24:32.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882165984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:24:32.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:24:32.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882167044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:24:32.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:24:32.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882168337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/vfwb9dba1bf39080_modules.json",
"status": "DEPLOY_OK"
}
2022-01-11T06:24:32.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:24:32.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882169340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-01-11T06:24:32.133Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:24:32.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882170344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/resourceInstances/vfwb9dba1bf39080/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-01-11T06:24:32.133Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:24:32.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:24:32.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882171349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220111062008/1.0/artifacts/service-Vfw20220111062008-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-11T06:24:32.134Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:24:41.644Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:25:32.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:25:32.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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-11T06:25:32.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:25:32.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:25:32.101Z||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-11T06:25:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:25:32.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:25:32.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-11T06:25:32.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "224d5d06-eee8-4707-8ae1-93e2a60261d1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882215247,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d224d5d06-eee8-4707-8ae1-93e2a60261d1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/18b981a1-36e9-4579-9cc0-a9a92c298fc6/model-vers/model-ver/d0fe1764-ca5f-47d1-8fe7-60d0ad5f2ceb) (ec\u003dERR.5.4.6114)"
}
2022-01-11T06:25:32.635Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:25:41.647Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:26:32.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:26:32.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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-11T06:26:32.099Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:26:32.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:26:32.101Z||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-11T06:26:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:26:41.643Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:26:41.649Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:27:32.097Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:27:32.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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-11T06:27:32.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:27:32.100Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:27:32.100Z||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-11T06:27:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:27:41.645Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:27:41.645Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:28:32.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:28:32.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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-11T06:28:32.098Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:32.100Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:28:32.101Z||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-11T06:28:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:32.730Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:28:32.731Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.731Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328","serviceName":"Demo_pNF_ZEwnYn2w4gTq51i86nQF","serviceVersion":"1.0","serviceUUID":"e8dda4ac-58bf-4059-a023-cad8194503ca","serviceDescription":"catalog service description","serviceInvariantUUID":"6aba9b5a-0d97-42f3-a313-0b26c62203a0","resources":[{"resourceInstanceName":"pNF 9eae9c90-484c 0","resourceName":"pNF 9eae9c90-484c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8b3ca540-90b5-4134-ba10-85f38218696d","resourceInvariantUUID":"8df660bb-b226-4473-8a8e-770f02c7d59c","resourceCustomizationUUID":"67ab5431-6f16-4694-991c-5a23fc2e1061","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml","artifactChecksum":"NzlhYzM3MTZiNzQxYzViNzBjNTEyMGJkYmUwZGE0ODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"57347e54-8671-4c1f-8768-2d74842bd384","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar","artifactChecksum":"YzI1NzRkZGJjZGI3YzdkMDlmNDY0MjczYTM2OWNlZGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66c07b1a-71f7-4c2c-9022-dd59cf3b5676","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"13bb3479-46c2-408e-8551-1e942cf5308c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml","artifactChecksum":"MzA4MGJjNTA5ZGY0OTQxZWZjMGQxMTIwMDBkZmFjZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c116656-f641-425a-a7ad-dbe61f50cfe0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1337cb2a-c1c8-47c6-b629-36dd45f26565","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"869eca72-6f2e-4afd-acfe-c7aabd0400d9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml","artifactChecksum":"YmNmYTRkMzZiZjM3NzRiOWM1NGMwNGUxZGJiNTE1MmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a9e9705-b603-4a28-9407-c7791788f37e","artifactVersion":"1"},{"artifactName":"service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar","artifactChecksum":"MDQ4YTBiZDI0NDQ5NzYyMDA0MmIyOTg2NGZiMjY3NDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8580e09a-13a9-4fbd-a891-9279f77506c4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-11T06:28:32.734Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:28:32.735Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:28:32.735Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:28:32.738Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:28:32.739Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882512098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "aai-ml",
"timestamp": 1641882461812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882461282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "cds",
"timestamp": 1641882464377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882462896,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "policy-id",
"timestamp": 1641882458376,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882461282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "aai-ml",
"timestamp": 1641882461812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "cds",
"timestamp": 1641882464377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882462896,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "policy-id",
"timestamp": 1641882458376,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882461282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "aai-ml",
"timestamp": 1641882461812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "cds",
"timestamp": 1641882464377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882462896,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "policy-id",
"timestamp": 1641882458376,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882461282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "cds",
"timestamp": 1641882464377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "aai-ml",
"timestamp": 1641882461812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882462896,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "policy-id",
"timestamp": 1641882458376,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882461282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "aai-ml",
"timestamp": 1641882461812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "cds",
"timestamp": 1641882464377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882462896,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "policy-id",
"timestamp": 1641882458376,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "cds",
"timestamp": 1641882464377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882461282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "aai-ml",
"timestamp": 1641882461812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882462896,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "policy-id",
"timestamp": 1641882458376,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "cds",
"timestamp": 1641882464377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882461282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "aai-ml",
"timestamp": 1641882461812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882462896,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "policy-id",
"timestamp": 1641882458376,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "cds",
"timestamp": 1641882464377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882461282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "aai-ml",
"timestamp": 1641882461812,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882462896,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "policy-id",
"timestamp": 1641882458376,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "ves-openapi-manager",
"timestamp": 1641882472395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "cds",
"timestamp": 1641882473314,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882473323,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "aai-ml",
"timestamp": 1641882473321,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "policy-id",
"timestamp": 1641882473317,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:28:32.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "ves-openapi-manager",
"timestamp": 1641882472395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "dcae-sch",
"timestamp": 1641882473570,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "cds",
"timestamp": 1641882474319,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-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-11T06:28:32.769Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328
2022-01-11T06:28:32.769Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 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-11T06:28:32.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "policy-id",
"timestamp": 1641882474321,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-11T06:28:32.776Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "ves-openapi-manager",
"timestamp": 1641882472395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882475095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-11T06:28:32.777Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "dcae-sch",
"timestamp": 1641882473570,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "policy-id",
"timestamp": 1641882475323,
"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-11T06:28:32.782Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328
2022-01-11T06:28:32.782Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 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-11T06:28:32.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "ves-openapi-manager",
"timestamp": 1641882472395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882476098,
"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-11T06:28:32.799Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328
2022-01-11T06:28:32.799Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 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-11T06:28:32.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "dcae-sch",
"timestamp": 1641882473570,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "aai-ml",
"timestamp": 1641882476666,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-01-11T06:28:32.808Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "ves-openapi-manager",
"timestamp": 1641882472395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.809Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "dcae-sch",
"timestamp": 1641882473570,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.809Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "aai-ml",
"timestamp": 1641882477670,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-11T06:28:32.815Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328
2022-01-11T06:28:32.815Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 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-11T06:28:32.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "ves-openapi-manager",
"timestamp": 1641882472395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "dcae-sch",
"timestamp": 1641882473570,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "ves-openapi-manager",
"timestamp": 1641882472395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "dcae-sch",
"timestamp": 1641882473570,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "ves-openapi-manager",
"timestamp": 1641882472395,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "dcae-sch",
"timestamp": 1641882473570,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "ves-openapi-manager",
"timestamp": 1641882481197,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "dcae-sch",
"timestamp": 1641882473570,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "ves-openapi-manager",
"timestamp": 1641882482377,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "ves-openapi-manager",
"timestamp": 1641882483380,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-11T06:28:32.831Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328
2022-01-11T06:28:32.832Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-11T06:28:32.839Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:28:32.839Z||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-11T06:28:32.839Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:32.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "clamp",
"timestamp": 1641882484447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.840Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "clamp",
"timestamp": 1641882484447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "clamp",
"timestamp": 1641882484447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "clamp",
"timestamp": 1641882484447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.841Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "clamp",
"timestamp": 1641882484447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "clamp",
"timestamp": 1641882484447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "clamp",
"timestamp": 1641882484447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "clamp",
"timestamp": 1641882484447,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "clamp",
"timestamp": 1641882503631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:28:32.843Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "clamp",
"timestamp": 1641882505636,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-11T06:28:32.843Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:28:32.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-11T06:28:32.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "clamp",
"timestamp": 1641882506639,
"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-11T06:28:32.849Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328
2022-01-11T06:28:32.849Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 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=?
2022-01-11T06:28:32.852Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-11T06:28:32.853Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:28:33.739Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:28:33.740Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:28:33.742Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:28:33.742Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882512098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:33.843Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-11T06:28:33.844Z||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-11T06:28:33.844Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:33.861Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:28:33.861Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:28:34.743Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:28:34.744Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:28:34.746Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:28:34.746Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882512098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:34.846Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:28:34.847Z||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-11T06:28:34.847Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:34.862Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:28:34.863Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:28:35.746Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:28:35.748Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:28:35.750Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:28:35.750Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882512098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:35.851Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:28:35.852Z||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-11T06:28:35.852Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:35.867Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:28:35.868Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:28:36.752Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:28:36.753Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:28:36.755Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:28:36.755Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882512098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:36.855Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-11T06:28:36.856Z||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-11T06:28:36.856Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:36.871Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:28:36.872Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:28:37.756Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:28:37.757Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:28:37.760Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:28:37.760Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882512098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:37.860Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:28:37.861Z||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-11T06:28:37.861Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:37.875Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:28:37.875Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:28:38.761Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:28:38.762Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:28:38.764Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:28:38.764Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882512098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:28:38.864Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:28:38.865Z||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-11T06:28:38.865Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:38.878Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:28:38.878Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:28:39.765Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:28:39.766Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:28:39.768Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:28:39.768Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882512098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:28:39.868Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:28:39.869Z||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-11T06:28:39.869Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:39.883Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:28:39.883Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:28:40.773Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"serviceName": "Demo_pNF_ZEwnYn2w4gTq51i86nQF",
"serviceVersion": "1.0",
"serviceUUID": "e8dda4ac-58bf-4059-a023-cad8194503ca",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6aba9b5a-0d97-42f3-a313-0b26c62203a0",
"resources": [
{
"resourceInstanceName": "pNF 9eae9c90-484c 0",
"resourceCustomizationUUID": "67ab5431-6f16-4694-991c-5a23fc2e1061",
"resourceName": "pNF 9eae9c90-484c",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "8b3ca540-90b5-4134-ba10-85f38218696d",
"resourceInvariantUUID": "8df660bb-b226-4473-8a8e-770f02c7d59c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"artifactChecksum": "MDQ4YTBiZDI0NDQ5NzYyMDA0MmIyOTg2NGZiMjY3NDU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8580e09a-13a9-4fbd-a891-9279f77506c4"
}
],
"workloadContext": "Production"
}
2022-01-11T06:28:40.773Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-11T06:28:40.773Z|224d5d06-eee8-4707-8ae1-93e2a60261d1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e8dda4ac-58bf-4059-a023-cad8194503ca ASDC
2022-01-11T06:28:40.774Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328
ServiceName:Demo_pNF_ZEwnYn2w4gTq51i86nQF
ServiceVersion:1.0
ServiceUUID:e8dda4ac-58bf-4059-a023-cad8194503ca
ServiceInvariantUUID:6aba9b5a-0d97-42f3-a313-0b26c62203a0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
ArtifactUUID:8580e09a-13a9-4fbd-a891-9279f77506c4
ArtifactChecksum:MDQ4YTBiZDI0NDQ5NzYyMDA0MmIyOTg2NGZiMjY3NDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9eae9c90-484c 0
ResourceCustomizationUUID:67ab5431-6f16-4694-991c-5a23fc2e1061
ResourceInvariantUUID:8df660bb-b226-4473-8a8e-770f02c7d59c
ResourceName:pNF 9eae9c90-484c
ResourceType:PNF
ResourceUUID:8b3ca540-90b5-4134-ba10-85f38218696d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-01-11T06:28:40.774Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8dda4ac-58bf-4059-a023-cad8194503ca 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-11T06:28:40.798Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:28:40.799Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:28:40.799Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:28:40.799Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8580e09a-13a9-4fbd-a891-9279f77506c4 from URL: /sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:40.799Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-11T06:28:40.799Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:41.077Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-11T06:28:41.083Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar 8580e09a-13a9-4fbd-a891-9279f77506c4 82613
2022-01-11T06:28:41.083Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar ASDC sendASDCNotification
2022-01-11T06:28:41.084Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:41.084Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:28:41.084Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:28:41.086Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:28:41.086Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882521083,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:28:41.186Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:28:41.187Z||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-11T06:28:41.187Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:41.201Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:28:41.202Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:28:42.086Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:28:42.087Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:28:42.087Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 8580e09a-13a9-4fbd-a891-9279f77506c4, URL: /sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar to file: /app/ASDC/1/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:42.088Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:42.088Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:42.088Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:42.393Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3120393795742346386/Definitions/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml
2022-01-11T06:28:43.154Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-11T06:28:43.154Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-11T06:28:43.154Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:43.154Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-11T06:28:43.155Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:43.155Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:43.155Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:43.155Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:43.155Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:43.155Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:43.155Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9eae9c90-484c 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:43.155Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-11T06:28:43.155Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:28:43.155Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZEwnYn2w4gTq51i86nQF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:28:43.156Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Node template pNF 9eae9c90-484c 0 is matching search criteria
2022-01-11T06:28:43.156Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-11T06:28:43.156Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9eae9c90-484c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:28:43.156Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:28:43.156Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZEwnYn2w4gTq51i86nQF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:28:43.156Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Node template pNF 9eae9c90-484c 0 is matching search criteria
2022-01-11T06:28:43.157Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-11T06:28:43.157Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9eae9c90-484c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:28:43.157Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:28:43.157Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZEwnYn2w4gTq51i86nQF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:28:43.157Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:28:43.157Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZEwnYn2w4gTq51i86nQF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:28:43.157Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:28:43.157Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZEwnYn2w4gTq51i86nQF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:28:43.158Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:28:43.158Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZEwnYn2w4gTq51i86nQF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:28:43.158Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:28:43.158Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZEwnYn2w4gTq51i86nQF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:28:43.158Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_ZEwnYn2w4gTq51i86nQF
Description:catalog service description
Model UUID:e8dda4ac-58bf-4059-a023-cad8194503ca
Model Version:NULL
Model InvariantUuid:6aba9b5a-0d97-42f3-a313-0b26c62203a0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-11T06:28:43.166Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8b3ca540-90b5-4134-ba10-85f38218696d
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-11T06:28:43.168Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||pNF 9eae9c90-484c 0
2022-01-11T06:28:43.169Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8b3ca540-90b5-4134-ba10-85f38218696d
2022-01-11T06:28:43.169Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||No resources found for Service: e8dda4ac-58bf-4059-a023-cad8194503ca
2022-01-11T06:28:43.169Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e8dda4ac-58bf-4059-a023-cad8194503ca
2022-01-11T06:28:43.169Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9eae9c90-484c 0 8b3ca540-90b5-4134-ba10-85f38218696d ASDC
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-11T06:28:43.173Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ebe748d, org.onap.sdc.toscaparser.api.parameters.Input@2855bcb8, org.onap.sdc.toscaparser.api.parameters.Input@5f07cd75, org.onap.sdc.toscaparser.api.parameters.Input@62194369, org.onap.sdc.toscaparser.api.parameters.Input@1ffe59bb]
2022-01-11T06:28:43.174Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:28:43.174Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZEwnYn2w4gTq51i86nQF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:28:43.174Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e8dda4ac-58bf-4059-a023-cad8194503ca: pNF 9eae9c90-484c
2022-01-11T06:28:43.175Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||Processing PNF resource: 8b3ca540-90b5-4134-ba10-85f38218696d
2022-01-11T06:28:43.175Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:28:43.175Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZEwnYn2w4gTq51i86nQF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:28:43.176Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||Resource customization UUID: 67ab5431-6f16-4694-991c-5a23fc2e1061 is the same as notified resource customizationUUID: 67ab5431-6f16-4694-991c-5a23fc2e1061
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-01-11T06:28:43.225Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9eae9c90-484c 8b3ca540-90b5-4134-ba10-85f38218696d 0 ASDC deployResourceStructure
2022-01-11T06:28:43.225Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar ASDC sendASDCNotification
2022-01-11T06:28:43.225Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar
2022-01-11T06:28:43.226Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-11T06:28:43.226Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:28:43.228Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:28:43.228Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882523225,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-11T06:28:43.329Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-11T06:28:43.329Z||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-11T06:28:43.329Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:28:43.343Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:28:43.344Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:28:44.229Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328
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-11T06:28:44.244Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328
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-11T06:28:44.248Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-11T06:28:44.248Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-11T06:28:44.248Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-11T06:28:44.249Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-11T06:28:44.249Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-01-11T06:28:44.249Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName:
2022-01-11T06:28:44.249Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-11T06:28:44.254Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-11T06:29:14.255Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 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-11T06:29:14.260Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 and serviceModelVersionId: e8dda4ac-58bf-4059-a023-cad8194503ca
2022-01-11T06:29:14.260Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6aba9b5a-0d97-42f3-a313-0b26c62203a0
2022-01-11T06:29:14.261Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca?depth=0
2022-01-11T06:29:14.266Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-01-11T06:29:14.302Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca?depth=0|INFO|500||Invoke
2022-01-11T06:29:14.303Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2692064f-78a7-49e0-a4c2-979ea420c10b], X-ECOMP-RequestID=[86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328], X-TransactionId=[], X-ONAP-RequestID=[86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328], Content-Type=[application/merge-patch+json]}
2022-01-11T06:29:14.326Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-01-11T06:29:14.354Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220111-06:29:14:332-35551], Content-Length=[495], Date=[Tue, 11 Jan 2022 06:29:14 GMT], Content-Type=[application/json]}
2022-01-11T06:29:14.356Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca","ERR.5.4.6114"]}}}
2022-01-11T06:29:14.356Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-11T06:29:14.361Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca) (ec=ERR.5.4.6114)
2022-01-11T06:29:14.361Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca) (ec=ERR.5.4.6114)
at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
at org.onap.so.client.RestRequest.get(RestRequest.java:77)
at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
at org.onap.so.client.RestClient.method(RestClient.java:322)
at org.onap.so.client.RestClient.patch(RestClient.java:265)
at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-01-11T06:29:14.361Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca) (ec=ERR.5.4.6114)
2022-01-11T06:29:14.361Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca) (ec=ERR.5.4.6114)
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-11T06:29:14.365Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||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-11T06:29:14.365Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca) (ec=ERR.5.4.6114)
2022-01-11T06:29:14.365Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-11T06:29:14.366Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:29:14.368Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:29:14.368Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882554365,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca) (ec\u003dERR.5.4.6114)"
}
2022-01-11T06:29:14.469Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:29:14.469Z||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-11T06:29:14.470Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:29:14.485Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:29:14.486Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-11T06:29:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:29:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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-11T06:29:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:29:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:29:32.101Z||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-11T06:29:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:29:32.222Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:29:32.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:29:32.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882512098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:29:32.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:29:41.642Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:30:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:30:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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-11T06:30:32.099Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:30:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:30:32.101Z||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-11T06:30:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:30:32.632Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:30:32.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:30:32.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882512098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:30:32.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:30:32.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:30:32.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882512098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:30:32.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:30:32.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:30:32.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882512098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:30:32.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:30:32.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:30:32.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882512098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:30:32.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:30:32.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:30:32.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882512098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/resourceInstances/pnf9eae9c90484c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:30:32.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:30:32.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:30:32.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882512098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:30:32.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:30:32.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:30:32.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882512098,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:30:32.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:30:32.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:30:32.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882521083,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:30:32.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:30:32.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:30:32.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882523225,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZewnyn2w4gtq51i86nqf/1.0/artifacts/service-DemoPnfZewnyn2w4gtq51i86nqf-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-11T06:30:32.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:30:32.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:30:32.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882554365,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6aba9b5a-0d97-42f3-a313-0b26c62203a0/model-vers/model-ver/e8dda4ac-58bf-4059-a023-cad8194503ca) (ec\u003dERR.5.4.6114)"
}
2022-01-11T06:30:32.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:30:41.651Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:31:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:31:32.099Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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-11T06:31:32.099Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:31:32.100Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:31:32.101Z||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-11T06:31:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:31:41.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:31:41.650Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:32:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:32:32.099Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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-11T06:32:32.099Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:32:32.100Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:32:32.101Z||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-11T06:32:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:32:41.652Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:32:41.656Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:33:32.097Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:33:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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-11T06:33:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:33:32.100Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:33:32.101Z||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-11T06:33:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:33:41.642Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:33:41.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:34:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:34:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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-11T06:34:32.098Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:34:32.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-11T06:34:32.101Z||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-11T06:34:32.101Z||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 SYGVaJt88pwf0J8m) ...
2022-01-11T06:34:32.729Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:34:32.729Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:34:32.729Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.730Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4a4a679d-beea-4cd6-bf57-d367c2a9ed09","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"660b8697-7973-45e7-a06f-c76babd68b80","serviceDescription":"service","serviceInvariantUUID":"94dd71a9-d569-4401-89c5-da5009844a0a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b4943101-06bc-490c-a65c-739a09a2d145","resourceInvariantUUID":"dea548e3-8e29-4d11-b86b-3dbd7ac0a293","resourceCustomizationUUID":"4ad9d099-47e6-4d84-93be-654b84afc133","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZTdmMmQ2MjA3ZDVlYmVjOTExNWY4NGRhODcyYmY2ZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b4e5ab1-c616-4f7d-99b2-04fc0f0b09bd","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGI5OTI4ZTE3MDhiMmNkZWU5MjdiZjQyMGFlZGUzM2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"86fdea8c-e2a7-468f-ba5f-63dbfdb52b2b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-11T06:34:32.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882841282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:34:32.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:34:32.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "cds",
"timestamp": 1641882839377,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:34:32.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:34:32.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "clamp",
"timestamp": 1641882844447,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:34:32.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:34:32.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "policy-id",
"timestamp": 1641882838376,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:34:32.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:34:32.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "multicloud-k8s-id",
"timestamp": 1641882841282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:34:32.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:34:32.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "cds",
"timestamp": 1641882839377,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:34:32.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "clamp",
"timestamp": 1641882844447,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "policy-id",
"timestamp": 1641882838376,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "policy-id",
"timestamp": 1641882849048,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "cds",
"timestamp": 1641882849143,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:34:32.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:34:32.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "policy-id",
"timestamp": 1641882850052,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-11T06:34:32.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:34:32.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "cds",
"timestamp": 1641882850148,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-01-11T06:34:32.734Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:34:32.735Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
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-11T06:34:32.738Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:34:32.738Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882872097,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-11T06:34:32.747Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4a4a679d-beea-4cd6-bf57-d367c2a9ed09
2022-01-11T06:34:32.747Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a4a679d-beea-4cd6-bf57-d367c2a9ed09 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-11T06:34:32.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "policy-id",
"timestamp": 1641882851054,
"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-11T06:34:32.758Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a4a679d-beea-4cd6-bf57-d367c2a9ed09
2022-01-11T06:34:32.758Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a4a679d-beea-4cd6-bf57-d367c2a9ed09 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-11T06:34:32.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "aai-ml",
"timestamp": 1641882851812,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:34:32.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:34:32.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "ves-openapi-manager",
"timestamp": 1641882852395,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:34:32.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:34:32.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "aai-ml",
"timestamp": 1641882851812,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882852894,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "ves-openapi-manager",
"timestamp": 1641882852395,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "dcae-sch",
"timestamp": 1641882853570,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882852894,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "clamp",
"timestamp": 1641882854663,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "aai-ml",
"timestamp": 1641882854680,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "dcae-sch",
"timestamp": 1641882853570,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "clamp",
"timestamp": 1641882855680,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882855774,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:34:32.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:34:32.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "clamp",
"timestamp": 1641882856682,
"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-11T06:34:32.774Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4a4a679d-beea-4cd6-bf57-d367c2a9ed09
2022-01-11T06:34:32.774Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a4a679d-beea-4cd6-bf57-d367c2a9ed09 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-11T06:34:32.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882857192,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-01-11T06:34:32.781Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:34:32.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "aai-ml",
"timestamp": 1641882857489,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-01-11T06:34:32.782Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-11T06:34:32.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1641882858196,
"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-11T06:34:32.786Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4a4a679d-beea-4cd6-bf57-d367c2a9ed09
2022-01-11T06:34:32.786Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a4a679d-beea-4cd6-bf57-d367c2a9ed09 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-11T06:34:32.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-11T06:34:32.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "aai-ml",
"timestamp": 1641882858494,
"artifactURL": "",
"status": "COMPONENT_DONE_ERROR",
"errorReason": "deploy failure",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-11T06:34:32.797Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4a4a679d-beea-4cd6-bf57-d367c2a9ed09
2022-01-11T06:34:32.797Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a4a679d-beea-4cd6-bf57-d367c2a9ed09 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-11T06:34:32.838Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:34:32.839Z||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-11T06:34:32.839Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:34:32.852Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:34:32.852Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-11T06:34:33.739Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-11T06:34:33.740Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:34:33.742Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:34:33.742Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882872097,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-01-11T06:34:33.842Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:34:33.843Z||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-11T06:34:33.843Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:34:33.858Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:34:33.859Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:34:34.743Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "660b8697-7973-45e7-a06f-c76babd68b80",
"serviceDescription": "service",
"serviceInvariantUUID": "94dd71a9-d569-4401-89c5-da5009844a0a",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "4ad9d099-47e6-4d84-93be-654b84afc133",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "b4943101-06bc-490c-a65c-739a09a2d145",
"resourceInvariantUUID": "dea548e3-8e29-4d11-b86b-3dbd7ac0a293",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "ZGI5OTI4ZTE3MDhiMmNkZWU5MjdiZjQyMGFlZGUzM2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "86fdea8c-e2a7-468f-ba5f-63dbfdb52b2b"
}
],
"workloadContext": "Production"
}
2022-01-11T06:34:34.744Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-11T06:34:34.744Z|86bcc154-fb9a-4d5d-a7f0-58b9b2fa0328|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 660b8697-7973-45e7-a06f-c76babd68b80 ASDC
2022-01-11T06:34:34.744Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4a4a679d-beea-4cd6-bf57-d367c2a9ed09
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:660b8697-7973-45e7-a06f-c76babd68b80
ServiceInvariantUUID:94dd71a9-d569-4401-89c5-da5009844a0a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:86fdea8c-e2a7-468f-ba5f-63dbfdb52b2b
ArtifactChecksum:ZGI5OTI4ZTE3MDhiMmNkZWU5MjdiZjQyMGFlZGUzM2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4ad9d099-47e6-4d84-93be-654b84afc133
ResourceInvariantUUID:dea548e3-8e29-4d11-b86b-3dbd7ac0a293
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b4943101-06bc-490c-a65c-739a09a2d145
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-01-11T06:34:34.744Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 660b8697-7973-45e7-a06f-c76babd68b80 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-11T06:34:34.768Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:34:34.769Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:34:34.769Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:34:34.769Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 86fdea8c-e2a7-468f-ba5f-63dbfdb52b2b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-11T06:34:34.769Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-11T06:34:34.769Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-11T06:34:34.859Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-11T06:34:34.863Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 86fdea8c-e2a7-468f-ba5f-63dbfdb52b2b 52487
2022-01-11T06:34:34.863Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-01-11T06:34:34.863Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-11T06:34:34.864Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-11T06:34:34.864Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-11T06:34:34.867Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-11T06:34:34.867Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "4a4a679d-beea-4cd6-bf57-d367c2a9ed09",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1641882874863,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-01-11T06:34:34.967Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-11T06:34:34.968Z||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-11T06:34:34.968Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SYGVaJt88pwf0J8m) ...
2022-01-11T06:34:34.982Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-01-11T06:34:34.982Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-11T06:34:35.867Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-11T06:34:35.868Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-11T06:34:35.868Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 86fdea8c-e2a7-468f-ba5f-63dbfdb52b2b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-11T06:34:35.869Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-01-11T06:34:35.869Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-11T06:34:35.869Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-11T06:34:35.946Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15889324928339879276/Definitions/service-BasicNetwork-template.yml
2022-01-11T06:34:36.265Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-11T06:34:36.265Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-11T06:34:36.265Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-11T06:34:36.265Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-01-11T06:34:36.265Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|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-BasicNetwork-csar.csar
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:34:36.266Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:34:36.267Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.268Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:34:36.268Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.268Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:660b8697-7973-45e7-a06f-c76babd68b80
Model Version:NULL
Model InvariantUuid:94dd71a9-d569-4401-89c5-da5009844a0a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:dea548e3-8e29-4d11-b86b-3dbd7ac0a293
Model UUID:0cec8692-70cd-4239-ae8b-2dc5b9ec4f1e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:4ad9d099-47e6-4d84-93be-654b84afc133
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-01-11T06:34:36.273Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: b4943101-06bc-490c-a65c-739a09a2d145
2022-01-11T06:34:36.273Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||No resources found for Service: 660b8697-7973-45e7-a06f-c76babd68b80
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-11T06:34:36.276Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||
2022-01-11T06:34:36.276Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-01-11T06:34:36.276Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 660b8697-7973-45e7-a06f-c76babd68b80
2022-01-11T06:34:36.276Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 660b8697-7973-45e7-a06f-c76babd68b80
2022-01-11T06:34:36.276Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-01-11T06:34:36.276Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-11T06:34:36.280Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c815e31, org.onap.sdc.toscaparser.api.parameters.Input@15ce560b, org.onap.sdc.toscaparser.api.parameters.Input@2785758, org.onap.sdc.toscaparser.api.parameters.Input@4438f7dd, org.onap.sdc.toscaparser.api.parameters.Input@121e49bd]
2022-01-11T06:34:36.281Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:34:36.281Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.281Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:34:36.281Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.281Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 660b8697-7973-45e7-a06f-c76babd68b80: Generic NeutronNet
2022-01-11T06:34:36.281Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:34:36.281Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.282Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:34:36.282Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-01-11T06:34:36.299Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-01-11T06:34:36.299Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-11T06:34:36.299Z|4a4a679d-beea-4cd6-bf57-d367c2a9ed09|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery