By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-04T03:22:50.339Z||main|||||INFO|500||The following profiles are active: basic
2022-06-04T03:23:02.832Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-04T03:23:02.833Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-04T03:23:02.993Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-04T03:23:08.255Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-04T03:23:08.711Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-04T03:23:09.260Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-04T03:23:09.274Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-04T03:23:09.419Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-04T03:23:09.738Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-04T03:23:10.507Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-04T03:23:12.673Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-04T03:23:15.227Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-04T03:23:15.285Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-04T03:23:15.949Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-04T03:23:16.231Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-04T03:23:17.646Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-04T03:23:18.830Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-04T03:23:18.849Z||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$$af915e9a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-04T03:23:18.850Z||main|||||WARN|500||The sdc end point is not alive
2022-06-04T03:23:22.331Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-04T03:23:25.437Z||main|||||WARN|500||---
2022-06-04T03:23:25.438Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-04T03:23:25.438Z||main|||||WARN|500||---
2022-06-04T03:23:26.058Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-04T03:23:31.614Z||main|||||INFO|500||Started Application in 45.12 seconds (JVM running for 47.619)
2022-06-04T03:23:31.626Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:23:31.628Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:23:31.642Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:23:31.674Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:23:31.716Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 93c185ec-cb1d-42df-a5bd-38e6abed7bd8 url= /sdc/v1/artifactTypes
2022-06-04T03:23:31.717Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:23:32.821Z||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.13.208] 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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-04T03:23:32.825Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@77311621
2022-06-04T03:23:32.825Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:23:32.841Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:23:32.844Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:23:32.847Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-04T03:24:21.607Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:24:21.608Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:24:21.608Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:24:21.611Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:24:21.616Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9fd8c631-2cd0-4a41-9101-567132e1d36a url= /sdc/v1/artifactTypes
2022-06-04T03:24:21.616Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:24:22.648Z||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.13.208] 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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-04T03:24:22.650Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7c449093
2022-06-04T03:24:22.650Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:24:22.651Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:24:22.651Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:24:22.652Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-04T03:25:11.608Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:25:11.609Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:25:11.610Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:25:11.615Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:25:11.621Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 58d2a52f-9586-4d39-a209-ef4097b7d546 url= /sdc/v1/artifactTypes
2022-06-04T03:25:11.622Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:25:12.662Z||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.13.208] 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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-04T03:25:12.663Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37850592
2022-06-04T03:25:12.664Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:25:12.664Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:25:12.664Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:25:12.665Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-04T03:26:01.610Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:26:01.611Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:26:01.612Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:26:01.615Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:26:01.627Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 87ecd70a-1f73-475a-8255-4355b13e24df url= /sdc/v1/artifactTypes
2022-06-04T03:26:01.628Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:26:02.644Z||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.13.208] 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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-04T03:26:02.646Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73537997
2022-06-04T03:26:02.646Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:26:02.646Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:26:02.647Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:26:02.648Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-04T03:26:51.608Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:26:51.610Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:26:51.610Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:26:51.612Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:26:51.617Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 48a6365a-d93d-486a-84f3-06144adf5342 url= /sdc/v1/artifactTypes
2022-06-04T03:26:51.617Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:26:52.669Z||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.13.208] 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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-04T03:26:52.671Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a610126
2022-06-04T03:26:52.671Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:26:52.671Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:26:52.672Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:26:52.673Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-04T03:27:41.607Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:27:41.609Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:27:41.610Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:27:41.617Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:27:41.624Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 017aa2e9-0b33-4ba2-ba33-4dd9230151d6 url= /sdc/v1/artifactTypes
2022-06-04T03:27:41.624Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:27:42.648Z||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.13.208] 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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-04T03:27:42.649Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e36281e
2022-06-04T03:27:42.649Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:27:42.650Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:27:42.650Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:27:42.651Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-04T03:28:31.608Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:28:31.610Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:28:31.612Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:28:31.617Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:28:31.626Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5a5dab63-b68e-4ecb-bbbf-7c74f53ffc8d url= /sdc/v1/artifactTypes
2022-06-04T03:28:31.626Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:28:32.668Z||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.13.208] 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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-04T03:28:32.669Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3851b4f8
2022-06-04T03:28:32.670Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:28:32.670Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:28:32.670Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:28:32.671Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-04T03:29:21.608Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:29:21.609Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:29:21.610Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:29:21.614Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:29:21.621Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 78c4d501-925c-47ac-9141-ba552e497795 url= /sdc/v1/artifactTypes
2022-06-04T03:29:21.621Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:29:22.644Z||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.13.208] 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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-04T03:29:22.645Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6976f86
2022-06-04T03:29:22.645Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:29:22.646Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:29:22.646Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:29:22.647Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-04T03:30:11.607Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:30:11.608Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:30:11.609Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:30:11.613Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:30:11.620Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ddffdf33-a0b7-4522-99c8-0141c5b5f99a url= /sdc/v1/artifactTypes
2022-06-04T03:30:11.620Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:30:12.660Z||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.13.208] 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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-04T03:30:12.661Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a33ff14
2022-06-04T03:30:12.661Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:30:12.662Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:30:12.662Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:30:12.662Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-04T03:31:01.607Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:31:01.608Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:31:01.609Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:31:01.611Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:31:01.616Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2b2600bf-96cf-4336-9aca-6620893c9eb6 url= /sdc/v1/artifactTypes
2022-06-04T03:31:01.616Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:31:02.648Z||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.13.208] 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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-04T03:31:02.649Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d0ef4b7
2022-06-04T03:31:02.649Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:31:02.650Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:31:02.650Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:31:02.651Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-04T03:31:51.607Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:31:51.607Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:31:51.608Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:31:51.611Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:31:51.615Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= df1149b4-3bcb-414f-b41f-c016600acf82 url= /sdc/v1/artifactTypes
2022-06-04T03:31:51.615Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:31:52.628Z||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.13.208] 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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-04T03:31:52.629Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61b045c6
2022-06-04T03:31:52.629Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:31:52.630Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:31:52.630Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:31:52.630Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-04T03:32:41.607Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:32:41.608Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:32:41.609Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:32:41.612Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:32:41.616Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7b56b52a-ffdb-4047-a605-ba510cf8f837 url= /sdc/v1/artifactTypes
2022-06-04T03:32:41.616Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:32:42.644Z||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.13.208] 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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-04T03:32:42.645Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b8c84ac
2022-06-04T03:32:42.646Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:32:42.646Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:32:42.646Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:32:42.647Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-04T03:33:20.658Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-04T03:33:31.607Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:33:31.608Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:33:31.608Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:33:31.612Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:33:31.618Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 40ad7f86-66d4-49db-9346-030cf2312fd7 url= /sdc/v1/artifactTypes
2022-06-04T03:33:31.618Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:33:32.660Z||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.13.208] 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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-04T03:33:32.661Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@424700b0
2022-06-04T03:33:32.661Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:33:32.662Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:33:32.662Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:33:32.662Z||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$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-04T03:34:21.607Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:34:21.608Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:34:21.608Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:34:21.611Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:34:21.617Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3501c945-3a1e-4bce-843d-74a312fb4248 url= /sdc/v1/artifactTypes
2022-06-04T03:34:21.617Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:34:21.846Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-04T03:34:21.856Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-04T03:34:21.883Z||scheduling-1|||||DEBUG|500||create keys
2022-06-04T03:34:21.891Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-04T03:34:21.926Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:34:21.945Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1c93a6a3-58df-4d37-b41d-1e9a215991f3 url= /sdc/v1/registerForDistribution
2022-06-04T03:34:22.123Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1c93a6a3-58df-4d37-b41d-1e9a215991f3 url= /sdc/v1/registerForDistribution
2022-06-04T03:34:22.124Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-04T03:34:22.138Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:34:22.138Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:34:22.140Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-04T03:34:22.146Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:34:22.147Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:34:22.149Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:34:22.150Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:34:32.508Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:34:32.511Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:35:22.131Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:35:22.132Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:35:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:35:22.133Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:35:22.136Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:35:22.136Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:35:31.711Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:35:31.712Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:36:22.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:36:22.133Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:36:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:36:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:36:22.135Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:36:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:36:31.683Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:36:31.719Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:37:22.131Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:37:22.132Z||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-06-04T03:37:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:37:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:37:22.134Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:37:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:37:31.710Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:37:31.710Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:38:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:38:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:38:22.134Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:38:22.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:38:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:38:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:38:31.712Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:38:31.712Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:39:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:39:22.132Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:39:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:39:22.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:39:22.133Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:39:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:39:31.706Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:39:31.713Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:40:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:40:22.132Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:40:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:40:22.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:40:22.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:40:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:40:31.675Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:40:31.708Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:41:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:41:22.132Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:41:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:41:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:41:22.134Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:41:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:41:31.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:41:31.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:42:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:42:22.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:42:22.133Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:42:22.133Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:42:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:42:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:42:31.702Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:42:31.709Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:43:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:43:22.133Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:43:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:43:22.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:43:22.134Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:43:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:43:31.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:43:31.783Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:44:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:44:22.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:44:22.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:44:22.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:44:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:44:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:44:31.698Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:44:31.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:45:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:45:22.133Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:45:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:45:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:45:22.133Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:45:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:45:31.680Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:45:31.682Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:46:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:46:22.132Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:46:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:46:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:46:22.133Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:46:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:46:31.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:46:31.719Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:47:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:47:22.132Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:47:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:47:22.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:47:22.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:47:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:47:31.683Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:47:31.685Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:48:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:48:22.132Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:48:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:48:22.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:48:22.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:48:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:48:31.705Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:48:31.705Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:49:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:49:22.132Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:49:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:49:22.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:49:22.134Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:49:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:49:31.682Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:49:31.701Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:50:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:50:22.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:50:22.133Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:50:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:50:22.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:50:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:50:31.695Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:50:31.696Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:51:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:51:22.132Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:51:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:51:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:51:22.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:51:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:51:31.684Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:51:31.711Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:52:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:52:22.132Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:52:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:52:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:52:22.134Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:52:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:52:31.678Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:52:31.681Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:53:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:53:22.132Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:53:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:53:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:53:22.133Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:53:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:53:31.684Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:53:31.685Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:54:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:54:22.132Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:54:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:54:22.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:54:22.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:54:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:54:31.736Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:54:31.738Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:55:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:55:22.132Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:55:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:55:22.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:55:22.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:55:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:55:31.684Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:55:31.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:56:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:56:22.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:56:22.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:56:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:56:22.133Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:56:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:56:31.719Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:56:31.720Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:57:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:57:22.133Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:57:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:57:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:57:22.134Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:57:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:57:31.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:57:31.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:58:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:58:22.132Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:58:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:58:22.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:58:22.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:58:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:58:31.683Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:58:31.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:59:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:59:22.132Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:59:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:59:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:59:22.134Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T03:59:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:59:31.679Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T03:59:31.679Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:00:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:00:22.132Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:00:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:00:22.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:00:22.133Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:00:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:00:31.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:00:31.685Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:01:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:01:22.132Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:01:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:01:22.133Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:01:22.133Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:01:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:01:31.690Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:01:31.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:02:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:02:22.132Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:02:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:02:22.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:02:22.133Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:02:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:02:31.681Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:02:31.709Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:03:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:03:22.132Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:03:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:03:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:03:22.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:03:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:03:31.683Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:03:31.683Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:04:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:04:22.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:04:22.133Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:04:22.133Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:04:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:04:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:04:31.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:04:31.686Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:05:22.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:05:22.132Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:05:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:05:22.133Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:05:22.133Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:05:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:05:31.707Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:05:31.707Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:06:22.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:06:22.132Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:06:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:06:22.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:06:22.133Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:06:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:06:31.681Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:06:31.681Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:07:22.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:07:22.132Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:07:22.133Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:07:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:07:22.133Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:07:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:07:31.685Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:07:31.686Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:08:22.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:08:22.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:08:22.133Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:08:22.133Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:08:22.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:08:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:08:31.678Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:08:31.680Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:09:22.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:09:22.132Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:09:22.133Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:09:22.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:09:22.134Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:09:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:09:31.686Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:09:31.686Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:10:22.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:10:22.132Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:10:22.132Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:10:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:10:22.134Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:10:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:10:31.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:10:31.685Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:11:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:11:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:11:22.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:11:22.134Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:11:22.134Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:11:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:11:31.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:11:31.691Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:12:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:12:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:12:22.132Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:12:22.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:12:22.133Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:12:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:12:31.682Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:12:31.682Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:13:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:13:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:13:22.132Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:13:22.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:13:22.135Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:13:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:13:31.707Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:13:31.709Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:14:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:14:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:14:22.132Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:14:22.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:14:22.133Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:14:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:14:31.691Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:14:31.693Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:15:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:15:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:15:22.133Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:15:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:15:22.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:15:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:15:31.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:15:31.685Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:16:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:16:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:16:22.133Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:16:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:16:22.133Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:16:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:16:31.716Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:16:31.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:17:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:17:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:17:22.133Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:17:22.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:17:22.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:17:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:17:31.681Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:17:31.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:18:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:18:22.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:18:22.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:18:22.133Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:18:22.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:18:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:18:31.682Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:18:31.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:19:22.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:19:22.132Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:19:22.132Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:19:22.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:19:22.134Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:19:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:19:31.679Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:19:31.680Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:20:22.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:20:22.132Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:20:22.132Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:20:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:20:22.134Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:20:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:20:31.684Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:20:31.716Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:21:22.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:21:22.132Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:21:22.133Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:21:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:21:22.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:21:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:21:31.676Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:21:31.679Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:22:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:22:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:22:22.132Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:22:22.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:22:22.134Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:22:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:22:31.697Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:22:31.701Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:23:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:23:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:23:22.132Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:23:22.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:23:22.135Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:23:22.136Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:23:31.705Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:23:31.730Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:24:22.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:24:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:24:22.134Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:24:22.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:24:22.134Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:24:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:24:31.687Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:24:31.687Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:25:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:25:22.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:25:22.133Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:25:22.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:25:22.134Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:25:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:25:31.687Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:25:31.687Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:26:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:26:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:26:22.132Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:26:22.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:26:22.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:26:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:26:31.676Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:26:31.678Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:27:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:27:22.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:27:22.133Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:27:22.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:27:22.134Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:27:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:27:31.744Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:27:31.744Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:28:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:28:22.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:28:22.133Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:28:22.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:28:22.134Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:28:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:28:31.689Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:28:31.692Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:29:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:29:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:29:22.133Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:29:22.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:29:22.134Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:29:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:29:31.688Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:29:31.697Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:30:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:30:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:30:22.133Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:30:22.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:30:22.133Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:30:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:30:31.681Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:30:31.684Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:31:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:31:22.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:31:22.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:31:22.134Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:31:22.134Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:31:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:31:31.687Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:31:31.687Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:32:22.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:32:22.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:32:22.134Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:32:22.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:32:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:32:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:32:31.684Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:32:31.718Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:33:22.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:33:22.133Z||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-06-04T04:33:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:33:22.135Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:33:22.136Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:33:22.136Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:33:31.685Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:33:31.711Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:34:22.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:34:22.132Z||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-06-04T04:34:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:34:22.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:34:22.134Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:34:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:34:31.729Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:34:31.731Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:35:22.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:35:22.132Z||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-06-04T04:35:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:35:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:35:22.134Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:35:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:35:31.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:35:31.689Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:36:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:36:22.133Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:36:22.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:36:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:36:22.134Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:36:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:36:31.692Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:36:31.691Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:37:22.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:37:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:37:22.134Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:37:22.134Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:37:22.134Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:37:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:37:31.682Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:37:31.683Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:38:22.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:38:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:38:22.133Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:38:22.133Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:22.133Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:38:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:31.609Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:38:31.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:38:31.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"b59dfc88-d988-4a75-b21f-8140ad7ad9bf","serviceName":"basic_onboard_cCsjll","serviceVersion":"1.0","serviceUUID":"c4deae84-b3f5-4b48-81c6-698af5821a97","serviceDescription":"service","serviceInvariantUUID":"2d832a48-0d05-4dc9-b139-ec2de3db98e1","resources":[{"resourceInstanceName":"basic_onboard_cCsjll 0","resourceName":"basic_onboard_cCsjll","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"956cc2ca-a2a1-41fc-b126-a5a25b1ef913","resourceInvariantUUID":"07657164-466f-43a1-81b9-1e86c445ba73","resourceCustomizationUUID":"48ab125a-557b-4b58-a66f-e1ee20908038","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vf-license-model.xml","artifactChecksum":"NDM4MTQ4YjY5ZjdmMjlmYTk3MzNlNTFhNmYxMWE3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"685b9aad-063d-408f-bb57-99fac64bfb55","artifactVersion":"1"},{"artifactName":"basic_onboard_ccsjll0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json","artifactChecksum":"NDdhZGM5YjAwNTYzNzVmZWMzMTBjYjUyNzk5MWRkOWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4203814a-1a4a-40ed-80bb-b20d17a4cbd7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3517e04d-2b99-4c08-a01a-4f0ae31c5e05","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9933f625-a544-444d-b458-e31e12928a45","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"79aaa754-b8bc-40c5-8cfb-5fc978b37ea0","artifactVersion":"2","generatedFromUUID":"3517e04d-2b99-4c08-a01a-4f0ae31c5e05"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCcsjll-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-template.yml","artifactChecksum":"NGUxZDhjYjVlNjZhOThjZTk3NzlkYzg4MjQ0ZDU5NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"770919e8-e485-43d4-b28d-d925497db6b1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCcsjll-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar","artifactChecksum":"ODllNGMzMmVlZDZjYzE0OWY2NmM0OWUxN2U5ZGNmZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b410072f-e0ef-4b56-b8f2-cbff53031032","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-04T04:38:31.640Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:38:31.651Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:31.666Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:31.667Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317502131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:38:31.682Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:38:31.768Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-04T04:38:31.774Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:38:31.774Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:31.799Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:38:31.801Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:32.680Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:38:32.680Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:32.683Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:32.683Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317502131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
"status": "NOTIFIED"
}
2022-06-04T04:38:32.785Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:38:32.787Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:38:32.787Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:32.803Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:38:32.803Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:38:33.685Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:38:33.687Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:33.689Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:33.689Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317502131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-04T04:38:33.789Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T04:38:33.791Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:38:33.791Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:33.810Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:38:33.811Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:34.690Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:38:34.691Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:34.694Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:34.694Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317502131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:38:34.798Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-04T04:38:34.799Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:38:34.801Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:34.831Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:38:34.832Z||pool-6-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:38:35.695Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:38:35.696Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:35.703Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:35.703Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317502131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-04T04:38:35.813Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-06-04T04:38:35.826Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:38:35.847Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:35.902Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:38:35.902Z||pool-7-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:36.704Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:38:36.705Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:36.708Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:36.708Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317502131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:38:36.809Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-04T04:38:36.811Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:38:36.811Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:36.836Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:38:36.837Z||pool-8-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:38:37.708Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:38:37.709Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:37.712Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:37.712Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317502131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T04:38:37.814Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-04T04:38:37.817Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:38:37.818Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:37.831Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:38:37.832Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:38.714Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"serviceName": "basic_onboard_cCsjll",
"serviceVersion": "1.0",
"serviceUUID": "c4deae84-b3f5-4b48-81c6-698af5821a97",
"serviceDescription": "service",
"serviceInvariantUUID": "2d832a48-0d05-4dc9-b139-ec2de3db98e1",
"resources": [
{
"resourceInstanceName": "basic_onboard_cCsjll 0",
"resourceCustomizationUUID": "48ab125a-557b-4b58-a66f-e1ee20908038",
"resourceName": "basic_onboard_cCsjll",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "956cc2ca-a2a1-41fc-b126-a5a25b1ef913",
"resourceInvariantUUID": "07657164-466f-43a1-81b9-1e86c445ba73",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ccsjll0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
"artifactChecksum": "NDdhZGM5YjAwNTYzNzVmZWMzMTBjYjUyNzk5MWRkOWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4203814a-1a4a-40ed-80bb-b20d17a4cbd7",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3517e04d-2b99-4c08-a01a-4f0ae31c5e05",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "79aaa754-b8bc-40c5-8cfb-5fc978b37ea0",
"generatedFromUUID": "3517e04d-2b99-4c08-a01a-4f0ae31c5e05"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "79aaa754-b8bc-40c5-8cfb-5fc978b37ea0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCcsjll-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"artifactChecksum": "ODllNGMzMmVlZDZjYzE0OWY2NmM0OWUxN2U5ZGNmZDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b410072f-e0ef-4b56-b8f2-cbff53031032"
}
],
"workloadContext": "Production"
}
2022-06-04T04:38:38.717Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-04T04:38:38.717Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c4deae84-b3f5-4b48-81c6-698af5821a97 ASDC
2022-06-04T04:38:38.856Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:b59dfc88-d988-4a75-b21f-8140ad7ad9bf
ServiceName:basic_onboard_cCsjll
ServiceVersion:1.0
ServiceUUID:c4deae84-b3f5-4b48-81c6-698af5821a97
ServiceInvariantUUID:2d832a48-0d05-4dc9-b139-ec2de3db98e1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCcsjll-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar
ArtifactUUID:b410072f-e0ef-4b56-b8f2-cbff53031032
ArtifactChecksum:ODllNGMzMmVlZDZjYzE0OWY2NmM0OWUxN2U5ZGNmZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_cCsjll 0
ResourceCustomizationUUID:48ab125a-557b-4b58-a66f-e1ee20908038
ResourceInvariantUUID:07657164-466f-43a1-81b9-1e86c445ba73
ResourceName:basic_onboard_cCsjll
ResourceType:VF
ResourceUUID:956cc2ca-a2a1-41fc-b126-a5a25b1ef913
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ccsjll0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json
ArtifactUUID:4203814a-1a4a-40ed-80bb-b20d17a4cbd7
ArtifactChecksum:NDdhZGM5YjAwNTYzNzVmZWMzMTBjYjUyNzk5MWRkOWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3517e04d-2b99-4c08-a01a-4f0ae31c5e05
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env
ArtifactUUID:79aaa754-b8bc-40c5-8cfb-5fc978b37ea0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env
ArtifactUUID:79aaa754-b8bc-40c5-8cfb-5fc978b37ea0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-04T04:38:38.857Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4deae84-b3f5-4b48-81c6-698af5821a97 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T04:38:39.128Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T04:38:39.130Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-04T04:38:39.131Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-04T04:38:39.131Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b410072f-e0ef-4b56-b8f2-cbff53031032 from URL: /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:39.131Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-04T04:38:39.133Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:40.038Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-04T04:38:40.052Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar b410072f-e0ef-4b56-b8f2-cbff53031032 71565
2022-06-04T04:38:40.070Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar ASDC sendASDCNotification
2022-06-04T04:38:40.070Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:40.073Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:38:40.074Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:40.076Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:40.076Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317520052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:38:40.176Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T04:38:40.178Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:38:40.178Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:40.201Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:38:40.201Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:41.077Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T04:38:41.078Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-04T04:38:41.079Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b410072f-e0ef-4b56-b8f2-cbff53031032, URL: /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar to file: /app/ASDC/1/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:41.080Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:41.180Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:41.180Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:41.944Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3364581937184986387/Definitions/service-BasicOnboardCcsjll-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-04T04:38:43.790Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-04T04:38:43.795Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-04T04:38:43.795Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:43.796Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-04T04:38:43.796Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cCsjll 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:43.796Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:43.796Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:43.796Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:43.796Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:43.796Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:43.796Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:43.797Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:43.797Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:43.797Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-04T04:38:43.803Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:43.804Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:43.808Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is matching search criteria
2022-06-04T04:38:43.808Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-04T04:38:43.810Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cCsjll 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T04:38:43.811Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:43.812Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:43.812Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is matching search criteria
2022-06-04T04:38:43.812Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-04T04:38:43.812Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cCsjll 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T04:38:43.812Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:43.813Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:43.816Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:43.816Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is not matching search criteria
2022-06-04T04:38:43.816Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-04T04:38:43.816Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-04T04:38:43.817Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-04T04:38:43.817Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-04T04:38:43.817Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-04T04:38:43.817Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:43.817Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T04:38:43.818Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:43.819Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is matching search criteria
2022-06-04T04:38:43.819Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cCsjll 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:38:43.820Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:43.820Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is matching search criteria
2022-06-04T04:38:43.820Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cCsjll 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:38:43.820Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:43.820Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is matching search criteria
2022-06-04T04:38:43.820Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cCsjll 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:38:43.821Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:43.821Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is not matching search criteria
2022-06-04T04:38:43.821Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-04T04:38:43.821Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-04T04:38:43.821Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b3c7d0e9-f007-4c8e-b7a5-ebbba0bb74c4
2022-06-04T04:38:43.821Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:43.822Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:43.822Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:43.822Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:43.822Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:43.822Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:43.823Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:43.823Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:43.823Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_cCsjll
Description:service
Model UUID:c4deae84-b3f5-4b48-81c6-698af5821a97
Model Version:NULL
Model InvariantUuid:2d832a48-0d05-4dc9-b139-ec2de3db98e1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_cCsjll
Model UUID:c67e20f7-a1f0-4a83-b9b8-aa7e410ce73f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:07657164-466f-43a1-81b9-1e86c445ba73
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:48ab125a-557b-4b58-a66f-e1ee20908038
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ca57df0f-018d-4b85-90f3-ab31e2dfb1d8
ModelName:BasicOnboardCcsjll..base_ubuntu18..module-0
ModelUuid:8d1ef85b-1bbd-4670-9de3-05e0bb8c6798
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b3c7d0e9-f007-4c8e-b7a5-ebbba0bb74c4
ModelInvariantUuid:91e0f382-c5df-448c-9ae8-3592436455b1
ModelName:basic_onboard_cCsjll-nodes.ubuntu18Cvfc
ModelUuid:9645d4a0-6f13-4f5c-900a-e1193a386b65
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:bccf4c5d-77de-43e3-a9e8-0c9f6ece432d
ModelInvariantUuid:7c086cf4-1218-4d04-8152-3f29adf673ab
ModelName:BasicOnboardCcsjll.compute.nodes.heat.ubuntu18
ModelUuid:95b1693b-55da-49ef-aa05-1fffda83a348
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-04T04:38:43.845Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 956cc2ca-a2a1-41fc-b126-a5a25b1ef913
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-04T04:38:43.959Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||basic_onboard_cCsjll 0
2022-06-04T04:38:43.966Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 956cc2ca-a2a1-41fc-b126-a5a25b1ef913
2022-06-04T04:38:43.966Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4203814a-1a4a-40ed-80bb-b20d17a4cbd7 from URL: /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json
2022-06-04T04:38:43.966Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-04T04:38:43.966Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json
2022-06-04T04:38:44.223Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-04T04:38:44.223Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json 4203814a-1a4a-40ed-80bb-b20d17a4cbd7 798
2022-06-04T04:38:44.224Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json ASDC sendASDCNotification
2022-06-04T04:38:44.224Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json
2022-06-04T04:38:44.224Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:38:44.224Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:44.226Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:44.227Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317524223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:38:44.327Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:38:44.328Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:38:44.329Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:44.340Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:38:44.340Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:38:45.228Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCcsjll..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ca57df0f-018d-4b85-90f3-ab31e2dfb1d8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8d1ef85b-1bbd-4670-9de3-05e0bb8c6798",
"vfModuleModelCustomizationUUID": "af2dec5d-8104-4f46-9ff4-7a5f0ff78ec1",
"isBase": true,
"artifacts": [
"3517e04d-2b99-4c08-a01a-4f0ae31c5e05",
"79aaa754-b8bc-40c5-8cfb-5fc978b37ea0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-04T04:38:45.248Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCcsjll..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d1ef85b-1bbd-4670-9de3-05e0bb8c6798
VfModuleModelInvariantUUID:ca57df0f-018d-4b85-90f3-ab31e2dfb1d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
3517e04d-2b99-4c08-a01a-4f0ae31c5e05
,
79aaa754-b8bc-40c5-8cfb-5fc978b37ea0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-04T04:38:45.252Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCcsjll..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ca57df0f-018d-4b85-90f3-ab31e2dfb1d8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8d1ef85b-1bbd-4670-9de3-05e0bb8c6798",
"vfModuleModelCustomizationUUID": "af2dec5d-8104-4f46-9ff4-7a5f0ff78ec1",
"isBase": true,
"artifacts": [
"3517e04d-2b99-4c08-a01a-4f0ae31c5e05",
"79aaa754-b8bc-40c5-8cfb-5fc978b37ea0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-04T04:38:45.253Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCcsjll..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d1ef85b-1bbd-4670-9de3-05e0bb8c6798
VfModuleModelInvariantUUID:ca57df0f-018d-4b85-90f3-ab31e2dfb1d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
3517e04d-2b99-4c08-a01a-4f0ae31c5e05
,
79aaa754-b8bc-40c5-8cfb-5fc978b37ea0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-04T04:38:45.253Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3517e04d-2b99-4c08-a01a-4f0ae31c5e05 from URL: /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml
2022-06-04T04:38:45.254Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-04T04:38:45.254Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml
2022-06-04T04:38:45.945Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-04T04:38:45.946Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml 3517e04d-2b99-4c08-a01a-4f0ae31c5e05 5033
2022-06-04T04:38:45.946Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-04T04:38:45.946Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml
2022-06-04T04:38:45.946Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:38:45.947Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:45.949Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:45.949Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317525946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:38:46.049Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:38:46.050Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:38:46.051Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:46.064Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:38:46.065Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:46.950Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 79aaa754-b8bc-40c5-8cfb-5fc978b37ea0 from URL: /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env
2022-06-04T04:38:46.950Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-04T04:38:46.950Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env
2022-06-04T04:38:47.628Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-04T04:38:47.629Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env 79aaa754-b8bc-40c5-8cfb-5fc978b37ea0 909
2022-06-04T04:38:47.629Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-04T04:38:47.630Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env
2022-06-04T04:38:47.630Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:38:47.630Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:47.632Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:47.632Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317527629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:38:47.733Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T04:38:47.734Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:38:47.734Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:47.748Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:38:47.748Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:48.633Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c4deae84-b3f5-4b48-81c6-698af5821a97
2022-06-04T04:38:48.634Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cCsjll 0 956cc2ca-a2a1-41fc-b126-a5a25b1ef913 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-04T04:38:48.687Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f9ce7dc, org.onap.sdc.toscaparser.api.parameters.Input@6ae5830d, org.onap.sdc.toscaparser.api.parameters.Input@1efbdca4, org.onap.sdc.toscaparser.api.parameters.Input@3dc799a8, org.onap.sdc.toscaparser.api.parameters.Input@550d3bcb]
2022-06-04T04:38:48.692Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:48.692Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:48.692Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-06-04T04:38:48.692Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 48ab125a-557b-4b58-a66f-e1ee20908038
2022-06-04T04:38:48.693Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 48ab125a-557b-4b58-a66f-e1ee20908038 matches Tosca VF Customization UUID: 48ab125a-557b-4b58-a66f-e1ee20908038
2022-06-04T04:38:48.693Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 48ab125a-557b-4b58-a66f-e1ee20908038 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-04T04:38:48.701Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:48.701Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:48.703Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 48ab125a-557b-4b58-a66f-e1ee20908038: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-04T04:38:48.703Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b6d1b53
2022-06-04T04:38:48.703Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:48.704Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T04:38:48.704Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : af2dec5d-8104-4f46-9ff4-7a5f0ff78ec1
2022-06-04T04:38:48.705Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID af2dec5d-8104-4f46-9ff4-7a5f0ff78ec1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-04T04:38:48.713Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:48.714Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is matching search criteria
2022-06-04T04:38:48.714Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cCsjll 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:38:48.715Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:48.715Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is matching search criteria
2022-06-04T04:38:48.715Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cCsjll 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:38:48.715Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:48.716Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is not matching search criteria
2022-06-04T04:38:48.716Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-04T04:38:48.716Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-04T04:38:48.716Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b3c7d0e9-f007-4c8e-b7a5-ebbba0bb74c4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-04T04:38:48.724Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:48.725Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is matching search criteria
2022-06-04T04:38:48.725Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cCsjll 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:38:48.725Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:48.726Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is matching search criteria
2022-06-04T04:38:48.726Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cCsjll 0] matching following query criteria: sdcType=VF, customizationUUID=48ab125a-557b-4b58-a66f-e1ee20908038
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-04T04:38:48.727Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:48.728Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:48.728Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c4deae84-b3f5-4b48-81c6-698af5821a97: basic_onboard_cCsjll
2022-06-04T04:38:48.728Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:48.729Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:48.729Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:48.729Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:48.729Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:48.730Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:48.730Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:48.730Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:48.730Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:38:48.731Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:48.731Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_cCsjll
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T04:38:48.906Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cCsjll 956cc2ca-a2a1-41fc-b126-a5a25b1ef913 1 ASDC deployResourceStructure
2022-06-04T04:38:48.907Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json ASDC sendASDCNotification
2022-06-04T04:38:48.907Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json
2022-06-04T04:38:48.907Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:38:48.907Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:48.909Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:48.909Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317528907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-04T04:38:49.010Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:38:49.011Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:38:49.011Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:49.030Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:38:49.032Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:49.910Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-04T04:38:49.911Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml
2022-06-04T04:38:49.911Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:38:49.912Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:49.914Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:49.915Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317529910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-04T04:38:50.014Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T04:38:50.015Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:38:50.015Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:50.030Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:38:50.031Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:50.917Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-04T04:38:50.919Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env
2022-06-04T04:38:50.919Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:38:50.919Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:50.921Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:50.922Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317530917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-04T04:38:51.022Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:38:51.023Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:38:51.023Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:51.040Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:38:51.042Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:51.926Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar ASDC sendASDCNotification
2022-06-04T04:38:51.927Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:51.927Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:38:51.928Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:51.930Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:51.931Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317531926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T04:38:52.031Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:38:52.032Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:38:52.032Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:52.045Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:38:52.054Z||pool-17-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:52.932Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b59dfc88-d988-4a75-b21f-8140ad7ad9bf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-04T04:38:52.963Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b59dfc88-d988-4a75-b21f-8140ad7ad9bf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-04T04:38:52.965Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T04:38:52.966Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T04:38:52.966Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T04:39:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:39:22.134Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:39:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:39:22.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:39:22.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "cds",
"timestamp": 1654317508886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317504126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "aai-ml",
"timestamp": 1654317503717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317502131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1654317506533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "policy-id",
"timestamp": 1654317507223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "cds",
"timestamp": 1654317508886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317504126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
"status": "NOTIFIED"
}
2022-06-04T04:39:22.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "aai-ml",
"timestamp": 1654317503717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317502131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
"status": "NOTIFIED"
}
2022-06-04T04:39:22.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1654317506533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "policy-id",
"timestamp": 1654317507223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "cds",
"timestamp": 1654317508886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317504126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-04T04:39:22.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "aai-ml",
"timestamp": 1654317503717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317502131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-04T04:39:22.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1654317506533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "policy-id",
"timestamp": 1654317507223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-04T04:39:22.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "cds",
"timestamp": 1654317508886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317504126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "aai-ml",
"timestamp": 1654317503717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.792Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317502131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.792Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1654317506533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.792Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "policy-id",
"timestamp": 1654317507223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.793Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "cds",
"timestamp": 1654317508886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.793Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317504126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-04T04:39:22.793Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "aai-ml",
"timestamp": 1654317503717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.794Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1654317506533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.794Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317502131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-04T04:39:22.794Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "policy-id",
"timestamp": 1654317507223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.795Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "cds",
"timestamp": 1654317508886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.795Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317504126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.795Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "aai-ml",
"timestamp": 1654317503717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.796Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1654317506533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.796Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317502131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.796Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "policy-id",
"timestamp": 1654317507223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "clamp",
"timestamp": 1654317516572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317504126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T04:39:22.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "cds",
"timestamp": 1654317508886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T04:39:22.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "aai-ml",
"timestamp": 1654317503717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T04:39:22.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317502131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T04:39:22.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1654317506533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "policy-id",
"timestamp": 1654317507223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T04:39:22.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "clamp",
"timestamp": 1654317516572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
"status": "NOTIFIED"
}
2022-06-04T04:39:22.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "clamp",
"timestamp": 1654317516572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317519375,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.800Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "cds",
"timestamp": 1654317520404,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "aai-ml",
"timestamp": 1654317518853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317520052,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "policy-id",
"timestamp": 1654317520166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.802Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "clamp",
"timestamp": 1654317516572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654317519870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "cds",
"timestamp": 1654317521423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T04:39:22.811Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b59dfc88-d988-4a75-b21f-8140ad7ad9bf
2022-06-04T04:39:22.811Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b59dfc88-d988-4a75-b21f-8140ad7ad9bf and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T04:39:22.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "policy-id",
"timestamp": 1654317521178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T04:39:22.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317520603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "clamp",
"timestamp": 1654317516572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654317519870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "policy-id",
"timestamp": 1654317522183,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T04:39:22.832Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b59dfc88-d988-4a75-b21f-8140ad7ad9bf
2022-06-04T04:39:22.832Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b59dfc88-d988-4a75-b21f-8140ad7ad9bf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T04:39:22.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "clamp",
"timestamp": 1654317516572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654317519870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317521985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.842Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "clamp",
"timestamp": 1654317516572,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T04:39:22.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654317519870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317523094,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T04:39:22.849Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b59dfc88-d988-4a75-b21f-8140ad7ad9bf
2022-06-04T04:39:22.849Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b59dfc88-d988-4a75-b21f-8140ad7ad9bf and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-04T04:39:22.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317524223,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654317519870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317524098,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-04T04:39:22.860Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654317519870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317525946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.862Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654317519870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T04:39:22.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:39:22.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317527629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654317528474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317528907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-04T04:39:22.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317529910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-04T04:39:22.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317530917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-04T04:39:22.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317531926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T04:39:22.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654317533194,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T04:39:22.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654317534199,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T04:39:22.871Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b59dfc88-d988-4a75-b21f-8140ad7ad9bf
2022-06-04T04:39:22.871Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b59dfc88-d988-4a75-b21f-8140ad7ad9bf and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T04:39:22.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "clamp",
"timestamp": 1654317538348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "clamp",
"timestamp": 1654317540335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T04:39:22.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "clamp",
"timestamp": 1654317541342,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T04:39:22.886Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b59dfc88-d988-4a75-b21f-8140ad7ad9bf
2022-06-04T04:39:22.886Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b59dfc88-d988-4a75-b21f-8140ad7ad9bf and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T04:39:22.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "aai-ml",
"timestamp": 1654317544553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T04:39:22.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "aai-ml",
"timestamp": 1654317545560,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T04:39:22.899Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b59dfc88-d988-4a75-b21f-8140ad7ad9bf
2022-06-04T04:39:22.900Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b59dfc88-d988-4a75-b21f-8140ad7ad9bf and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T04:39:22.966Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b59dfc88-d988-4a75-b21f-8140ad7ad9bf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-04T04:39:22.977Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b59dfc88-d988-4a75-b21f-8140ad7ad9bf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-04T04:39:22.984Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T04:39:22.984Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-04T04:39:22.984Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-04T04:39:22.985Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-04T04:39:22.985Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-04T04:39:22.985Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-04T04:39:22.985Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-04T04:39:22.985Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-04T04:39:22.986Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-04T04:39:22.986Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-04T04:39:22.986Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T04:39:22.993Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-04T04:39:52.994Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b59dfc88-d988-4a75-b21f-8140ad7ad9bf and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-04T04:39:53.004Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b59dfc88-d988-4a75-b21f-8140ad7ad9bf and serviceModelVersionId: c4deae84-b3f5-4b48-81c6-698af5821a97
2022-06-04T04:39:53.004Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d832a48-0d05-4dc9-b139-ec2de3db98e1
2022-06-04T04:40:09.172Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d832a48-0d05-4dc9-b139-ec2de3db98e1/model-vers/model-ver/c4deae84-b3f5-4b48-81c6-698af5821a97?depth=0
2022-06-04T04:40:09.297Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-04T04:40:09.862Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d832a48-0d05-4dc9-b139-ec2de3db98e1/model-vers/model-ver/c4deae84-b3f5-4b48-81c6-698af5821a97?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-04T04:40:09.868Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d832a48-0d05-4dc9-b139-ec2de3db98e1/model-vers/model-ver/c4deae84-b3f5-4b48-81c6-698af5821a97?depth=0|INFO|500||Invoke
2022-06-04T04:40:10.021Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d832a48-0d05-4dc9-b139-ec2de3db98e1/model-vers/model-ver/c4deae84-b3f5-4b48-81c6-698af5821a97?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-04T04:40:11.964Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d832a48-0d05-4dc9-b139-ec2de3db98e1/model-vers/model-ver/c4deae84-b3f5-4b48-81c6-698af5821a97?depth=0|INFO|500||InvokeReturn
2022-06-04T04:40:11.965Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d832a48-0d05-4dc9-b139-ec2de3db98e1/model-vers/model-ver/c4deae84-b3f5-4b48-81c6-698af5821a97?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220604-04:40:09:159-49019], vertex-id=[376904], Content-Length=[0], Date=[Sat, 04 Jun 2022 04:40:09 GMT], Content-Type=[application/json]}
2022-06-04T04:40:11.966Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-04T04:40:11.969Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-04T04:40:11.969Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-04T04:40:11.975Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-04T04:40:11.976Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b59dfc88-d988-4a75-b21f-8140ad7ad9bf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-04T04:40:11.978Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-04T04:40:11.978Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:40:11.981Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:40:11.981Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317611977,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T04:40:12.081Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:40:12.083Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:40:12.083Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:40:12.098Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:40:12.099Z||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-06-04T04:40:12.996Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:40:12.997Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:40:12.997Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:40:22.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:40:22.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:40:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:40:22.540Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:40:22.541Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:40:22.542Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:40:22.542Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:40:22.760Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:40:22.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T04:40:22.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317611977,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T04:40:22.762Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:40:32.096Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:41:22.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:41:22.132Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:41:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:41:22.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:41:22.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:41:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:41:31.681Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:41:31.686Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:42:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:42:22.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:42:22.137Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:42:22.137Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:42:22.137Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:42:22.137Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:42:31.688Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:42:31.721Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:43:22.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:43:22.132Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:43:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:43:22.134Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:43:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:22.652Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:43:22.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "clamp",
"timestamp": 1654317756573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654317759871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "clamp",
"timestamp": 1654317756573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
"status": "NOTIFIED"
}
2022-06-04T04:43:22.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654317759871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "clamp",
"timestamp": 1654317756573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654317759871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "cds",
"timestamp": 1654317763886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "clamp",
"timestamp": 1654317756573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654317759871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "cds",
"timestamp": 1654317763886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317764126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "clamp",
"timestamp": 1654317756573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654317759871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "cds",
"timestamp": 1654317763886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317764126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
"status": "NOTIFIED"
}
2022-06-04T04:43:22.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "clamp",
"timestamp": 1654317756573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654317759871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "ves-openapi-manager",
"timestamp": 1654317766531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "cds",
"timestamp": 1654317763886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317764126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-04T04:43:22.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "clamp",
"timestamp": 1654317756573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T04:43:22.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654317759871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T04:43:22.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "policy-id",
"timestamp": 1654317767223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "ves-openapi-manager",
"timestamp": 1654317766531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "cds",
"timestamp": 1654317763886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317764126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "policy-id",
"timestamp": 1654317767223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "ves-openapi-manager",
"timestamp": 1654317766531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "cds",
"timestamp": 1654317763886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317764126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-04T04:43:22.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654317769755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:43:22.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "policy-id",
"timestamp": 1654317767223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-04T04:43:22.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "ves-openapi-manager",
"timestamp": 1654317766531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "cds",
"timestamp": 1654317763886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T04:43:22.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317764126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "policy-id",
"timestamp": 1654317767223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "ves-openapi-manager",
"timestamp": 1654317766531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317764126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T04:43:22.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "cds",
"timestamp": 1654317772242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:43:22.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "policy-id",
"timestamp": 1654317767223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "ves-openapi-manager",
"timestamp": 1654317766531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "cds",
"timestamp": 1654317773248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T04:43:22.708Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc96354d-19f6-448c-88e1-60a511bc6d59
2022-06-04T04:43:22.708Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc96354d-19f6-448c-88e1-60a511bc6d59 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T04:43:22.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "policy-id",
"timestamp": 1654317767223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "ves-openapi-manager",
"timestamp": 1654317766531,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317772595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:43:22.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654317773634,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T04:43:22.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "policy-id",
"timestamp": 1654317767223,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T04:43:22.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654317774639,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T04:43:22.726Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc96354d-19f6-448c-88e1-60a511bc6d59
2022-06-04T04:43:22.726Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc96354d-19f6-448c-88e1-60a511bc6d59 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T04:43:22.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "clamp",
"timestamp": 1654317775351,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:43:22.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "aai-ml",
"timestamp": 1654317773717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317775567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:43:22.741Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "policy-id",
"timestamp": 1654317776514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:43:22.741Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "aai-ml",
"timestamp": 1654317773717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "clamp",
"timestamp": 1654317777362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T04:43:22.742Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "aai-ml",
"timestamp": 1654317773717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "policy-id",
"timestamp": 1654317777519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T04:43:22.743Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "clamp",
"timestamp": 1654317778367,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T04:43:22.748Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dc96354d-19f6-448c-88e1-60a511bc6d59
2022-06-04T04:43:22.748Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc96354d-19f6-448c-88e1-60a511bc6d59 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T04:43:22.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "policy-id",
"timestamp": 1654317778523,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T04:43:22.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:43:22.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc96354d-19f6-448c-88e1-60a511bc6d59","serviceName":"vFW 2022-06-04 04-38-07","serviceVersion":"1.0","serviceUUID":"885289d3-3188-4f00-b9cb-3aca8ea9ecd9","serviceDescription":"catalog service description","serviceInvariantUUID":"d62cf1e3-2522-47f4-8707-e0d86bacc864","resources":[{"resourceInstanceName":"vFW 7b709354-d3d0 0","resourceName":"vFW 7b709354-d3d0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6d1c77b7-3784-4adb-9b21-1fe58e23e007","resourceInvariantUUID":"bcb98327-7306-4631-b2cc-c103da245eab","resourceCustomizationUUID":"43517f16-31a8-404d-8358-12b180739c48","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vf-license-model.xml","artifactChecksum":"MWZkYjE1NjFlNWRlYmQ1ZjlhM2YzMWJmMjIyYjRiODQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eaa32b41-deba-4a8b-a445-56540b839e2c","artifactVersion":"1"},{"artifactName":"vfw7b709354d3d00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json","artifactChecksum":"M2U2YmM5MWNiYmE3OTRmMjcyYWJmMzY2YjQ3NDA5OTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7704f9d1-faca-4214-b51f-8a45e5cd5875","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3b654c54-03ee-4085-8b13-7c64d60cd731","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vendor-license-model.xml","artifactChecksum":"MDdhZTY4M2MxODFkZTM5ZjFmZTI5NDZiNTJhMjlmYzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"590372f5-0624-46f3-9d14-667a40693c57","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"625932cb-3401-4e21-844c-f281d2f2151b","artifactVersion":"2","generatedFromUUID":"3b654c54-03ee-4085-8b13-7c64d60cd731"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220604043807-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-template.yml","artifactChecksum":"ZjUwMGQ1MzkyMTdiNTk4ZjFiODMxOWZlNjFmZTc5YTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01332aec-d21a-4a06-b8f8-6fc631a5831b","artifactVersion":"1"},{"artifactName":"service-Vfw20220604043807-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar","artifactChecksum":"NDI3YjFhM2Y0MWQ2ZWQwNDBiN2Q2ODlmZmRiOWJjZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fbf48f04-24ec-44d4-adfe-6a4245bd3c6d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-04T04:43:22.766Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc96354d-19f6-448c-88e1-60a511bc6d59
2022-06-04T04:43:22.767Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc96354d-19f6-448c-88e1-60a511bc6d59 and ComponentName POLICY
2022-06-04T04:43:22.768Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:43:22.768Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T04:43:22.774Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:22.774Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317802131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "aai-ml",
"timestamp": 1654317773717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317778099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:43:22.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "aai-ml",
"timestamp": 1654317773717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317779129,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T04:43:22.786Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc96354d-19f6-448c-88e1-60a511bc6d59
2022-06-04T04:43:22.786Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc96354d-19f6-448c-88e1-60a511bc6d59 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-04T04:43:22.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "aai-ml",
"timestamp": 1654317773717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.795Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654317780133,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
"status": "DEPLOY_OK"
}
2022-06-04T04:43:22.795Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "aai-ml",
"timestamp": 1654317773717,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T04:43:22.796Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-04T04:43:22.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "aai-ml",
"timestamp": 1654317782226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:43:22.796Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "aai-ml",
"timestamp": 1654317800311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T04:43:22.796Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.874Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:43:22.875Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:43:22.876Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:22.889Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:43:22.889Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:43:23.775Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:43:23.777Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:23.779Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:23.780Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317802131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
"status": "NOTIFIED"
}
2022-06-04T04:43:23.880Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:43:23.881Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:43:23.881Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:23.897Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:43:23.897Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:43:24.781Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:43:24.782Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:24.784Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:24.787Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317802131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-04T04:43:24.885Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-04T04:43:24.886Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:43:24.886Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:24.900Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:43:24.900Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:43:25.789Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:43:25.796Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:25.799Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:25.799Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317802131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:25.900Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:43:25.901Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:43:25.901Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:25.920Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:43:25.920Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:43:26.801Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:43:26.802Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:26.814Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:26.814Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317802131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-04T04:43:26.905Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-04T04:43:26.907Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:43:26.907Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:26.923Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:43:26.923Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:43:27.817Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:43:27.829Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:27.897Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:27.897Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317802131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:43:28.000Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-04T04:43:28.001Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:43:28.001Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:28.024Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:43:28.026Z||pool-24-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:43:28.898Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:43:28.899Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:28.901Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:28.901Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317802131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T04:43:29.001Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:43:29.003Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:43:29.003Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:29.023Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:43:29.024Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:43:29.903Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"serviceName": "vFW 2022-06-04 04-38-07",
"serviceVersion": "1.0",
"serviceUUID": "885289d3-3188-4f00-b9cb-3aca8ea9ecd9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d62cf1e3-2522-47f4-8707-e0d86bacc864",
"resources": [
{
"resourceInstanceName": "vFW 7b709354-d3d0 0",
"resourceCustomizationUUID": "43517f16-31a8-404d-8358-12b180739c48",
"resourceName": "vFW 7b709354-d3d0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6d1c77b7-3784-4adb-9b21-1fe58e23e007",
"resourceInvariantUUID": "bcb98327-7306-4631-b2cc-c103da245eab",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7b709354d3d00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
"artifactChecksum": "M2U2YmM5MWNiYmE3OTRmMjcyYWJmMzY2YjQ3NDA5OTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7704f9d1-faca-4214-b51f-8a45e5cd5875",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3b654c54-03ee-4085-8b13-7c64d60cd731",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "625932cb-3401-4e21-844c-f281d2f2151b",
"generatedFromUUID": "3b654c54-03ee-4085-8b13-7c64d60cd731"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "625932cb-3401-4e21-844c-f281d2f2151b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220604043807-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"artifactChecksum": "NDI3YjFhM2Y0MWQ2ZWQwNDBiN2Q2ODlmZmRiOWJjZjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fbf48f04-24ec-44d4-adfe-6a4245bd3c6d"
}
],
"workloadContext": "Production"
}
2022-06-04T04:43:29.904Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-04T04:43:29.904Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 885289d3-3188-4f00-b9cb-3aca8ea9ecd9 ASDC
2022-06-04T04:43:29.905Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:dc96354d-19f6-448c-88e1-60a511bc6d59
ServiceName:vFW 2022-06-04 04-38-07
ServiceVersion:1.0
ServiceUUID:885289d3-3188-4f00-b9cb-3aca8ea9ecd9
ServiceInvariantUUID:d62cf1e3-2522-47f4-8707-e0d86bacc864
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220604043807-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar
ArtifactUUID:fbf48f04-24ec-44d4-adfe-6a4245bd3c6d
ArtifactChecksum:NDI3YjFhM2Y0MWQ2ZWQwNDBiN2Q2ODlmZmRiOWJjZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7b709354-d3d0 0
ResourceCustomizationUUID:43517f16-31a8-404d-8358-12b180739c48
ResourceInvariantUUID:bcb98327-7306-4631-b2cc-c103da245eab
ResourceName:vFW 7b709354-d3d0
ResourceType:VF
ResourceUUID:6d1c77b7-3784-4adb-9b21-1fe58e23e007
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7b709354d3d00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json
ArtifactUUID:7704f9d1-faca-4214-b51f-8a45e5cd5875
ArtifactChecksum:M2U2YmM5MWNiYmE3OTRmMjcyYWJmMzY2YjQ3NDA5OTU=
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/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml
ArtifactUUID:3b654c54-03ee-4085-8b13-7c64d60cd731
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/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env
ArtifactUUID:625932cb-3401-4e21-844c-f281d2f2151b
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/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env
ArtifactUUID:625932cb-3401-4e21-844c-f281d2f2151b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-04T04:43:29.905Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 885289d3-3188-4f00-b9cb-3aca8ea9ecd9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-04T04:43:29.939Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T04:43:29.941Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T04:43:29.941Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T04:43:29.941Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fbf48f04-24ec-44d4-adfe-6a4245bd3c6d from URL: /sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:29.941Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T04:43:29.942Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:31.112Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T04:43:31.119Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar fbf48f04-24ec-44d4-adfe-6a4245bd3c6d 99056
2022-06-04T04:43:31.120Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar ASDC sendASDCNotification
2022-06-04T04:43:31.120Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:31.120Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:43:31.121Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:31.123Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:31.124Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317811120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:43:31.224Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:43:31.225Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:43:31.225Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:31.242Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:43:31.244Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:43:32.124Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T04:43:32.125Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T04:43:32.126Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: fbf48f04-24ec-44d4-adfe-6a4245bd3c6d, URL: /sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar to file: /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:32.126Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220604043807-csar.csar
2022-06-04T04:43:32.127Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:32.127Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:32.591Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14582393660758228703/Definitions/service-Vfw20220604043807-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-04T04:43:34.831Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-04T04:43:34.832Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-04T04:43:34.833Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.833Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-04T04:43:34.833Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||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-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.833Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7b709354-d3d0 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-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.833Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||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-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.833Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||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-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.833Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.833Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.833Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||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-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.834Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||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-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.834Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||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-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.834Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.834Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||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-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.834Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.834Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.834Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-04T04:43:34.834Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:34.835Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:34.835Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:34.835Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-04T04:43:34.835Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T04:43:34.836Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:34.836Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:34.836Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:34.836Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-04T04:43:34.836Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T04:43:34.837Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:34.837Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:34.837Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:34.837Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is not matching search criteria
2022-06-04T04:43:34.837Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:43:34.838Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:43:34.838Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T04:43:34.838Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.838Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:34.838Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T04:43:34.838Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.838Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T04:43:34.839Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T04:43:34.839Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.839Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:34.839Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T04:43:34.839Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:34.839Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T04:43:34.839Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.839Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-04T04:43:34.839Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:34.840Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T04:43:34.840Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:34.840Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:34.840Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:43:34.840Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:34.840Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:34.840Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:43:34.841Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:34.841Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:34.841Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:43:34.841Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:34.841Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is not matching search criteria
2022-06-04T04:43:34.841Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:43:34.841Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:43:34.841Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-04T04:43:34.842Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T04:43:34.842Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T04:43:34.842Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.842Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:34.842Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T04:43:34.842Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:34.842Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T04:43:34.842Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.842Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d0a7895b-771e-4629-a8cf-8222177fa964
2022-06-04T04:43:34.843Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:34.843Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is not matching search criteria
2022-06-04T04:43:34.843Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:43:34.843Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:43:34.843Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T04:43:34.843Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.843Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:34.843Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T04:43:34.844Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.844Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-04T04:43:34.844Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T04:43:34.844Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:34.844Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T04:43:34.844Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.844Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=985bf43a-3f59-4cf6-9a60-1fcb8340cddd
2022-06-04T04:43:34.844Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:34.845Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is not matching search criteria
2022-06-04T04:43:34.845Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:43:34.845Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:43:34.845Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T04:43:34.845Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.845Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:34.845Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T04:43:34.845Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.846Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T04:43:34.846Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T04:43:34.846Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.846Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:34.846Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-04T04:43:34.846Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f6c82a8a-c236-42a8-95a2-76cbf1514460
2022-06-04T04:43:34.846Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:34.846Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:34.846Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:34.847Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:34.847Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:34.847Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:34.847Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:34.847Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:34.847Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-04 04-38-07
Description:catalog service description
Model UUID:885289d3-3188-4f00-b9cb-3aca8ea9ecd9
Model Version:NULL
Model InvariantUuid:d62cf1e3-2522-47f4-8707-e0d86bacc864
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7b709354-d3d0
Model UUID:25f4cd95-64ca-4c9c-9ed6-9eb72b58e97d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bcb98327-7306-4631-b2cc-c103da245eab
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:43517f16-31a8-404d-8358-12b180739c48
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:76b585ed-272d-402a-9d9e-4d298716f715
ModelName:Vfw7b709354D3d0..base_vfw..module-0
ModelUuid:a80c8557-fbea-44f0-9612-c32a3f98b535
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d0a7895b-771e-4629-a8cf-8222177fa964
ModelInvariantUuid:acd7e522-010b-4655-9115-e4d78f1bd6d1
ModelName:vFW 7b709354-d3d0-nodes.vfwCvfc
ModelUuid:f1fc09cd-a5b6-4e88-9ea3-1a031c04568e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3761aea9-b4f4-4742-beca-5b35149f67f9
ModelInvariantUuid:439ffea7-bd0d-4412-a4e7-e62b3db28aaf
ModelName:Vfw7b709354D3d0.compute.nodes.heat.vfw
ModelUuid:d0a42d18-cfdd-4374-b4d7-86be7049563e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:985bf43a-3f59-4cf6-9a60-1fcb8340cddd
ModelInvariantUuid:7e704f82-9086-4401-8e5b-bfca500d3ca7
ModelName:vFW 7b709354-d3d0-nodes.vsnCvfc
ModelUuid:cea1864f-e2b0-49e0-8186-9a0416267ac7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:3212b02c-4b51-4fd4-a9f5-65dc39c31f9a
ModelInvariantUuid:bc280ebd-60d4-4a45-8aa0-e603c6a772b7
ModelName:Vfw7b709354D3d0.compute.nodes.heat.vsn
ModelUuid:fb2eef38-e3f4-413b-919d-f8c10ada9e61
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f6c82a8a-c236-42a8-95a2-76cbf1514460
ModelInvariantUuid:6627d04e-e2c4-4c72-a876-e40dc897d17e
ModelName:vFW 7b709354-d3d0-nodes.vpgCvfc
ModelUuid:35d3e4c5-d966-4906-9536-170ca85e3310
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:5c21d11d-8c15-4cff-974a-358b4458d431
ModelInvariantUuid:9b49be74-18eb-4d71-a5e5-d77ffebbdd44
ModelName:Vfw7b709354D3d0.compute.nodes.heat.vpg
ModelUuid:a6d514eb-dbe1-417f-a35c-a256a3a9f299
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-04T04:43:34.856Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6d1c77b7-3784-4adb-9b21-1fe58e23e007
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-04T04:43:34.864Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||vFW 7b709354-d3d0 0
2022-06-04T04:43:34.865Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6d1c77b7-3784-4adb-9b21-1fe58e23e007
2022-06-04T04:43:34.865Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7704f9d1-faca-4214-b51f-8a45e5cd5875 from URL: /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json
2022-06-04T04:43:34.865Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T04:43:34.865Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json
2022-06-04T04:43:36.200Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T04:43:36.201Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json 7704f9d1-faca-4214-b51f-8a45e5cd5875 785
2022-06-04T04:43:36.201Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json ASDC sendASDCNotification
2022-06-04T04:43:36.201Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json
2022-06-04T04:43:36.202Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:43:36.202Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:36.204Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:36.204Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317816201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:43:36.305Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:43:36.306Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:43:36.306Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:36.321Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:43:36.321Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:43:37.205Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7b709354D3d0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "76b585ed-272d-402a-9d9e-4d298716f715",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a80c8557-fbea-44f0-9612-c32a3f98b535",
"vfModuleModelCustomizationUUID": "b84a6c2a-7a18-4ea4-a216-14d17bdd555d",
"isBase": true,
"artifacts": [
"3b654c54-03ee-4085-8b13-7c64d60cd731",
"625932cb-3401-4e21-844c-f281d2f2151b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-04T04:43:37.213Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7b709354D3d0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a80c8557-fbea-44f0-9612-c32a3f98b535
VfModuleModelInvariantUUID:76b585ed-272d-402a-9d9e-4d298716f715
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b654c54-03ee-4085-8b13-7c64d60cd731
,
625932cb-3401-4e21-844c-f281d2f2151b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-04T04:43:37.215Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7b709354D3d0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "76b585ed-272d-402a-9d9e-4d298716f715",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a80c8557-fbea-44f0-9612-c32a3f98b535",
"vfModuleModelCustomizationUUID": "b84a6c2a-7a18-4ea4-a216-14d17bdd555d",
"isBase": true,
"artifacts": [
"3b654c54-03ee-4085-8b13-7c64d60cd731",
"625932cb-3401-4e21-844c-f281d2f2151b"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-04T04:43:37.215Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7b709354D3d0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a80c8557-fbea-44f0-9612-c32a3f98b535
VfModuleModelInvariantUUID:76b585ed-272d-402a-9d9e-4d298716f715
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b654c54-03ee-4085-8b13-7c64d60cd731
,
625932cb-3401-4e21-844c-f281d2f2151b
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-04T04:43:37.215Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3b654c54-03ee-4085-8b13-7c64d60cd731 from URL: /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml
2022-06-04T04:43:37.215Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T04:43:37.215Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml
2022-06-04T04:43:37.802Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T04:43:37.804Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml 3b654c54-03ee-4085-8b13-7c64d60cd731 20368
2022-06-04T04:43:37.804Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-04T04:43:37.805Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml
2022-06-04T04:43:37.805Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:43:37.805Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:37.808Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:37.808Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317817804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:43:37.908Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:43:37.910Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:43:37.910Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:37.935Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:43:37.936Z||pool-28-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:43:38.810Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 625932cb-3401-4e21-844c-f281d2f2151b from URL: /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env
2022-06-04T04:43:38.810Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T04:43:38.810Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env
2022-06-04T04:43:39.326Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T04:43:39.327Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env 625932cb-3401-4e21-844c-f281d2f2151b 2098
2022-06-04T04:43:39.327Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-04T04:43:39.327Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env
2022-06-04T04:43:39.327Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:43:39.328Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:39.330Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:39.330Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317819327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:43:39.431Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T04:43:39.431Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:43:39.432Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:39.449Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:43:39.449Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:43:40.331Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 885289d3-3188-4f00-b9cb-3aca8ea9ecd9
2022-06-04T04:43:40.332Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7b709354-d3d0 0 6d1c77b7-3784-4adb-9b21-1fe58e23e007 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-04T04:43:40.347Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@dc7c3c9, org.onap.sdc.toscaparser.api.parameters.Input@42cc6c58, org.onap.sdc.toscaparser.api.parameters.Input@a006bbe, org.onap.sdc.toscaparser.api.parameters.Input@2c527227, org.onap.sdc.toscaparser.api.parameters.Input@1fb835ef]
2022-06-04T04:43:40.348Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:40.349Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:40.349Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-06-04T04:43:40.349Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 43517f16-31a8-404d-8358-12b180739c48
2022-06-04T04:43:40.349Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 43517f16-31a8-404d-8358-12b180739c48 matches Tosca VF Customization UUID: 43517f16-31a8-404d-8358-12b180739c48
2022-06-04T04:43:40.349Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 43517f16-31a8-404d-8358-12b180739c48 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-04T04:43:40.351Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:40.351Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:40.352Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 43517f16-31a8-404d-8358-12b180739c48: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-04T04:43:40.352Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@81f7a9e
2022-06-04T04:43:40.352Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:40.352Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T04:43:40.353Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b84a6c2a-7a18-4ea4-a216-14d17bdd555d
2022-06-04T04:43:40.353Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b84a6c2a-7a18-4ea4-a216-14d17bdd555d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-04T04:43:40.355Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:40.355Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:40.355Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:43:40.356Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:40.356Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:40.356Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:43:40.357Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:40.357Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is not matching search criteria
2022-06-04T04:43:40.357Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:43:40.357Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:43:40.358Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-04T04:43:40.358Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T04:43:40.358Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T04:43:40.358Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:43:40.358Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:40.359Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T04:43:40.359Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:40.359Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T04:43:40.359Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:43:40.360Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d0a7895b-771e-4629-a8cf-8222177fa964
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-04T04:43:40.362Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:40.362Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:40.362Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:43:40.363Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:40.363Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is not matching search criteria
2022-06-04T04:43:40.363Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:43:40.364Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:43:40.364Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T04:43:40.364Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:43:40.364Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:40.364Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T04:43:40.365Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:43:40.365Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-04T04:43:40.365Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T04:43:40.365Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:40.366Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T04:43:40.366Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:43:40.366Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=985bf43a-3f59-4cf6-9a60-1fcb8340cddd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-04T04:43:40.367Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:40.368Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:40.368Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:43:40.372Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:40.373Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is not matching search criteria
2022-06-04T04:43:40.373Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:43:40.373Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:43:40.373Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T04:43:40.373Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:43:40.374Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:40.374Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T04:43:40.374Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:43:40.374Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T04:43:40.374Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T04:43:40.374Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:43:40.374Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:40.375Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-04T04:43:40.375Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f6c82a8a-c236-42a8-95a2-76cbf1514460
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-04T04:43:40.376Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:40.376Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:40.376Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:43:40.377Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:40.377Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:40.377Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0] matching following query criteria: sdcType=VF, customizationUUID=43517f16-31a8-404d-8358-12b180739c48
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-04T04:43:40.378Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:40.378Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:40.378Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 885289d3-3188-4f00-b9cb-3aca8ea9ecd9: vFW 7b709354-d3d0
2022-06-04T04:43:40.379Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:40.379Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:40.379Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:40.379Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:40.379Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:40.379Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:40.380Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:40.380Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:40.380Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:43:40.380Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:40.380Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-06-04 04-38-07
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T04:43:40.500Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7b709354-d3d0 6d1c77b7-3784-4adb-9b21-1fe58e23e007 1 ASDC deployResourceStructure
2022-06-04T04:43:40.500Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json ASDC sendASDCNotification
2022-06-04T04:43:40.500Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json
2022-06-04T04:43:40.501Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:43:40.501Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:40.503Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:40.503Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317820500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
"status": "DEPLOY_OK"
}
2022-06-04T04:43:40.603Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:43:40.604Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:43:40.604Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:40.617Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:43:40.618Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:43:41.504Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-04T04:43:41.504Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml
2022-06-04T04:43:41.504Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:43:41.505Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:41.507Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:41.507Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317821504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-04T04:43:41.607Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:43:41.608Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:43:41.609Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:41.624Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:43:41.624Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:43:42.508Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-04T04:43:42.508Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env
2022-06-04T04:43:42.509Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:43:42.509Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:42.511Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:42.511Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317822507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-04T04:43:42.612Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T04:43:42.613Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:43:42.613Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:42.630Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:43:42.630Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:43:43.512Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar ASDC sendASDCNotification
2022-06-04T04:43:43.513Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:43.514Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:43:43.514Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:43.516Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:43.516Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317823512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T04:43:43.616Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:43:43.618Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:43:43.618Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:43.630Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:43:43.630Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:43:44.517Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc96354d-19f6-448c-88e1-60a511bc6d59
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-04T04:43:44.530Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc96354d-19f6-448c-88e1-60a511bc6d59
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-04T04:43:44.534Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T04:43:44.534Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T04:43:44.534Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T04:44:14.534Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc96354d-19f6-448c-88e1-60a511bc6d59
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-04T04:44:14.548Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc96354d-19f6-448c-88e1-60a511bc6d59
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-04T04:44:14.552Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T04:44:14.552Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T04:44:14.552Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T04:44:22.133Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:44:22.135Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:44:22.135Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:44:22.161Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:44:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:44:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "aai-ml",
"timestamp": 1654317801316,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T04:44:22.170Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc96354d-19f6-448c-88e1-60a511bc6d59
2022-06-04T04:44:22.170Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc96354d-19f6-448c-88e1-60a511bc6d59 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T04:44:44.552Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc96354d-19f6-448c-88e1-60a511bc6d59
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-04T04:44:44.588Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc96354d-19f6-448c-88e1-60a511bc6d59
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-04T04:44:44.592Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T04:44:44.592Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-04T04:44:44.593Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-04T04:44:44.593Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-04T04:44:44.593Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-04T04:44:44.593Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-04T04:44:44.594Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-04T04:44:44.594Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-04T04:44:44.594Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-04T04:44:44.594Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-04T04:44:44.594Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T04:44:44.601Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-04T04:45:14.602Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc96354d-19f6-448c-88e1-60a511bc6d59 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-04T04:45:14.609Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc96354d-19f6-448c-88e1-60a511bc6d59 and serviceModelVersionId: 885289d3-3188-4f00-b9cb-3aca8ea9ecd9
2022-06-04T04:45:14.609Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d62cf1e3-2522-47f4-8707-e0d86bacc864
2022-06-04T04:45:14.611Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d62cf1e3-2522-47f4-8707-e0d86bacc864/model-vers/model-ver/885289d3-3188-4f00-b9cb-3aca8ea9ecd9?depth=0
2022-06-04T04:45:14.619Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-04T04:45:14.697Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62cf1e3-2522-47f4-8707-e0d86bacc864/model-vers/model-ver/885289d3-3188-4f00-b9cb-3aca8ea9ecd9?depth=0|INFO|500||Invoke
2022-06-04T04:45:14.697Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62cf1e3-2522-47f4-8707-e0d86bacc864/model-vers/model-ver/885289d3-3188-4f00-b9cb-3aca8ea9ecd9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62cf1e3-2522-47f4-8707-e0d86bacc864/model-vers/model-ver/885289d3-3188-4f00-b9cb-3aca8ea9ecd9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dc96354d-19f6-448c-88e1-60a511bc6d59], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b7362a4c-da05-40c3-a336-f3029127884d], X-ECOMP-RequestID=[dc96354d-19f6-448c-88e1-60a511bc6d59], X-TransactionId=[], X-ONAP-RequestID=[dc96354d-19f6-448c-88e1-60a511bc6d59], Content-Type=[application/merge-patch+json]}
2022-06-04T04:45:14.736Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62cf1e3-2522-47f4-8707-e0d86bacc864/model-vers/model-ver/885289d3-3188-4f00-b9cb-3aca8ea9ecd9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-04T04:45:16.953Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62cf1e3-2522-47f4-8707-e0d86bacc864/model-vers/model-ver/885289d3-3188-4f00-b9cb-3aca8ea9ecd9?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/d62cf1e3-2522-47f4-8707-e0d86bacc864/model-vers/model-ver/885289d3-3188-4f00-b9cb-3aca8ea9ecd9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220604-04:45:13:881-71185], vertex-id=[147664], Content-Length=[0], Date=[Sat, 04 Jun 2022 04:45:13 GMT], Content-Type=[application/json]}
2022-06-04T04:45:16.954Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62cf1e3-2522-47f4-8707-e0d86bacc864/model-vers/model-ver/885289d3-3188-4f00-b9cb-3aca8ea9ecd9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-04T04:45:16.957Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62cf1e3-2522-47f4-8707-e0d86bacc864/model-vers/model-ver/885289d3-3188-4f00-b9cb-3aca8ea9ecd9?depth=0|INFO|500||InvokeReturn
2022-06-04T04:45:16.958Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-04T04:45:16.958Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-04T04:45:16.964Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-04T04:45:16.964Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc96354d-19f6-448c-88e1-60a511bc6d59 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-04T04:45:16.964Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-04T04:45:16.964Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:45:16.967Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:45:16.967Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317916964,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T04:45:17.067Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:45:17.069Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:45:17.069Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:45:17.087Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:45:17.088Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-04T04:45:17.979Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:45:17.980Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:45:17.980Z|dc96354d-19f6-448c-88e1-60a511bc6d59|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:45:22.133Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:45:22.134Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:45:22.134Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:45:22.155Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:45:22.155Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:45:22.155Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317802131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:45:22.156Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-04T04:45:27.528Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:45:27.529Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:45:27.530Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:45:27.530Z|dc96354d-19f6-448c-88e1-60a511bc6d59|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:45:37.088Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:46:22.131Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:46:22.132Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:46:22.132Z|dc96354d-19f6-448c-88e1-60a511bc6d59|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:22.133Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:46:22.134Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:46:22.134Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:22.159Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:46:22.160Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.160Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317802131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
"status": "NOTIFIED"
}
2022-06-04T04:46:22.161Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-04T04:46:22.161Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.161Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317802131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-04T04:46:22.161Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-04T04:46:22.161Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317802131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:46:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-04T04:46:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317802131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-04T04:46:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-04T04:46:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317802131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:46:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-04T04:46:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317802131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T04:46:22.163Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-04T04:46:22.163Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.163Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317811120,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:46:22.163Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:46:22.163Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.163Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317816201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:46:22.163Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:46:22.163Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.163Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317817804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:46:22.164Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:46:22.164Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.164Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317819327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:46:22.164Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:46:22.164Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.164Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317820500,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
"status": "DEPLOY_OK"
}
2022-06-04T04:46:22.164Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:46:22.164Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.164Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317821504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-04T04:46:22.165Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:46:22.165Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.165Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317822507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-04T04:46:22.165Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:46:22.165Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.165Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317823512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-04T04:46:22.165Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:46:22.796Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:46:22.797Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.797Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a008b29e-ec2d-4a01-8303-d9c9b3f658ab","serviceName":"vFW 2022-06-04 04-41-01","serviceVersion":"1.0","serviceUUID":"1046f302-21ab-48a9-933a-39f54d37fc75","serviceDescription":"catalog service description","serviceInvariantUUID":"08389846-427e-43b2-88ee-1307bc295283","resources":[{"resourceInstanceName":"vFW 6c7bac92-b8f1 0","resourceName":"vFW 6c7bac92-b8f1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d3be317a-b13f-412d-9618-5487b00b9089","resourceInvariantUUID":"96d767d6-5370-405e-984b-f300a335ee7b","resourceCustomizationUUID":"0b4e987f-e414-4b05-a0d2-b66c15997825","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vf-license-model.xml","artifactChecksum":"YWVhOTIxODZjMGNiODUzZmMxODE1YzJlNDNlMGYyYTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"77926f46-efe1-4130-974c-63d28beb750d","artifactVersion":"1"},{"artifactName":"vfw6c7bac92b8f10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json","artifactChecksum":"ZDI2ZWJkOTE0OTZjMjcwZjUxNDc5NzE4ZGY1NmNiNTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"60909ee4-da81-48e8-b371-bea0607fedbe","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4d598865-d821-4d70-b2a6-104a67b912bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vendor-license-model.xml","artifactChecksum":"ZmNiNzk2YWFlOGY0OWU5MjlhOGQ0YTA0ZDFiNjM4NTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d165d73-3371-426f-835c-b95cc34266fd","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1641aed7-cb91-4fcd-b095-83b55b4f1b94","artifactVersion":"2","generatedFromUUID":"4d598865-d821-4d70-b2a6-104a67b912bb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220604044101-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-template.yml","artifactChecksum":"Yzc0ZTZjZDhjYTdkNzdiMDI1YmNhYjFmZDJjNDhjOWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df732b2c-e5b3-4fe7-9a8e-131bf9375a0c","artifactVersion":"1"},{"artifactName":"service-Vfw20220604044101-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar","artifactChecksum":"NzZiMWZjODc2OTg4YjhjODVlNTk0N2VkM2IyNmIwZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a193d1c0-a56a-468f-9593-75751f4b26d4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-04T04:46:22.800Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:46:22.801Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:22.803Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:22.803Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317982131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:46:22.903Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:22.904Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:46:22.904Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:22.916Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:46:22.917Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:46:23.804Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:46:23.805Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:23.808Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:23.808Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317982131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json",
"status": "NOTIFIED"
}
2022-06-04T04:46:23.908Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:23.909Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:46:23.909Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:23.935Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:46:23.935Z||pool-36-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:46:24.809Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:46:24.810Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:24.813Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:24.813Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317982131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-04T04:46:24.913Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:24.914Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:46:24.915Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:24.928Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:46:24.928Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:46:25.814Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:46:25.814Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:25.817Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:25.817Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317982131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:46:25.917Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:25.918Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:46:25.918Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:25.933Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:46:25.933Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:46:26.817Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:46:26.818Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:26.821Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:26.821Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317982131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-04T04:46:26.921Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:26.922Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:46:26.922Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:26.936Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:46:26.936Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:46:27.822Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:46:27.823Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:27.825Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:27.825Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317982131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-04T04:46:27.925Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:27.926Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:46:27.927Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:27.949Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:46:27.950Z||pool-40-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:46:28.825Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:46:28.826Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:28.828Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:28.828Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317982131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
"status": "NOTIFIED"
}
2022-06-04T04:46:28.928Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:28.929Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:46:28.930Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:28.945Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:46:28.946Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:46:29.830Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
"serviceName": "vFW 2022-06-04 04-41-01",
"serviceVersion": "1.0",
"serviceUUID": "1046f302-21ab-48a9-933a-39f54d37fc75",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "08389846-427e-43b2-88ee-1307bc295283",
"resources": [
{
"resourceInstanceName": "vFW 6c7bac92-b8f1 0",
"resourceCustomizationUUID": "0b4e987f-e414-4b05-a0d2-b66c15997825",
"resourceName": "vFW 6c7bac92-b8f1",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d3be317a-b13f-412d-9618-5487b00b9089",
"resourceInvariantUUID": "96d767d6-5370-405e-984b-f300a335ee7b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6c7bac92b8f10_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json",
"artifactChecksum": "ZDI2ZWJkOTE0OTZjMjcwZjUxNDc5NzE4ZGY1NmNiNTc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "60909ee4-da81-48e8-b371-bea0607fedbe",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4d598865-d821-4d70-b2a6-104a67b912bb",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1641aed7-cb91-4fcd-b095-83b55b4f1b94",
"generatedFromUUID": "4d598865-d821-4d70-b2a6-104a67b912bb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1641aed7-cb91-4fcd-b095-83b55b4f1b94",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220604044101-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
"artifactChecksum": "NzZiMWZjODc2OTg4YjhjODVlNTk0N2VkM2IyNmIwZGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a193d1c0-a56a-468f-9593-75751f4b26d4"
}
],
"workloadContext": "Production"
}
2022-06-04T04:46:29.831Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-04T04:46:29.831Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1046f302-21ab-48a9-933a-39f54d37fc75 ASDC
2022-06-04T04:46:29.832Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a008b29e-ec2d-4a01-8303-d9c9b3f658ab
ServiceName:vFW 2022-06-04 04-41-01
ServiceVersion:1.0
ServiceUUID:1046f302-21ab-48a9-933a-39f54d37fc75
ServiceInvariantUUID:08389846-427e-43b2-88ee-1307bc295283
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220604044101-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar
ArtifactUUID:a193d1c0-a56a-468f-9593-75751f4b26d4
ArtifactChecksum:NzZiMWZjODc2OTg4YjhjODVlNTk0N2VkM2IyNmIwZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6c7bac92-b8f1 0
ResourceCustomizationUUID:0b4e987f-e414-4b05-a0d2-b66c15997825
ResourceInvariantUUID:96d767d6-5370-405e-984b-f300a335ee7b
ResourceName:vFW 6c7bac92-b8f1
ResourceType:VF
ResourceUUID:d3be317a-b13f-412d-9618-5487b00b9089
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6c7bac92b8f10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json
ArtifactUUID:60909ee4-da81-48e8-b371-bea0607fedbe
ArtifactChecksum:ZDI2ZWJkOTE0OTZjMjcwZjUxNDc5NzE4ZGY1NmNiNTc=
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/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml
ArtifactUUID:4d598865-d821-4d70-b2a6-104a67b912bb
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/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env
ArtifactUUID:1641aed7-cb91-4fcd-b095-83b55b4f1b94
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/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env
ArtifactUUID:1641aed7-cb91-4fcd-b095-83b55b4f1b94
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-04T04:46:29.832Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1046f302-21ab-48a9-933a-39f54d37fc75 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T04:46:29.871Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T04:46:29.872Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T04:46:29.872Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T04:46:29.872Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a193d1c0-a56a-468f-9593-75751f4b26d4 from URL: /sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:29.872Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T04:46:29.872Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:30.353Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T04:46:30.358Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar a193d1c0-a56a-468f-9593-75751f4b26d4 99024
2022-06-04T04:46:30.358Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar ASDC sendASDCNotification
2022-06-04T04:46:30.358Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:30.358Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:46:30.359Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:30.361Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:30.361Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654317990358,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-04T04:46:30.461Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:30.462Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:46:30.463Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:30.477Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-04T04:46:30.477Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:46:31.361Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T04:46:31.363Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T04:46:31.363Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a193d1c0-a56a-468f-9593-75751f4b26d4, URL: /sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar to file: /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:31.363Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220604044101-csar.csar
2022-06-04T04:46:31.364Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:31.364Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:31.579Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7260962713717764971/Definitions/service-Vfw20220604044101-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-04T04:46:33.618Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-04T04:46:33.619Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-04T04:46:33.619Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.619Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-04T04:46:33.619Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||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-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.619Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||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-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.619Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||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-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.619Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6c7bac92-b8f1 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-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||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-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||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-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||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-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||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-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:46:33.621Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-41-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:46:33.621Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is matching search criteria
2022-06-04T04:46:33.621Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-04T04:46:33.622Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6c7bac92-b8f1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T04:46:33.622Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:46:33.622Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-41-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:46:33.622Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is matching search criteria
2022-06-04T04:46:33.622Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-04T04:46:33.623Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6c7bac92-b8f1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T04:46:33.623Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:46:33.623Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-41-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:46:33.623Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-04T04:46:33.624Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is not matching search criteria
2022-06-04T04:46:33.624Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:46:33.624Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T04:46:33.624Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:46:33.624Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T04:46:33.624Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:46:33.624Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T04:46:33.625Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:46:33.625Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T04:46:33.625Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T04:46:33.625Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:46:33.625Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T04:46:33.625Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T04:46:33.625Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T04:46:33.625Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T04:46:33.626Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:46:33.626Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-04T04:46:33.626Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive