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-11-22T03:12:41.184Z||main|||||INFO|500||The following profiles are active: basic
2022-11-22T03:12:53.049Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-22T03:12:53.049Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-22T03:12:53.151Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-22T03:12:57.534Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-22T03:12:57.980Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-22T03:12:58.498Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-22T03:12:58.505Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-22T03:12:58.636Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-22T03:12:58.905Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-22T03:12:59.622Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-22T03:13:01.565Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-22T03:13:03.892Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-22T03:13:03.948Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-22T03:13:04.520Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-22T03:13:04.771Z||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-11-22T03:13:05.998Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-22T03:13:07.206Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-22T03:13:07.238Z||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$$4f705321.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-11-22T03:13:07.239Z||main|||||WARN|500||The sdc end point is not alive
2022-11-22T03:13:10.586Z||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-11-22T03:13:13.648Z||main|||||WARN|500||---
2022-11-22T03:13:13.648Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-22T03:13:13.649Z||main|||||WARN|500||---
2022-11-22T03:13:14.056Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-22T03:13:18.800Z||main|||||INFO|500||Started Application in 40.739 seconds (JVM running for 42.976)
2022-11-22T03:13:18.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T03:13:18.816Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T03:13:18.827Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T03:13:18.849Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T03:13:18.923Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6d68573d-64cd-4fc8-9bc8-369c0caff409 url= /sdc/v1/artifactTypes
2022-11-22T03:13:18.924Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-22T03:13:20.050Z||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.0.21] 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$$a5449389.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-11-22T03:13:20.054Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@580b4d52
2022-11-22T03:13:20.055Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-11-22T03:13:20.071Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-11-22T03:13:20.073Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-11-22T03:13:20.075Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at 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$$a5449389.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-11-22T03:14:08.795Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T03:14:08.797Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T03:14:08.847Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T03:14:08.852Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T03:14:08.858Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9ea61d1e-1103-4e48-97ed-9341157a26f3 url= /sdc/v1/artifactTypes
2022-11-22T03:14:08.858Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-22T03:14:09.905Z||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.0.21] 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$$a5449389.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-11-22T03:14:09.906Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5eeef2ca
2022-11-22T03:14:09.906Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-11-22T03:14:09.907Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-11-22T03:14:09.907Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-11-22T03:14:09.908Z||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$$a5449389.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-11-22T03:14:58.795Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T03:14:58.796Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T03:14:58.797Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T03:14:58.800Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T03:14:58.807Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4549a50e-a308-4938-ad81-eaf77f768e8c url= /sdc/v1/artifactTypes
2022-11-22T03:14:58.807Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-22T03:14:59.826Z||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.0.21] 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$$a5449389.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-11-22T03:14:59.827Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e7065ab
2022-11-22T03:14:59.827Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-11-22T03:14:59.828Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-11-22T03:14:59.828Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-11-22T03:14:59.829Z||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$$a5449389.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-11-22T03:15:48.795Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T03:15:48.795Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T03:15:48.796Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T03:15:48.799Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T03:15:48.803Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1636be59-69c0-4a89-97d8-6f68f2e1b492 url= /sdc/v1/artifactTypes
2022-11-22T03:15:48.803Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-22T03:15:49.842Z||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.0.21] 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$$a5449389.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-11-22T03:15:49.843Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6cbf378
2022-11-22T03:15:49.843Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-11-22T03:15:49.843Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-11-22T03:15:49.844Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-11-22T03:15:49.845Z||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$$a5449389.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-11-22T03:16:38.796Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T03:16:38.798Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T03:16:38.798Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T03:16:38.802Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T03:16:38.834Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f79a83f-bc52-4f7d-8a62-14cc2339cd44 url= /sdc/v1/artifactTypes
2022-11-22T03:16:38.834Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-22T03:16:39.895Z||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.0.21] 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$$a5449389.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-11-22T03:16:39.896Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5c8d9945
2022-11-22T03:16:39.897Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-11-22T03:16:39.897Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-11-22T03:16:39.898Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-11-22T03:16:39.898Z||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$$a5449389.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-11-22T03:17:28.795Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T03:17:28.795Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T03:17:28.796Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T03:17:28.799Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T03:17:28.830Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5374d74c-4b33-4d55-bc44-07fadd4822b1 url= /sdc/v1/artifactTypes
2022-11-22T03:17:28.830Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-22T03:17:29.914Z||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.0.21] 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$$a5449389.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-11-22T03:17:29.915Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@cf0739f
2022-11-22T03:17:29.916Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-11-22T03:17:29.917Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-11-22T03:17:29.917Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-11-22T03:17:29.918Z||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$$a5449389.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-11-22T03:18:18.795Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T03:18:18.795Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T03:18:18.796Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T03:18:18.799Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T03:18:18.805Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= add9a859-a82b-45c4-9803-24b5a0c1081f url= /sdc/v1/artifactTypes
2022-11-22T03:18:18.805Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-22T03:18:19.860Z||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.0.21] 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$$a5449389.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-11-22T03:18:19.861Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@236c755b
2022-11-22T03:18:19.862Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-11-22T03:18:19.862Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-11-22T03:18:19.862Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-11-22T03:18:19.863Z||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$$a5449389.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-11-22T03:19:08.795Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T03:19:08.795Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T03:19:08.797Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T03:19:08.802Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T03:19:08.822Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc59db29-f9c7-42f9-99f8-e08a5067a066 url= /sdc/v1/artifactTypes
2022-11-22T03:19:08.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-22T03:19:09.909Z||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.0.21] 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$$a5449389.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-11-22T03:19:09.910Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@360be405
2022-11-22T03:19:09.910Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-11-22T03:19:09.910Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-11-22T03:19:09.910Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-11-22T03:19:09.911Z||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$$a5449389.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-11-22T03:19:58.795Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T03:19:58.797Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T03:19:58.798Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T03:19:58.802Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T03:19:58.820Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 58474886-3488-41ef-a831-6f70d956a8ea url= /sdc/v1/artifactTypes
2022-11-22T03:19:58.820Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-22T03:19:59.896Z||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.0.21] 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$$a5449389.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-11-22T03:19:59.897Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@613c5c40
2022-11-22T03:19:59.908Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-11-22T03:19:59.908Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-11-22T03:19:59.908Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-11-22T03:19:59.909Z||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$$a5449389.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-11-22T03:20:48.795Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T03:20:48.796Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T03:20:48.796Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T03:20:48.800Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T03:20:48.803Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b0576762-fb42-45d6-9041-01498f47ea27 url= /sdc/v1/artifactTypes
2022-11-22T03:20:48.804Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-22T03:20:49.845Z||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.0.21] 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$$a5449389.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-11-22T03:20:49.845Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@cb09b78
2022-11-22T03:20:49.846Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-11-22T03:20:49.846Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-11-22T03:20:49.846Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-11-22T03:20:49.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 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$$a5449389.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-11-22T03:21:38.794Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-22T03:21:38.796Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-22T03:21:38.796Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-22T03:21:38.798Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-22T03:21:38.810Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 911cfa81-f677-4d93-8ca7-7a4dea7e957f url= /sdc/v1/artifactTypes
2022-11-22T03:21:38.810Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-22T03:21:39.199Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-22T03:21:39.209Z||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-11-22T03:21:39.236Z||scheduling-1|||||DEBUG|500||create keys
2022-11-22T03:21:39.244Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-22T03:21:39.275Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:21:39.298Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e5a3f820-b73f-4360-90e4-5235c7168819 url= /sdc/v1/registerForDistribution
2022-11-22T03:21:39.831Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e5a3f820-b73f-4360-90e4-5235c7168819 url= /sdc/v1/registerForDistribution
2022-11-22T03:21:39.831Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-22T03:21:39.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:21:39.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:21:39.861Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-22T03:21:39.862Z||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-11-22T03:21:39.862Z||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-11-22T03:21:39.862Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:21:39.863Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:21:51.041Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:21:51.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:22:37.184Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-22T03:22:39.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:22:39.840Z||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-11-22T03:22:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:22:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:22:39.845Z||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-11-22T03:22:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:22:49.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:22:49.470Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:23:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:23:39.840Z||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-11-22T03:23:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:23:39.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:23:39.844Z||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-11-22T03:23:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:23:49.449Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:23:49.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:24:39.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:24:39.841Z||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-11-22T03:24:39.842Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:24:39.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:24:39.845Z||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-11-22T03:24:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:24:49.439Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:24:49.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:25:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:25:39.840Z||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-11-22T03:25:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:25:39.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:25:39.844Z||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-11-22T03:25:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:25:49.406Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:25:49.408Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:26:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:26:39.841Z||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-11-22T03:26:39.841Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:26:39.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:26:39.845Z||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-11-22T03:26:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:26:49.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:26:49.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:27:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:27:39.840Z||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-11-22T03:27:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:27:39.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:27:39.845Z||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-11-22T03:27:39.846Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:27:49.404Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:27:49.414Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:28:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:28:39.840Z||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-11-22T03:28:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:28:39.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:28:39.844Z||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-11-22T03:28:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:28:49.398Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:28:49.412Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:29:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:29:39.842Z||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-11-22T03:29:39.842Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:29:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:29:39.844Z||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-11-22T03:29:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:29:49.414Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:29:49.416Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:30:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:30:39.841Z||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-11-22T03:30:39.841Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:30:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:30:39.844Z||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-11-22T03:30:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:30:49.403Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:30:49.403Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:31:39.839Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:31:39.840Z||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-11-22T03:31:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:31:39.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:31:39.844Z||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-11-22T03:31:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:31:49.444Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:31:49.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:32:39.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:32:39.840Z||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-11-22T03:32:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:32:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:32:39.844Z||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-11-22T03:32:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:32:49.405Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:32:49.408Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:33:39.839Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:33:39.840Z||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-11-22T03:33:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:33:39.844Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:33:39.845Z||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-11-22T03:33:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:33:49.399Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:33:49.402Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:34:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:34:39.840Z||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-11-22T03:34:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:34:39.844Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:34:39.845Z||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-11-22T03:34:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:34:49.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:34:49.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:35:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:35:39.841Z||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-11-22T03:35:39.842Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:35:39.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:35:39.844Z||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-11-22T03:35:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:35:49.410Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:35:49.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:36:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:36:39.840Z||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-11-22T03:36:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:36:39.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:36:39.844Z||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-11-22T03:36:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:36:49.399Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:36:49.399Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:37:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:37:39.840Z||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-11-22T03:37:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:37:39.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:37:39.844Z||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-11-22T03:37:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:37:49.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:37:49.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:38:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:38:39.839Z||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-11-22T03:38:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:38:39.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:38:39.844Z||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-11-22T03:38:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:38:49.408Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:38:49.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:39:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:39:39.840Z||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-11-22T03:39:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:39:39.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:39:39.844Z||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-11-22T03:39:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:39:49.392Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:39:49.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:40:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:40:39.843Z||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-11-22T03:40:39.843Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:40:39.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:40:39.844Z||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-11-22T03:40:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:40:49.409Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:40:49.409Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:41:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:41:39.841Z||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-11-22T03:41:39.841Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:41:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:41:39.844Z||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-11-22T03:41:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:41:49.422Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:41:49.424Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:42:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:42:39.840Z||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-11-22T03:42:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:42:39.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:42:39.844Z||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-11-22T03:42:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:42:49.426Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:42:49.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:43:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:43:39.840Z||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-11-22T03:43:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:43:39.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:43:39.844Z||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-11-22T03:43:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:43:49.395Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:43:49.408Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:44:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:44:39.840Z||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-11-22T03:44:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:44:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:44:39.844Z||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-11-22T03:44:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:44:49.400Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:44:49.400Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:45:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:45:39.840Z||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-11-22T03:45:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:45:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:45:39.844Z||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-11-22T03:45:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:45:49.391Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:45:49.392Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:46:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:46:39.840Z||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-11-22T03:46:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:46:39.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:46:39.844Z||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-11-22T03:46:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:46:49.410Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:46:49.410Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:47:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:47:39.840Z||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-11-22T03:47:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:47:39.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:47:39.845Z||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-11-22T03:47:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:47:49.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:47:49.395Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:48:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:48:39.840Z||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-11-22T03:48:39.841Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:48:39.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:48:39.844Z||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-11-22T03:48:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:48:49.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:48:49.387Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:49:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:49:39.840Z||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-11-22T03:49:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:49:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:49:39.844Z||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-11-22T03:49:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:49:49.397Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:49:49.398Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:50:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:50:39.840Z||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-11-22T03:50:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:50:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:50:39.844Z||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-11-22T03:50:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:50:49.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:50:49.403Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:51:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:51:39.839Z||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-11-22T03:51:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:51:39.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:51:39.844Z||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-11-22T03:51:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:51:49.390Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:51:49.396Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:52:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:52:39.839Z||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-11-22T03:52:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:52:39.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:52:39.844Z||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-11-22T03:52:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:52:49.398Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:52:49.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:53:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:53:39.840Z||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-11-22T03:53:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:53:39.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:53:39.844Z||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-11-22T03:53:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:53:49.380Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:53:49.382Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:54:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:54:39.840Z||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-11-22T03:54:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:54:39.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:54:39.844Z||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-11-22T03:54:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:54:49.401Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:54:49.417Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:55:39.839Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:55:39.840Z||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-11-22T03:55:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:55:39.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:55:39.844Z||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-11-22T03:55:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:55:49.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:55:49.408Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:56:39.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:56:39.841Z||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-11-22T03:56:39.842Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:56:39.844Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:56:39.845Z||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-11-22T03:56:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:56:49.413Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:56:49.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:57:39.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:57:39.840Z||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-11-22T03:57:39.841Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:57:39.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:57:39.844Z||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-11-22T03:57:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:57:49.391Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:57:49.392Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:58:39.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:58:39.840Z||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-11-22T03:58:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:58:39.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:58:39.844Z||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-11-22T03:58:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:58:49.400Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:58:49.423Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:59:39.839Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:59:39.840Z||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-11-22T03:59:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:59:39.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T03:59:39.844Z||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-11-22T03:59:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T03:59:49.389Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T03:59:49.389Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:00:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:00:39.840Z||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-11-22T04:00:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:00:39.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:00:39.844Z||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-11-22T04:00:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:00:49.418Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:00:49.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:01:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:01:39.840Z||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-11-22T04:01:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:01:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:01:39.844Z||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-11-22T04:01:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:01:49.389Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:01:49.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:02:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:02:39.840Z||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-11-22T04:02:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:02:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:02:39.844Z||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-11-22T04:02:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:02:49.402Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:02:49.424Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:03:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:03:39.840Z||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-11-22T04:03:39.841Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:03:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:03:39.844Z||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-11-22T04:03:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:03:49.384Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:03:49.389Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:04:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:04:39.841Z||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-11-22T04:04:39.841Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:04:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:04:39.844Z||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-11-22T04:04:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:04:49.407Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:04:49.409Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:05:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:05:39.840Z||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-11-22T04:05:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:05:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:05:39.844Z||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-11-22T04:05:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:05:49.386Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:05:49.387Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:06:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:06:39.840Z||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-11-22T04:06:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:06:39.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:06:39.844Z||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-11-22T04:06:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:06:49.394Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:06:49.399Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:07:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:07:39.840Z||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-11-22T04:07:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:07:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:07:39.844Z||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-11-22T04:07:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:07:49.410Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:07:49.411Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:08:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:08:39.840Z||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-11-22T04:08:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:08:39.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:08:39.844Z||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-11-22T04:08:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:08:49.389Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:08:49.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:09:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:09:39.840Z||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-11-22T04:09:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:09:39.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:09:39.844Z||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-11-22T04:09:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:09:49.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:09:49.457Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:10:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:10:39.840Z||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-11-22T04:10:39.841Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:10:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:10:39.844Z||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-11-22T04:10:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:10:49.388Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:10:49.388Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:11:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:11:39.840Z||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-11-22T04:11:39.841Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:11:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:11:39.844Z||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-11-22T04:11:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:11:49.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:11:49.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:12:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:12:39.841Z||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-11-22T04:12:39.841Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:12:39.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:12:39.844Z||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-11-22T04:12:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:12:49.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:12:49.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:13:39.839Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:13:39.840Z||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-11-22T04:13:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:13:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:13:39.844Z||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-11-22T04:13:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:13:49.398Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:13:49.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:14:39.839Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:14:39.840Z||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-11-22T04:14:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:14:39.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:14:39.844Z||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-11-22T04:14:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:14:49.398Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:14:49.413Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:15:39.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:15:39.840Z||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-11-22T04:15:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:15:39.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:15:39.844Z||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-11-22T04:15:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:15:49.388Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:15:49.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:16:39.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:16:39.840Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T04:16:39.840Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:16:39.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:16:39.845Z||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-11-22T04:16:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:16:49.409Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:16:49.412Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:17:39.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:17:39.840Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T04:17:39.840Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:17:39.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:17:39.844Z||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-11-22T04:17:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:17:49.383Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:17:49.384Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:18:39.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:18:39.840Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T04:18:39.840Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:18:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:18:39.844Z||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-11-22T04:18:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:18:49.401Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:18:49.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:19:39.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:19:39.841Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T04:19:39.842Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:19:39.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:19:39.844Z||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-11-22T04:19:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:19:49.411Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:19:49.411Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:20:39.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:20:39.840Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T04:20:39.840Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:20:39.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:20:39.844Z||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-11-22T04:20:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:20:49.384Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:20:49.386Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:21:39.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:21:39.840Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T04:21:39.840Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:21:39.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:21:39.844Z||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-11-22T04:21:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:21:49.393Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:21:49.400Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:22:39.839Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:22:39.840Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-22T04:22:39.840Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:22:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:22:39.844Z||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-11-22T04:22:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:22:49.391Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:22:49.391Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:23:39.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:23:39.840Z||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-11-22T04:23:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:23:39.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:23:39.844Z||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-11-22T04:23:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:23:49.414Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:23:49.416Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:24:39.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:24:39.840Z||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-11-22T04:24:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:24:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:24:39.844Z||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-11-22T04:24:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:24:49.418Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:24:49.451Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:25:39.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:25:39.840Z||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-11-22T04:25:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:25:39.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:25:39.844Z||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-11-22T04:25:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:25:49.399Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:25:49.399Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:26:39.839Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:26:39.840Z||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-11-22T04:26:39.840Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:26:39.844Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:26:39.844Z||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-11-22T04:26:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:26:40.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:26:40.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "aai-ml",
"timestamp": 1669091177376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091179066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "ves-openapi-manager",
"timestamp": 1669091177481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "aai-ml",
"timestamp": 1669091177376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091179066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json",
"status": "NOTIFIED"
}
2022-11-22T04:26:40.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "ves-openapi-manager",
"timestamp": 1669091177481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "aai-ml",
"timestamp": 1669091177376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091179066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-22T04:26:40.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "ves-openapi-manager",
"timestamp": 1669091177481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "aai-ml",
"timestamp": 1669091177376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091179066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "ves-openapi-manager",
"timestamp": 1669091177481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "aai-ml",
"timestamp": 1669091177376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091179066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-22T04:26:40.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "ves-openapi-manager",
"timestamp": 1669091177481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "cds",
"timestamp": 1669091184126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.119Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "aai-ml",
"timestamp": 1669091177376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091179066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "ves-openapi-manager",
"timestamp": 1669091177481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "cds",
"timestamp": 1669091184126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "aai-ml",
"timestamp": 1669091177376,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T04:26:40.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091179066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T04:26:40.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "ves-openapi-manager",
"timestamp": 1669091177481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "cds",
"timestamp": 1669091184126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "aai-ml",
"timestamp": 1669091187272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:26:40.123Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:26:40.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091186983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:26:40.123Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:26:40.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "cds",
"timestamp": 1669091184126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091188071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:26:40.124Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:26:40.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "cds",
"timestamp": 1669091184126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091187602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091189535,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:26:40.125Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:26:40.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "cds",
"timestamp": 1669091184126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091187602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "cds",
"timestamp": 1669091184126,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T04:26:40.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091190620,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-22T04:26:40.307Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39469d8c-f90f-40c6-a7ac-92a770f67bff
2022-11-22T04:26:40.329Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39469d8c-f90f-40c6-a7ac-92a770f67bff 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-11-22T04:26:40.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091187602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091191625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-22T04:26:40.354Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:26:40.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091187602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "cds",
"timestamp": 1669091192321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:26:40.354Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:26:40.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091187602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "cds",
"timestamp": 1669091193345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-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-11-22T04:26:40.370Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39469d8c-f90f-40c6-a7ac-92a770f67bff
2022-11-22T04:26:40.370Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39469d8c-f90f-40c6-a7ac-92a770f67bff 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-11-22T04:26:40.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091187602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091187602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T04:26:40.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:26:40.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091196293,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:26:40.380Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:26:40.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:26:40.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-22T04:26:40.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"39469d8c-f90f-40c6-a7ac-92a770f67bff","serviceName":"basic_onboard_qxmVcg","serviceVersion":"1.0","serviceUUID":"b05fd758-e082-4e5d-9184-6cb51d0d0e1e","serviceDescription":"service","serviceInvariantUUID":"d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe","resources":[{"resourceInstanceName":"basic_onboard_qxmVcg 0","resourceName":"basic_onboard_qxmVcg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7058ff99-72a5-462d-aee7-5257cef08865","resourceInvariantUUID":"af0b5f78-f75a-40ef-bc75-a69993c86280","resourceCustomizationUUID":"3c5843a6-3547-4387-a06a-604236bc6069","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vf-license-model.xml","artifactChecksum":"ZWY5MGRhOTEzYmM1NTc2MjAzYjYwZGMwYTljYTU4MmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1a04a840-fb4f-402e-8d76-50ca57ef461a","artifactVersion":"1"},{"artifactName":"basic_onboard_qxmvcg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json","artifactChecksum":"YzVhMGYxNjAyNDVmZjUxOWUxMjI3MjQ3MDljODM1MGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ae66f0e-2dfb-46a5-8dac-fc72d51f69c1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4342e009-f63e-439a-bafb-29e9941e97a1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a0fbe523-beaa-4e03-a214-946f117b6661","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9c949e96-34b6-4772-a27b-e984ca5655b0","artifactVersion":"2","generatedFromUUID":"4342e009-f63e-439a-bafb-29e9941e97a1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQxmvcg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-template.yml","artifactChecksum":"NmY4MTZjM2VmYjc3OWQ1MzJhYmNlM2Y1NGI5ZmFjOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"78bec3e1-f689-43f4-a769-f2b8b18d2317","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQxmvcg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar","artifactChecksum":"MjExM2FjMjA2ZTQ5ZDE2NDIyYTYxODhmOWQyYTkxZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a862b91-ffde-4f07-8f06-bf7873a8e64a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-22T04:26:40.498Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T04:26:40.504Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:26:40.515Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:26:40.515Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091199839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:40.615Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-22T04:26:40.619Z||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-11-22T04:26:40.620Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:26:40.654Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:26:40.655Z||pool-3-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-22T04:26:41.521Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T04:26:41.522Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:26:41.524Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:26:41.524Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091199839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json",
"status": "NOTIFIED"
}
2022-11-22T04:26:41.624Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:26:41.625Z||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-11-22T04:26:41.625Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:26:41.635Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:26:41.636Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-22T04:26:42.524Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T04:26:42.525Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:26:42.527Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:26:42.527Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091199839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-22T04:26:42.628Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:26:42.629Z||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-11-22T04:26:42.629Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:26:42.663Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:26:42.664Z||pool-5-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-11-22T04:26:43.528Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T04:26:43.529Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:26:43.531Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:26:43.531Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091199839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:43.631Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:26:43.632Z||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-11-22T04:26:43.632Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:26:43.642Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:26:43.642Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T04:26:44.532Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T04:26:44.532Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:26:44.534Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:26:44.534Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091199839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-22T04:26:44.634Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:26:44.635Z||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-11-22T04:26:44.635Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:26:44.660Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:26:44.660Z||pool-7-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-22T04:26:45.535Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T04:26:45.536Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:26:45.538Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:26:45.538Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091199839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:26:45.638Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:26:45.639Z||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-11-22T04:26:45.639Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:26:45.659Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:26:45.659Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-22T04:26:46.539Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T04:26:46.540Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:26:46.543Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:26:46.543Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091199839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T04:26:46.643Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:26:46.644Z||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-11-22T04:26:46.644Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:26:46.656Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:26:46.656Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-22T04:26:47.545Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"serviceName": "basic_onboard_qxmVcg",
"serviceVersion": "1.0",
"serviceUUID": "b05fd758-e082-4e5d-9184-6cb51d0d0e1e",
"serviceDescription": "service",
"serviceInvariantUUID": "d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe",
"resources": [
{
"resourceInstanceName": "basic_onboard_qxmVcg 0",
"resourceCustomizationUUID": "3c5843a6-3547-4387-a06a-604236bc6069",
"resourceName": "basic_onboard_qxmVcg",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7058ff99-72a5-462d-aee7-5257cef08865",
"resourceInvariantUUID": "af0b5f78-f75a-40ef-bc75-a69993c86280",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_qxmvcg0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json",
"artifactChecksum": "YzVhMGYxNjAyNDVmZjUxOWUxMjI3MjQ3MDljODM1MGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8ae66f0e-2dfb-46a5-8dac-fc72d51f69c1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4342e009-f63e-439a-bafb-29e9941e97a1",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9c949e96-34b6-4772-a27b-e984ca5655b0",
"generatedFromUUID": "4342e009-f63e-439a-bafb-29e9941e97a1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9c949e96-34b6-4772-a27b-e984ca5655b0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardQxmvcg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar",
"artifactChecksum": "MjExM2FjMjA2ZTQ5ZDE2NDIyYTYxODhmOWQyYTkxZDg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4a862b91-ffde-4f07-8f06-bf7873a8e64a"
}
],
"workloadContext": "Production"
}
2022-11-22T04:26:47.546Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-22T04:26:47.547Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b05fd758-e082-4e5d-9184-6cb51d0d0e1e ASDC
2022-11-22T04:26:47.658Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:39469d8c-f90f-40c6-a7ac-92a770f67bff
ServiceName:basic_onboard_qxmVcg
ServiceVersion:1.0
ServiceUUID:b05fd758-e082-4e5d-9184-6cb51d0d0e1e
ServiceInvariantUUID:d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQxmvcg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar
ArtifactUUID:4a862b91-ffde-4f07-8f06-bf7873a8e64a
ArtifactChecksum:MjExM2FjMjA2ZTQ5ZDE2NDIyYTYxODhmOWQyYTkxZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_qxmVcg 0
ResourceCustomizationUUID:3c5843a6-3547-4387-a06a-604236bc6069
ResourceInvariantUUID:af0b5f78-f75a-40ef-bc75-a69993c86280
ResourceName:basic_onboard_qxmVcg
ResourceType:VF
ResourceUUID:7058ff99-72a5-462d-aee7-5257cef08865
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qxmvcg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json
ArtifactUUID:8ae66f0e-2dfb-46a5-8dac-fc72d51f69c1
ArtifactChecksum:YzVhMGYxNjAyNDVmZjUxOWUxMjI3MjQ3MDljODM1MGU=
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/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4342e009-f63e-439a-bafb-29e9941e97a1
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/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env
ArtifactUUID:9c949e96-34b6-4772-a27b-e984ca5655b0
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/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env
ArtifactUUID:9c949e96-34b6-4772-a27b-e984ca5655b0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-22T04:26:47.659Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b05fd758-e082-4e5d-9184-6cb51d0d0e1e 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-11-22T04:26:47.712Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T04:26:47.713Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-22T04:26:47.714Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-22T04:26:47.715Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4a862b91-ffde-4f07-8f06-bf7873a8e64a from URL: /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar
2022-11-22T04:26:47.715Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-22T04:26:47.716Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar
2022-11-22T04:26:48.360Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-22T04:26:48.379Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar 4a862b91-ffde-4f07-8f06-bf7873a8e64a 75313
2022-11-22T04:26:48.380Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar ASDC sendASDCNotification
2022-11-22T04:26:48.380Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar
2022-11-22T04:26:48.381Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T04:26:48.382Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:26:48.384Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:26:48.384Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091208379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:26:48.484Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:26:48.485Z||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-11-22T04:26:48.485Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:26:48.538Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:26:48.539Z||pool-10-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-11-22T04:26:49.385Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T04:26:49.386Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-22T04:26:49.386Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4a862b91-ffde-4f07-8f06-bf7873a8e64a, URL: /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar to file: /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar
2022-11-22T04:26:49.387Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQxmvcg-csar.csar
2022-11-22T04:26:49.527Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar
2022-11-22T04:26:49.528Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar
2022-11-22T04:26:50.038Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7413197852808740591/Definitions/service-BasicOnboardQxmvcg-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-22T04:26:51.932Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-22T04:26:51.937Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-22T04:26:51.937Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar
2022-11-22T04:26:51.938Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-22T04:26:51.938Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar
2022-11-22T04:26:51.938Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar
2022-11-22T04:26:51.938Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_qxmVcg 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar
2022-11-22T04:26:51.938Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar
2022-11-22T04:26:51.938Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar
2022-11-22T04:26:51.938Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar
2022-11-22T04:26:51.938Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardQxmvcg-csar.csar
2022-11-22T04:26:51.938Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-22T04:26:51.944Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:51.945Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:26:51.949Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is matching search criteria
2022-11-22T04:26:51.950Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-22T04:26:51.951Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_qxmVcg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T04:26:51.953Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:51.953Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:26:51.953Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is matching search criteria
2022-11-22T04:26:51.953Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-22T04:26:51.953Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_qxmVcg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T04:26:51.953Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:51.953Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:26:51.956Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:51.957Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is not matching search criteria
2022-11-22T04:26:51.957Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-22T04:26:51.957Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-22T04:26:51.957Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-22T04:26:51.957Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-22T04:26:51.957Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-22T04:26:51.957Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:51.958Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-22T04:26:51.959Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:51.959Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is matching search criteria
2022-11-22T04:26:51.959Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_qxmVcg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T04:26:51.959Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:51.959Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is matching search criteria
2022-11-22T04:26:51.959Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_qxmVcg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T04:26:51.960Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:51.960Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is matching search criteria
2022-11-22T04:26:51.960Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_qxmVcg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T04:26:51.960Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:51.960Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is not matching search criteria
2022-11-22T04:26:51.960Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-22T04:26:51.961Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-22T04:26:51.961Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3a318c85-39a7-475d-bfc5-f905225fdfb6
2022-11-22T04:26:51.961Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:51.961Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:26:51.961Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:51.961Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:26:51.962Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:51.962Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:26:51.962Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:51.962Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:26:51.962Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_qxmVcg
Description:service
Model UUID:b05fd758-e082-4e5d-9184-6cb51d0d0e1e
Model Version:NULL
Model InvariantUuid:d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_qxmVcg
Model UUID:d60bbef4-e06c-4002-9faf-9f7e5ed81ad8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:af0b5f78-f75a-40ef-bc75-a69993c86280
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3c5843a6-3547-4387-a06a-604236bc6069
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9dfc71ea-3c93-4b3d-9c5e-69e729738678
ModelName:BasicOnboardQxmvcg..base_ubuntu18..module-0
ModelUuid:1b36ce4a-7811-446b-9b9a-28b820f166b1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3a318c85-39a7-475d-bfc5-f905225fdfb6
ModelInvariantUuid:b81a1544-400c-4db4-ac13-eb6d6ccd0799
ModelName:basic_onboard_qxmVcg-nodes.ubuntu18Cvfc
ModelUuid:0f18bb41-6af5-4e1c-b9e2-b7eb4ad16028
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:4fbac17b-2839-47aa-958b-38582975e9c6
ModelInvariantUuid:2d04e450-5d15-4205-9310-df6db349fa08
ModelName:BasicOnboardQxmvcg.compute.nodes.heat.ubuntu18
ModelUuid:6e034c84-efdb-4df2-848a-acc293c5f882
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-11-22T04:26:51.974Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7058ff99-72a5-462d-aee7-5257cef08865
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-11-22T04:26:52.063Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||basic_onboard_qxmVcg 0
2022-11-22T04:26:52.069Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7058ff99-72a5-462d-aee7-5257cef08865
2022-11-22T04:26:52.069Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8ae66f0e-2dfb-46a5-8dac-fc72d51f69c1 from URL: /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json
2022-11-22T04:26:52.070Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-22T04:26:52.070Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json
2022-11-22T04:26:52.439Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-22T04:26:52.439Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json 8ae66f0e-2dfb-46a5-8dac-fc72d51f69c1 798
2022-11-22T04:26:52.439Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json ASDC sendASDCNotification
2022-11-22T04:26:52.440Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json
2022-11-22T04:26:52.440Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T04:26:52.440Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:26:52.442Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:26:52.442Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091212439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:26:52.542Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:26:52.543Z||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-11-22T04:26:52.543Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:26:52.574Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:26:52.575Z||pool-11-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-11-22T04:26:53.443Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQxmvcg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9dfc71ea-3c93-4b3d-9c5e-69e729738678",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1b36ce4a-7811-446b-9b9a-28b820f166b1",
"vfModuleModelCustomizationUUID": "db437692-63d3-4c8d-8ea8-1ac33ee29bbe",
"isBase": true,
"artifacts": [
"4342e009-f63e-439a-bafb-29e9941e97a1",
"9c949e96-34b6-4772-a27b-e984ca5655b0"
],
"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-11-22T04:26:53.457Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQxmvcg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b36ce4a-7811-446b-9b9a-28b820f166b1
VfModuleModelInvariantUUID:9dfc71ea-3c93-4b3d-9c5e-69e729738678
VfModuleModelDescription:NULL
Artifacts UUID List:{
4342e009-f63e-439a-bafb-29e9941e97a1
,
9c949e96-34b6-4772-a27b-e984ca5655b0
}
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-11-22T04:26:53.459Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQxmvcg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9dfc71ea-3c93-4b3d-9c5e-69e729738678",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1b36ce4a-7811-446b-9b9a-28b820f166b1",
"vfModuleModelCustomizationUUID": "db437692-63d3-4c8d-8ea8-1ac33ee29bbe",
"isBase": true,
"artifacts": [
"4342e009-f63e-439a-bafb-29e9941e97a1",
"9c949e96-34b6-4772-a27b-e984ca5655b0"
],
"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-11-22T04:26:53.459Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQxmvcg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b36ce4a-7811-446b-9b9a-28b820f166b1
VfModuleModelInvariantUUID:9dfc71ea-3c93-4b3d-9c5e-69e729738678
VfModuleModelDescription:NULL
Artifacts UUID List:{
4342e009-f63e-439a-bafb-29e9941e97a1
,
9c949e96-34b6-4772-a27b-e984ca5655b0
}
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-11-22T04:26:53.460Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4342e009-f63e-439a-bafb-29e9941e97a1 from URL: /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml
2022-11-22T04:26:53.460Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-22T04:26:53.460Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml
2022-11-22T04:26:53.546Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-22T04:26:53.546Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml 4342e009-f63e-439a-bafb-29e9941e97a1 5033
2022-11-22T04:26:53.547Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-22T04:26:53.547Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml
2022-11-22T04:26:53.547Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T04:26:53.547Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:26:53.549Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:26:53.549Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091213547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:26:53.650Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:26:53.650Z||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-11-22T04:26:53.651Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:26:53.662Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:26:53.662Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T04:26:54.550Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9c949e96-34b6-4772-a27b-e984ca5655b0 from URL: /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env
2022-11-22T04:26:54.551Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-22T04:26:54.551Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env
2022-11-22T04:26:54.761Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-22T04:26:54.761Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env 9c949e96-34b6-4772-a27b-e984ca5655b0 909
2022-11-22T04:26:54.762Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-22T04:26:54.762Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env
2022-11-22T04:26:54.762Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T04:26:54.762Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:26:54.764Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:26:54.765Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091214761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:26:54.865Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:26:54.866Z||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-11-22T04:26:54.866Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:26:54.879Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:26:54.880Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-22T04:26:55.765Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b05fd758-e082-4e5d-9184-6cb51d0d0e1e
2022-11-22T04:26:55.766Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_qxmVcg 0 7058ff99-72a5-462d-aee7-5257cef08865 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-11-22T04:26:55.802Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17e46059, org.onap.sdc.toscaparser.api.parameters.Input@76af052a, org.onap.sdc.toscaparser.api.parameters.Input@2ede1546, org.onap.sdc.toscaparser.api.parameters.Input@213adfb3, org.onap.sdc.toscaparser.api.parameters.Input@15688565]
2022-11-22T04:26:55.806Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:55.806Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:26:55.806Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-11-22T04:26:55.807Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 3c5843a6-3547-4387-a06a-604236bc6069
2022-11-22T04:26:55.807Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3c5843a6-3547-4387-a06a-604236bc6069 matches Tosca VF Customization UUID: 3c5843a6-3547-4387-a06a-604236bc6069
2022-11-22T04:26:55.807Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 3c5843a6-3547-4387-a06a-604236bc6069 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-11-22T04:26:55.815Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:55.816Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:26:55.817Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 3c5843a6-3547-4387-a06a-604236bc6069: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-22T04:26:55.818Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@10326fc9
2022-11-22T04:26:55.818Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:55.818Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-22T04:26:55.819Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : db437692-63d3-4c8d-8ea8-1ac33ee29bbe
2022-11-22T04:26:55.820Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID db437692-63d3-4c8d-8ea8-1ac33ee29bbe
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-11-22T04:26:55.826Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:55.827Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is matching search criteria
2022-11-22T04:26:55.827Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_qxmVcg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T04:26:55.828Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:55.828Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is matching search criteria
2022-11-22T04:26:55.828Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_qxmVcg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T04:26:55.829Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:55.829Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is not matching search criteria
2022-11-22T04:26:55.829Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-22T04:26:55.829Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-22T04:26:55.830Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3a318c85-39a7-475d-bfc5-f905225fdfb6
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-11-22T04:26:55.842Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:55.842Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is matching search criteria
2022-11-22T04:26:55.843Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_qxmVcg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T04:26:55.843Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:55.843Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_qxmVcg 0 is matching search criteria
2022-11-22T04:26:55.844Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_qxmVcg 0] matching following query criteria: sdcType=VF, customizationUUID=3c5843a6-3547-4387-a06a-604236bc6069
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-11-22T04:26:55.846Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:55.846Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:26:55.847Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b05fd758-e082-4e5d-9184-6cb51d0d0e1e: basic_onboard_qxmVcg
2022-11-22T04:26:55.847Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:55.847Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:26:55.848Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:55.848Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:26:55.848Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:55.848Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:26:55.848Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:55.849Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:26:55.849Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:26:55.849Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_qxmVcg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:26:55.849Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_qxmVcg
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-11-22T04:26:56.049Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_qxmVcg 7058ff99-72a5-462d-aee7-5257cef08865 1 ASDC deployResourceStructure
2022-11-22T04:26:56.050Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json ASDC sendASDCNotification
2022-11-22T04:26:56.050Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json
2022-11-22T04:26:56.050Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T04:26:56.050Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:26:56.052Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:26:56.053Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091216050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-22T04:26:56.153Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T04:26:56.154Z||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-11-22T04:26:56.154Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:26:56.165Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:26:56.166Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-22T04:26:57.054Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-22T04:26:57.055Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml
2022-11-22T04:26:57.055Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T04:26:57.055Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:26:57.057Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:26:57.057Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091217054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-22T04:26:57.157Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:26:57.158Z||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-11-22T04:26:57.158Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:26:57.170Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:26:57.170Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T04:26:58.058Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-22T04:26:58.058Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env
2022-11-22T04:26:58.059Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T04:26:58.059Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:26:58.061Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:26:58.061Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091218058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-22T04:26:58.161Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:26:58.162Z||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-11-22T04:26:58.162Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:26:58.172Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:26:58.172Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-22T04:26:59.062Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar ASDC sendASDCNotification
2022-11-22T04:26:59.063Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar
2022-11-22T04:26:59.063Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T04:26:59.063Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:26:59.066Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:26:59.066Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091219062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T04:26:59.165Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T04:26:59.166Z||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-11-22T04:26:59.166Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:26:59.178Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:26:59.179Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-22T04:27:00.067Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff
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-11-22T04:27:00.088Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff
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-11-22T04:27:00.091Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T04:27:00.092Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T04:27:00.093Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T04:27:30.093Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff
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-11-22T04:27:30.104Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff
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-11-22T04:27:30.108Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T04:27:30.108Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T04:27:30.108Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T04:27:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:27:39.844Z||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-11-22T04:27:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:27:39.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:27:39.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:27:39.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "aai-ml",
"timestamp": 1669091200175,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T04:27:39.886Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:28:00.108Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff
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-11-22T04:28:00.123Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff
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-11-22T04:28:00.128Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T04:28:00.128Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T04:28:00.129Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T04:28:30.130Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff
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-11-22T04:28:30.148Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff
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-11-22T04:28:30.155Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T04:28:30.155Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T04:28:30.155Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T04:28:39.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:28:39.844Z||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-11-22T04:28:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:28:40.368Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:28:40.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T04:28:40.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091199839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:28:40.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-22T04:28:40.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T04:28:40.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "aai-ml",
"timestamp": 1669091201182,
"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-11-22T04:28:40.380Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39469d8c-f90f-40c6-a7ac-92a770f67bff
2022-11-22T04:28:40.381Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39469d8c-f90f-40c6-a7ac-92a770f67bff 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-11-22T04:28:40.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T04:28:40.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091199839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json",
"status": "NOTIFIED"
}
2022-11-22T04:28:40.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-22T04:28:40.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T04:28:40.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091199839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-22T04:28:40.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-22T04:28:40.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T04:28:40.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091199839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:28:40.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-22T04:28:40.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T04:28:40.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091199839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-22T04:28:40.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-22T04:28:40.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T04:28:40.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091199839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:28:40.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-22T04:28:40.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T04:28:40.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091199839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T04:28:40.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-11-22T04:28:40.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T04:28:40.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091208379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:28:40.395Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:28:40.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T04:28:40.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091210709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T04:28:40.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:28:40.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T04:28:40.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091211726,
"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-11-22T04:28:40.401Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39469d8c-f90f-40c6-a7ac-92a770f67bff
2022-11-22T04:28:40.401Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39469d8c-f90f-40c6-a7ac-92a770f67bff 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-11-22T04:28:40.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T04:28:40.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091212439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:28:40.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:28:40.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T04:28:40.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091213547,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:28:40.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:28:40.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T04:28:40.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091214761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:28:40.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:28:40.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T04:28:40.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091216050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/basic_onboard_qxmvcg0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-22T04:28:40.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:28:40.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T04:28:40.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091217054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-22T04:28:40.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:28:40.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T04:28:40.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091218058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/resourceInstances/basic_onboard_qxmvcg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-22T04:28:40.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:28:40.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T04:28:40.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091219062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQxmvcg/1.0/artifacts/service-BasicOnboardQxmvcg-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T04:28:40.411Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:29:00.156Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff
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-11-22T04:29:00.167Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff
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-11-22T04:29:00.169Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T04:29:00.170Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-22T04:29:00.170Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-22T04:29:00.170Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-22T04:29:00.170Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T04:29:00.170Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T04:29:00.170Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T04:29:00.170Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T04:29:00.170Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T04:29:00.170Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||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-11-22T04:29:00.176Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-22T04:29:30.176Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff 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-11-22T04:29:30.184Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39469d8c-f90f-40c6-a7ac-92a770f67bff and serviceModelVersionId: b05fd758-e082-4e5d-9184-6cb51d0d0e1e
2022-11-22T04:29:30.184Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe
2022-11-22T04:29:39.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:29:39.844Z||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-11-22T04:29:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:29:44.800Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe/model-vers/model-ver/b05fd758-e082-4e5d-9184-6cb51d0d0e1e?depth=0
2022-11-22T04:29:44.908Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-22T04:29:45.390Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe/model-vers/model-ver/b05fd758-e082-4e5d-9184-6cb51d0d0e1e?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-11-22T04:29:45.395Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe/model-vers/model-ver/b05fd758-e082-4e5d-9184-6cb51d0d0e1e?depth=0|INFO|500||Invoke
2022-11-22T04:29:45.525Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe/model-vers/model-ver/b05fd758-e082-4e5d-9184-6cb51d0d0e1e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-22T04:29:45.849Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe/model-vers/model-ver/b05fd758-e082-4e5d-9184-6cb51d0d0e1e?depth=0|INFO|500||InvokeReturn
2022-11-22T04:29:45.850Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5c61c5e-6090-49d2-900d-8dbd0fdc1ebe/model-vers/model-ver/b05fd758-e082-4e5d-9184-6cb51d0d0e1e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221122-04:29:46:355-83063], vertex-id=[205040], Content-Length=[0], Date=[Tue, 22 Nov 2022 04:29:46 GMT], Content-Type=[application/json]}
2022-11-22T04:29:45.850Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-11-22T04:29:45.854Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-22T04:29:45.854Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||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-11-22T04:29:45.862Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-22T04:29:45.862Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39469d8c-f90f-40c6-a7ac-92a770f67bff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-22T04:29:45.863Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-22T04:29:45.864Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:29:45.866Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:29:45.866Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091385863,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T04:29:45.966Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:29:45.968Z||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-11-22T04:29:45.968Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:29:45.981Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:29:45.981Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-22T04:29:46.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:29:46.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-22T04:29:46.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "39469d8c-f90f-40c6-a7ac-92a770f67bff",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091385863,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T04:29:46.617Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-11-22T04:29:46.884Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:29:46.884Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|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-11-22T04:29:46.884Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:29:57.208Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:29:57.208Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:29:57.209Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|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-11-22T04:29:57.209Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:30:06.771Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:30:06.772Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:30:06.772Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|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-11-22T04:30:06.773Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:30:16.310Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:30:39.839Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:30:39.840Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|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-11-22T04:30:39.840Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:30:39.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:30:39.844Z||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-11-22T04:30:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:30:49.394Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:30:49.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:31:39.839Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:31:39.842Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|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-11-22T04:31:39.843Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:31:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:31:39.844Z||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-11-22T04:31:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:31:48.402Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:31:48.405Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-22T04:31:48.405Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ca98745d-b20a-45cb-bbe2-eb5ce419defc","serviceName":"vFW 2022-11-22 04-29-42","serviceVersion":"1.0","serviceUUID":"a6e662e1-1864-4959-8b25-79fb633a3ef6","serviceDescription":"catalog service description","serviceInvariantUUID":"93eb2e9b-3394-46ab-82c4-ca7aa8d812be","resources":[{"resourceInstanceName":"vFW cf300768-3283 0","resourceName":"vFW cf300768-3283","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"162c3dc0-e276-4d85-9af4-bbeda3706f8f","resourceInvariantUUID":"a7cbba13-6b60-4f58-83ef-4e2fa0323077","resourceCustomizationUUID":"62ab1f03-05bf-4c1e-b4ff-0975b624d29d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vf-license-model.xml","artifactChecksum":"YzczYWQxNmE0ZWU2ZmVjMDU0M2I0ZjZlODE5MGQ5NmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"21c2b819-0012-4872-957b-0e8aab904b7d","artifactVersion":"1"},{"artifactName":"vfwcf30076832830_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json","artifactChecksum":"YzdhYjJjODA0MjEzMTRkZThkNjI4YjE1MzNkZDQ0NTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc20957a-4705-4728-80d8-65b6fb52ac07","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7ea8d3bc-9e76-4913-a15a-802ceada4574","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vendor-license-model.xml","artifactChecksum":"MjA3MmI3YWZhNzdhZGQ4Nzk5NzU2OGEzY2JiZTc3Njc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"97f339c0-0aa5-4568-80e8-15ffe7e29b9c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d453687-80a7-4a7e-88e2-41cda684a69b","artifactVersion":"2","generatedFromUUID":"7ea8d3bc-9e76-4913-a15a-802ceada4574"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221122042942-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-template.yml","artifactChecksum":"MzZiZDM4MGQ4MzBjMGMzOWZhM2VkZTRmODFmZmM3YjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2cf7b4c-562b-43f7-b617-dd796dd33e67","artifactVersion":"1"},{"artifactName":"service-Vfw20221122042942-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar","artifactChecksum":"Y2RhZjdhODE1Y2Q5OWQ1MWY2ZjkyZDNlOTE4YmIzY2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31a4d8d0-68af-45bc-9a13-19fc6834e566","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-22T04:31:48.410Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T04:31:48.411Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:31:48.418Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:31:48.418Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091499839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:31:48.518Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:31:48.519Z||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-11-22T04:31:48.519Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:31:48.533Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:31:48.534Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-22T04:31:48.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:31:48.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-22T04:31:48.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091499066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:31:48.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-22T04:31:49.418Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T04:31:49.419Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:31:49.421Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:31:49.421Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091499839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json",
"status": "NOTIFIED"
}
2022-11-22T04:31:49.522Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T04:31:49.522Z||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-11-22T04:31:49.523Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:31:49.567Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:31:49.567Z||pool-20-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":2,"count":1}
2022-11-22T04:31:50.422Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T04:31:50.423Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:31:50.425Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:31:50.425Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091499839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-22T04:31:50.525Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:31:50.526Z||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-11-22T04:31:50.526Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:31:50.545Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:31:50.545Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1}
2022-11-22T04:31:51.425Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T04:31:51.426Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:31:51.430Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:31:51.430Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091499839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:31:51.530Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:31:51.531Z||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-11-22T04:31:51.532Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:31:51.546Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:31:51.546Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-22T04:31:52.431Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T04:31:52.431Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:31:52.433Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:31:52.433Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091499839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-22T04:31:52.534Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:31:52.535Z||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-11-22T04:31:52.535Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:31:52.545Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:31:52.546Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T04:31:53.434Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T04:31:53.435Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:31:53.437Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:31:53.437Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091499839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:31:53.537Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:31:53.538Z||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-11-22T04:31:53.539Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:31:53.564Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:31:53.565Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-22T04:31:54.438Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T04:31:54.439Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:31:54.441Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:31:54.441Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091499839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T04:31:54.541Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:31:54.542Z||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-11-22T04:31:54.542Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:31:54.556Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:31:54.556Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-22T04:31:55.443Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"serviceName": "vFW 2022-11-22 04-29-42",
"serviceVersion": "1.0",
"serviceUUID": "a6e662e1-1864-4959-8b25-79fb633a3ef6",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "93eb2e9b-3394-46ab-82c4-ca7aa8d812be",
"resources": [
{
"resourceInstanceName": "vFW cf300768-3283 0",
"resourceCustomizationUUID": "62ab1f03-05bf-4c1e-b4ff-0975b624d29d",
"resourceName": "vFW cf300768-3283",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "162c3dc0-e276-4d85-9af4-bbeda3706f8f",
"resourceInvariantUUID": "a7cbba13-6b60-4f58-83ef-4e2fa0323077",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwcf30076832830_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json",
"artifactChecksum": "YzdhYjJjODA0MjEzMTRkZThkNjI4YjE1MzNkZDQ0NTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cc20957a-4705-4728-80d8-65b6fb52ac07",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7ea8d3bc-9e76-4913-a15a-802ceada4574",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5d453687-80a7-4a7e-88e2-41cda684a69b",
"generatedFromUUID": "7ea8d3bc-9e76-4913-a15a-802ceada4574"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5d453687-80a7-4a7e-88e2-41cda684a69b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221122042942-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar",
"artifactChecksum": "Y2RhZjdhODE1Y2Q5OWQ1MWY2ZjkyZDNlOTE4YmIzY2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "31a4d8d0-68af-45bc-9a13-19fc6834e566"
}
],
"workloadContext": "Production"
}
2022-11-22T04:31:55.444Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-22T04:31:55.444Z|39469d8c-f90f-40c6-a7ac-92a770f67bff|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a6e662e1-1864-4959-8b25-79fb633a3ef6 ASDC
2022-11-22T04:31:55.445Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ca98745d-b20a-45cb-bbe2-eb5ce419defc
ServiceName:vFW 2022-11-22 04-29-42
ServiceVersion:1.0
ServiceUUID:a6e662e1-1864-4959-8b25-79fb633a3ef6
ServiceInvariantUUID:93eb2e9b-3394-46ab-82c4-ca7aa8d812be
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221122042942-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar
ArtifactUUID:31a4d8d0-68af-45bc-9a13-19fc6834e566
ArtifactChecksum:Y2RhZjdhODE1Y2Q5OWQ1MWY2ZjkyZDNlOTE4YmIzY2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cf300768-3283 0
ResourceCustomizationUUID:62ab1f03-05bf-4c1e-b4ff-0975b624d29d
ResourceInvariantUUID:a7cbba13-6b60-4f58-83ef-4e2fa0323077
ResourceName:vFW cf300768-3283
ResourceType:VF
ResourceUUID:162c3dc0-e276-4d85-9af4-bbeda3706f8f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcf30076832830_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json
ArtifactUUID:cc20957a-4705-4728-80d8-65b6fb52ac07
ArtifactChecksum:YzdhYjJjODA0MjEzMTRkZThkNjI4YjE1MzNkZDQ0NTU=
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/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml
ArtifactUUID:7ea8d3bc-9e76-4913-a15a-802ceada4574
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/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env
ArtifactUUID:5d453687-80a7-4a7e-88e2-41cda684a69b
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/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env
ArtifactUUID:5d453687-80a7-4a7e-88e2-41cda684a69b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-22T04:31:55.446Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a6e662e1-1864-4959-8b25-79fb633a3ef6 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-11-22T04:31:55.494Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T04:31:55.496Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-22T04:31:55.496Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-22T04:31:55.497Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 31a4d8d0-68af-45bc-9a13-19fc6834e566 from URL: /sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar
2022-11-22T04:31:55.497Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-22T04:31:55.497Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar
2022-11-22T04:31:55.645Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-22T04:31:55.650Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar 31a4d8d0-68af-45bc-9a13-19fc6834e566 100700
2022-11-22T04:31:55.650Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar ASDC sendASDCNotification
2022-11-22T04:31:55.650Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar
2022-11-22T04:31:55.715Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T04:31:55.715Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:31:55.718Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:31:55.718Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091515650,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:31:55.818Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T04:31:55.819Z||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-11-22T04:31:55.819Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:31:55.830Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:31:55.830Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T04:31:56.719Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T04:31:56.720Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-22T04:31:56.720Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 31a4d8d0-68af-45bc-9a13-19fc6834e566, URL: /sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar to file: /app/ASDC/1/service-Vfw20221122042942-csar.csar
2022-11-22T04:31:56.721Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221122042942-csar.csar
2022-11-22T04:31:56.722Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221122042942-csar.csar
2022-11-22T04:31:56.722Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221122042942-csar.csar
2022-11-22T04:31:56.914Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14122570783770580801/Definitions/service-Vfw20221122042942-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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-11-22T04:31:59.086Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-22T04:31:59.087Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-22T04:31:59.087Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar
2022-11-22T04:31:59.087Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-22T04:31:59.088Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar
2022-11-22T04:31:59.088Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar
2022-11-22T04:31:59.088Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar
2022-11-22T04:31:59.088Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar
2022-11-22T04:31:59.088Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar
2022-11-22T04:31:59.089Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar
2022-11-22T04:31:59.089Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar
2022-11-22T04:31:59.089Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar
2022-11-22T04:31:59.089Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar
2022-11-22T04:31:59.089Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cf300768-3283 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar
2022-11-22T04:31:59.089Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221122042942-csar.csar
2022-11-22T04:31:59.090Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-22T04:31:59.090Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:31:59.090Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:31:59.091Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria
2022-11-22T04:31:59.091Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-22T04:31:59.091Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T04:31:59.092Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:31:59.092Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:31:59.092Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria
2022-11-22T04:31:59.092Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-22T04:31:59.092Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T04:31:59.093Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:31:59.093Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:31:59.093Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:31:59.094Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is not matching search criteria
2022-11-22T04:31:59.094Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T04:31:59.094Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-22T04:31:59.094Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-22T04:31:59.095Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-22T04:31:59.095Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-22T04:31:59.095Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T04:31:59.096Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T04:31:59.098Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-22T04:31:59.098Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-22T04:31:59.098Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-22T04:31:59.098Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-22T04:31:59.098Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-22T04:31:59.098Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-22T04:31:59.099Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-22T04:31:59.099Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T04:31:59.099Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-22T04:31:59.099Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:31:59.099Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-22T04:31:59.099Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:31:59.099Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria
2022-11-22T04:31:59.100Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T04:31:59.100Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:31:59.100Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria
2022-11-22T04:31:59.100Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T04:31:59.100Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:31:59.100Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria
2022-11-22T04:31:59.101Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T04:31:59.101Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:31:59.101Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is not matching search criteria
2022-11-22T04:31:59.101Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T04:31:59.101Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-22T04:31:59.101Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T04:31:59.101Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-22T04:31:59.102Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-22T04:31:59.103Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-22T04:31:59.103Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-22T04:31:59.103Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-22T04:31:59.103Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-22T04:31:59.103Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-22T04:31:59.103Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T04:31:59.103Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dede3334-7217-4a42-b3cb-51fa59046609
2022-11-22T04:31:59.104Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:31:59.104Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is not matching search criteria
2022-11-22T04:31:59.104Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T04:31:59.104Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-22T04:31:59.104Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-22T04:31:59.104Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-22T04:31:59.104Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-22T04:31:59.104Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T04:31:59.105Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T04:31:59.105Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-22T04:31:59.105Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-22T04:31:59.105Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-22T04:31:59.105Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-22T04:31:59.105Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T04:31:59.105Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=059c15f2-23d6-4a9f-bf52-cc1c0fd652a6
2022-11-22T04:31:59.106Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:31:59.106Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is not matching search criteria
2022-11-22T04:31:59.106Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T04:31:59.106Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-22T04:31:59.106Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-22T04:31:59.106Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-22T04:31:59.106Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-22T04:31:59.107Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T04:31:59.107Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T04:31:59.107Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-22T04:31:59.107Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-22T04:31:59.107Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-22T04:31:59.107Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-22T04:31:59.108Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-22T04:31:59.108Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d79be84b-7e24-45c4-b05d-15c58332e2ae
2022-11-22T04:31:59.109Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:31:59.109Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:31:59.109Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:31:59.110Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:31:59.110Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:31:59.110Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:31:59.111Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:31:59.111Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:31:59.111Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-22 04-29-42
Description:catalog service description
Model UUID:a6e662e1-1864-4959-8b25-79fb633a3ef6
Model Version:NULL
Model InvariantUuid:93eb2e9b-3394-46ab-82c4-ca7aa8d812be
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW cf300768-3283
Model UUID:3b411b95-e251-4562-abf9-07216499bd62
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a7cbba13-6b60-4f58-83ef-4e2fa0323077
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:62ab1f03-05bf-4c1e-b4ff-0975b624d29d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:777c13de-c94f-48a9-92c0-9f2b6c74c410
ModelName:VfwCf3007683283..base_vfw..module-0
ModelUuid:6484bbb8-e4e4-43f9-87ed-d3241e7c8202
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:dede3334-7217-4a42-b3cb-51fa59046609
ModelInvariantUuid:72b47ba7-cffe-4660-8dfb-06bf462ec357
ModelName:vFW cf300768-3283-nodes.vfwCvfc
ModelUuid:a3eb5d52-f9c2-4eba-ac3f-1993c9ce7481
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:92fb82c7-4228-4a82-a213-32afb5420e9a
ModelInvariantUuid:263fdcc6-6fc4-4d16-823d-549cddea3646
ModelName:VfwCf3007683283.compute.nodes.heat.vfw
ModelUuid:627146c7-b01e-4186-86d9-d3546549c436
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:059c15f2-23d6-4a9f-bf52-cc1c0fd652a6
ModelInvariantUuid:ad0b6de5-c0cd-4c95-ab10-b751a56494af
ModelName:vFW cf300768-3283-nodes.vsnCvfc
ModelUuid:90117d4f-375e-42b1-a276-395fffe69f75
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ed576806-1a9b-4056-b1f2-9105d53a39ee
ModelInvariantUuid:2afe3001-fad9-46bc-855f-df32d2f9823c
ModelName:VfwCf3007683283.compute.nodes.heat.vsn
ModelUuid:c5d09b8b-9b99-4e0a-891e-f5dce31e3361
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d79be84b-7e24-45c4-b05d-15c58332e2ae
ModelInvariantUuid:5a049572-4bad-40e7-afe8-95b6f21fd21b
ModelName:vFW cf300768-3283-nodes.vpgCvfc
ModelUuid:29903b93-5924-4647-ac50-4f3f5d6c0281
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:807038f1-f1c0-4183-aaf2-fe33145e9034
ModelInvariantUuid:7e58b708-2c06-47b2-a231-2f953c8ede20
ModelName:VfwCf3007683283.compute.nodes.heat.vpg
ModelUuid:7516582c-b4d3-4bbe-a047-b435eec00a02
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-11-22T04:31:59.125Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 162c3dc0-e276-4d85-9af4-bbeda3706f8f
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-11-22T04:31:59.130Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||vFW cf300768-3283 0
2022-11-22T04:31:59.131Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 162c3dc0-e276-4d85-9af4-bbeda3706f8f
2022-11-22T04:31:59.131Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cc20957a-4705-4728-80d8-65b6fb52ac07 from URL: /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json
2022-11-22T04:31:59.131Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-22T04:31:59.132Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json
2022-11-22T04:31:59.271Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-22T04:31:59.272Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json cc20957a-4705-4728-80d8-65b6fb52ac07 785
2022-11-22T04:31:59.272Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json ASDC sendASDCNotification
2022-11-22T04:31:59.272Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json
2022-11-22T04:31:59.273Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T04:31:59.274Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:31:59.276Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:31:59.276Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091519272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:31:59.377Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-22T04:31:59.378Z||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-11-22T04:31:59.379Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:31:59.390Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:31:59.390Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-22T04:32:00.282Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCf3007683283..base_vfw..module-0",
"vfModuleModelInvariantUUID": "777c13de-c94f-48a9-92c0-9f2b6c74c410",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6484bbb8-e4e4-43f9-87ed-d3241e7c8202",
"vfModuleModelCustomizationUUID": "4923b27d-372a-42ad-bbf6-c7da51750901",
"isBase": true,
"artifacts": [
"7ea8d3bc-9e76-4913-a15a-802ceada4574",
"5d453687-80a7-4a7e-88e2-41cda684a69b"
],
"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-11-22T04:32:00.288Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCf3007683283..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6484bbb8-e4e4-43f9-87ed-d3241e7c8202
VfModuleModelInvariantUUID:777c13de-c94f-48a9-92c0-9f2b6c74c410
VfModuleModelDescription:NULL
Artifacts UUID List:{
7ea8d3bc-9e76-4913-a15a-802ceada4574
,
5d453687-80a7-4a7e-88e2-41cda684a69b
}
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-11-22T04:32:00.291Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCf3007683283..base_vfw..module-0",
"vfModuleModelInvariantUUID": "777c13de-c94f-48a9-92c0-9f2b6c74c410",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6484bbb8-e4e4-43f9-87ed-d3241e7c8202",
"vfModuleModelCustomizationUUID": "4923b27d-372a-42ad-bbf6-c7da51750901",
"isBase": true,
"artifacts": [
"7ea8d3bc-9e76-4913-a15a-802ceada4574",
"5d453687-80a7-4a7e-88e2-41cda684a69b"
],
"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-11-22T04:32:00.291Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCf3007683283..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6484bbb8-e4e4-43f9-87ed-d3241e7c8202
VfModuleModelInvariantUUID:777c13de-c94f-48a9-92c0-9f2b6c74c410
VfModuleModelDescription:NULL
Artifacts UUID List:{
7ea8d3bc-9e76-4913-a15a-802ceada4574
,
5d453687-80a7-4a7e-88e2-41cda684a69b
}
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-11-22T04:32:00.291Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7ea8d3bc-9e76-4913-a15a-802ceada4574 from URL: /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml
2022-11-22T04:32:00.291Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-22T04:32:00.291Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml
2022-11-22T04:32:00.419Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-22T04:32:00.420Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml 7ea8d3bc-9e76-4913-a15a-802ceada4574 20368
2022-11-22T04:32:00.420Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-22T04:32:00.420Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml
2022-11-22T04:32:00.420Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T04:32:00.421Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:32:00.423Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:32:00.423Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091520420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:32:00.523Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:32:00.524Z||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-11-22T04:32:00.524Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:32:00.538Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:32:00.538Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-22T04:32:01.424Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5d453687-80a7-4a7e-88e2-41cda684a69b from URL: /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env
2022-11-22T04:32:01.424Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-22T04:32:01.424Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env
2022-11-22T04:32:01.617Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-22T04:32:01.619Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env 5d453687-80a7-4a7e-88e2-41cda684a69b 2098
2022-11-22T04:32:01.619Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-22T04:32:01.619Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env
2022-11-22T04:32:01.621Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T04:32:01.622Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:32:01.623Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:32:01.624Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091521619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:32:01.726Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-22T04:32:01.727Z||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-11-22T04:32:01.727Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:32:01.737Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:32:01.737Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-22T04:32:02.624Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a6e662e1-1864-4959-8b25-79fb633a3ef6
2022-11-22T04:32:02.626Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cf300768-3283 0 162c3dc0-e276-4d85-9af4-bbeda3706f8f 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-11-22T04:32:02.645Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4676a912, org.onap.sdc.toscaparser.api.parameters.Input@4c7621e2, org.onap.sdc.toscaparser.api.parameters.Input@22cd182, org.onap.sdc.toscaparser.api.parameters.Input@2afc6694, org.onap.sdc.toscaparser.api.parameters.Input@593174e0]
2022-11-22T04:32:02.647Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:32:02.648Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:32:02.648Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-11-22T04:32:02.648Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 62ab1f03-05bf-4c1e-b4ff-0975b624d29d
2022-11-22T04:32:02.649Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 62ab1f03-05bf-4c1e-b4ff-0975b624d29d matches Tosca VF Customization UUID: 62ab1f03-05bf-4c1e-b4ff-0975b624d29d
2022-11-22T04:32:02.649Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 62ab1f03-05bf-4c1e-b4ff-0975b624d29d 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-11-22T04:32:02.652Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:32:02.652Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:32:02.653Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 62ab1f03-05bf-4c1e-b4ff-0975b624d29d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-22T04:32:02.653Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@970549c
2022-11-22T04:32:02.654Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:32:02.654Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-22T04:32:02.654Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4923b27d-372a-42ad-bbf6-c7da51750901
2022-11-22T04:32:02.655Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4923b27d-372a-42ad-bbf6-c7da51750901
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-11-22T04:32:02.657Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:32:02.658Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria
2022-11-22T04:32:02.658Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T04:32:02.658Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:32:02.659Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria
2022-11-22T04:32:02.659Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T04:32:02.659Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:32:02.660Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is not matching search criteria
2022-11-22T04:32:02.660Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T04:32:02.660Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-22T04:32:02.661Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T04:32:02.661Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-22T04:32:02.661Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-22T04:32:02.662Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-22T04:32:02.662Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-22T04:32:02.662Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-22T04:32:02.663Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-22T04:32:02.663Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-22T04:32:02.663Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T04:32:02.663Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dede3334-7217-4a42-b3cb-51fa59046609
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-11-22T04:32:02.666Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:32:02.666Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria
2022-11-22T04:32:02.667Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T04:32:02.667Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:32:02.667Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is not matching search criteria
2022-11-22T04:32:02.668Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T04:32:02.668Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-22T04:32:02.668Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-22T04:32:02.668Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-22T04:32:02.669Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-22T04:32:02.669Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T04:32:02.669Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T04:32:02.670Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-22T04:32:02.670Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-22T04:32:02.670Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-22T04:32:02.671Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-22T04:32:02.671Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T04:32:02.671Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=059c15f2-23d6-4a9f-bf52-cc1c0fd652a6
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-11-22T04:32:02.673Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:32:02.674Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria
2022-11-22T04:32:02.674Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T04:32:02.678Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:32:02.678Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is not matching search criteria
2022-11-22T04:32:02.678Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-22T04:32:02.679Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-22T04:32:02.679Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-22T04:32:02.679Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-22T04:32:02.679Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-22T04:32:02.680Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-22T04:32:02.680Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-22T04:32:02.680Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-22T04:32:02.681Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-22T04:32:02.681Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-22T04:32:02.681Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-22T04:32:02.682Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-22T04:32:02.682Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d79be84b-7e24-45c4-b05d-15c58332e2ae
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-11-22T04:32:02.685Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:32:02.685Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria
2022-11-22T04:32:02.685Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-22T04:32:02.686Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:32:02.686Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Node template vFW cf300768-3283 0 is matching search criteria
2022-11-22T04:32:02.686Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW cf300768-3283 0] matching following query criteria: sdcType=VF, customizationUUID=62ab1f03-05bf-4c1e-b4ff-0975b624d29d
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-11-22T04:32:02.688Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:32:02.689Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:32:02.689Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a6e662e1-1864-4959-8b25-79fb633a3ef6: vFW cf300768-3283
2022-11-22T04:32:02.689Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:32:02.690Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:32:02.690Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:32:02.690Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:32:02.691Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:32:02.691Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:32:02.691Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:32:02.692Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:32:02.692Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:32:02.692Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-22 04-29-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:32:02.693Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-11-22 04-29-42
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-11-22T04:32:02.867Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cf300768-3283 162c3dc0-e276-4d85-9af4-bbeda3706f8f 1 ASDC deployResourceStructure
2022-11-22T04:32:02.867Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json ASDC sendASDCNotification
2022-11-22T04:32:02.868Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json
2022-11-22T04:32:02.868Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T04:32:02.868Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:32:02.870Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:32:02.871Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091522867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json",
"status": "DEPLOY_OK"
}
2022-11-22T04:32:02.971Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T04:32:02.972Z||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-11-22T04:32:02.972Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:32:02.982Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:32:02.982Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-22T04:32:03.871Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-22T04:32:03.872Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml
2022-11-22T04:32:03.872Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T04:32:03.872Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:32:03.874Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:32:03.875Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091523871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-22T04:32:03.975Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:32:03.975Z||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-11-22T04:32:03.976Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:32:03.985Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:32:03.986Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-22T04:32:04.875Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-22T04:32:04.876Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env
2022-11-22T04:32:04.876Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T04:32:04.877Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:32:04.879Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:32:04.879Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091524875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-22T04:32:04.979Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:32:04.981Z||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-11-22T04:32:04.981Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:32:05.018Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:32:05.019Z||pool-32-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-11-22T04:32:05.880Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar ASDC sendASDCNotification
2022-11-22T04:32:05.881Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar
2022-11-22T04:32:05.881Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-22T04:32:05.881Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:32:05.883Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:32:05.884Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091525880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T04:32:05.984Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-22T04:32:05.984Z||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-11-22T04:32:05.985Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:32:06.003Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:32:06.004Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-22T04:32:06.885Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc
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-11-22T04:32:06.896Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc
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-11-22T04:32:06.899Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T04:32:06.899Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T04:32:06.900Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T04:32:36.900Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc
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-11-22T04:32:36.914Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc
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-11-22T04:32:36.916Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T04:32:36.916Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T04:32:36.916Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T04:32:39.844Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:32:39.844Z||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-11-22T04:32:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:32:39.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:32:39.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-22T04:32:39.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091499839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:32:39.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-11-22T04:33:06.916Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc
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-11-22T04:33:06.931Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc
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-11-22T04:33:06.934Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T04:33:06.934Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T04:33:06.934Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T04:33:36.935Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc
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-11-22T04:33:36.944Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc
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-11-22T04:33:36.946Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T04:33:36.946Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T04:33:36.946Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T04:33:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:33:39.844Z||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-11-22T04:33:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:33:39.870Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:33:39.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:33:39.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "aai-ml",
"timestamp": 1669091507377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:33:39.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:33:39.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:33:39.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "cds",
"timestamp": 1669091499127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:33:39.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:06.947Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc
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-11-22T04:34:06.960Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc
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-11-22T04:34:06.962Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T04:34:06.962Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T04:34:06.963Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T04:34:36.963Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc
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-11-22T04:34:36.972Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc
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-11-22T04:34:36.979Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T04:34:36.979Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-22T04:34:36.979Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-22T04:34:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:34:39.844Z||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-11-22T04:34:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:34:40.387Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:34:40.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "aai-ml",
"timestamp": 1669091507377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091499066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json",
"status": "NOTIFIED"
}
2022-11-22T04:34:40.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091499839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json",
"status": "NOTIFIED"
}
2022-11-22T04:34:40.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "cds",
"timestamp": 1669091499127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091499066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-22T04:34:40.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091499839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-22T04:34:40.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "aai-ml",
"timestamp": 1669091507377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "cds",
"timestamp": 1669091499127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091499839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "aai-ml",
"timestamp": 1669091507377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091499066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "cds",
"timestamp": 1669091499127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091499066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-22T04:34:40.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "aai-ml",
"timestamp": 1669091507377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091499839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-22T04:34:40.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "cds",
"timestamp": 1669091499127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091499066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "aai-ml",
"timestamp": 1669091507377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091499839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "cds",
"timestamp": 1669091499127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091499066,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T04:34:40.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "aai-ml",
"timestamp": 1669091507377,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T04:34:40.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091499839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T04:34:40.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "cds",
"timestamp": 1669091499127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T04:34:40.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091515577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:34:40.401Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:34:40.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "aai-ml",
"timestamp": 1669091515950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:34:40.401Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:34:40.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "cds",
"timestamp": 1669091515950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:34:40.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:34:40.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091515650,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:34:40.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:34:40.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091516671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:34:40.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:34:40.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "cds",
"timestamp": 1669091516958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-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-11-22T04:34:40.411Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ca98745d-b20a-45cb-bbe2-eb5ce419defc
2022-11-22T04:34:40.411Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca98745d-b20a-45cb-bbe2-eb5ce419defc 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-11-22T04:34:40.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "ves-openapi-manager",
"timestamp": 1669091517480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091517865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:34:40.422Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:34:40.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091517572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "ves-openapi-manager",
"timestamp": 1669091517480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091518946,
"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-11-22T04:34:40.428Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ca98745d-b20a-45cb-bbe2-eb5ce419defc
2022-11-22T04:34:40.428Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca98745d-b20a-45cb-bbe2-eb5ce419defc 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-11-22T04:34:40.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091519272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:34:40.437Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:34:40.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091517572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "ves-openapi-manager",
"timestamp": 1669091517480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091519950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json",
"status": "DEPLOY_OK"
}
2022-11-22T04:34:40.438Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:34:40.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091520420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:34:40.439Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:34:40.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091517572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "ves-openapi-manager",
"timestamp": 1669091517480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091517572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091521619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:34:40.440Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:34:40.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "ves-openapi-manager",
"timestamp": 1669091517480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091517572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091522867,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/vfwcf30076832830_modules.json",
"status": "DEPLOY_OK"
}
2022-11-22T04:34:40.441Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:34:40.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "ves-openapi-manager",
"timestamp": 1669091517480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091517572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091523871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-22T04:34:40.442Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:34:40.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "ves-openapi-manager",
"timestamp": 1669091517480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:34:40.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091517572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T04:34:40.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-22T04:34:40.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091524875,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/resourceInstances/vfwcf30076832830/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-22T04:34:40.443Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:34:40.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091525880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T04:34:40.443Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:34:40.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091525974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:34:40.444Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:34:40.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "aai-ml",
"timestamp": 1669091527150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T04:34:40.444Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:34:40.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "aai-ml",
"timestamp": 1669091528155,
"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-11-22T04:34:40.451Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ca98745d-b20a-45cb-bbe2-eb5ce419defc
2022-11-22T04:34:40.451Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca98745d-b20a-45cb-bbe2-eb5ce419defc 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-11-22T04:34:40.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091535576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221122042942/1.0/artifacts/service-Vfw20221122042942-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T04:34:40.460Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:34:40.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:34:40.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091536598,
"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-11-22T04:34:40.469Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ca98745d-b20a-45cb-bbe2-eb5ce419defc
2022-11-22T04:34:40.469Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ca98745d-b20a-45cb-bbe2-eb5ce419defc 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-11-22T04:35:06.979Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc
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-11-22T04:35:06.991Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc
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-11-22T04:35:06.994Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-22T04:35:06.994Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-22T04:35:06.994Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-22T04:35:06.994Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-22T04:35:06.994Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T04:35:06.995Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T04:35:06.995Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T04:35:06.995Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T04:35:06.995Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-22T04:35:06.995Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||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-11-22T04:35:07.000Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-22T04:35:37.001Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc 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-11-22T04:35:37.007Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ca98745d-b20a-45cb-bbe2-eb5ce419defc and serviceModelVersionId: a6e662e1-1864-4959-8b25-79fb633a3ef6
2022-11-22T04:35:37.007Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 93eb2e9b-3394-46ab-82c4-ca7aa8d812be
2022-11-22T04:35:37.010Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/93eb2e9b-3394-46ab-82c4-ca7aa8d812be/model-vers/model-ver/a6e662e1-1864-4959-8b25-79fb633a3ef6?depth=0
2022-11-22T04:35:37.016Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-22T04:35:37.082Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93eb2e9b-3394-46ab-82c4-ca7aa8d812be/model-vers/model-ver/a6e662e1-1864-4959-8b25-79fb633a3ef6?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-11-22T04:35:37.084Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93eb2e9b-3394-46ab-82c4-ca7aa8d812be/model-vers/model-ver/a6e662e1-1864-4959-8b25-79fb633a3ef6?depth=0|INFO|500||Invoke
2022-11-22T04:35:37.112Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93eb2e9b-3394-46ab-82c4-ca7aa8d812be/model-vers/model-ver/a6e662e1-1864-4959-8b25-79fb633a3ef6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-22T04:35:37.286Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93eb2e9b-3394-46ab-82c4-ca7aa8d812be/model-vers/model-ver/a6e662e1-1864-4959-8b25-79fb633a3ef6?depth=0|INFO|500||InvokeReturn
2022-11-22T04:35:37.287Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93eb2e9b-3394-46ab-82c4-ca7aa8d812be/model-vers/model-ver/a6e662e1-1864-4959-8b25-79fb633a3ef6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221122-04:35:37:953-46510], vertex-id=[217264], Content-Length=[0], Date=[Tue, 22 Nov 2022 04:35:37 GMT], Content-Type=[application/json]}
2022-11-22T04:35:37.287Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-11-22T04:35:37.288Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-22T04:35:37.288Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||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-11-22T04:35:37.292Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-22T04:35:37.292Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ca98745d-b20a-45cb-bbe2-eb5ce419defc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-22T04:35:37.292Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-22T04:35:37.293Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:35:37.294Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:35:37.295Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091737292,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T04:35:37.395Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:35:37.395Z||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-11-22T04:35:37.396Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:35:37.413Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:35:37.414Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 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-11-22T04:35:38.309Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:35:38.310Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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-11-22T04:35:38.310Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:35:39.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:35:39.844Z||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-11-22T04:35:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:35:40.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:35:40.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-22T04:35:40.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ca98745d-b20a-45cb-bbe2-eb5ce419defc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669091737292,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-22T04:35:40.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:35:48.644Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:35:48.645Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:35:48.646Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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-11-22T04:35:48.646Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:35:58.188Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:35:58.189Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:35:58.190Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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-11-22T04:35:58.190Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:36:07.740Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:36:07.740Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:36:07.741Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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-11-22T04:36:07.741Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:36:17.468Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:36:39.839Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:36:39.840Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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-11-22T04:36:39.840Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:36:39.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:36:39.844Z||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-11-22T04:36:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:36:49.375Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:36:49.459Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:37:39.839Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:37:39.840Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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-11-22T04:37:39.840Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:37:39.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:37:39.844Z||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-11-22T04:37:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:37:49.387Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:37:49.389Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:38:39.839Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:38:39.840Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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-11-22T04:38:39.840Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:38:39.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:38:39.844Z||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-11-22T04:38:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:38:49.437Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:38:49.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:39:39.839Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:39:39.842Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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-11-22T04:39:39.843Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:39:39.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:39:39.844Z||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-11-22T04:39:39.845Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:39:49.421Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:39:49.421Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:40:39.839Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:40:39.841Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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-11-22T04:40:39.841Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:40:39.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-22T04:40:39.844Z||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-11-22T04:40:39.844Z||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 L8BvCb53BTrhF5u4) ...
2022-11-22T04:40:40.493Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:40:40.493Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-22T04:40:40.494Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2135e899-e3bb-4373-93ec-d2a0be6b3e80","serviceDescription":"service","serviceInvariantUUID":"4d1359c9-c216-4e16-be6b-da6dde820e7b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"caa32ea9-9141-41ef-9e1f-ff6ec8803baa","resourceInvariantUUID":"c6ebd282-8120-4498-9ff1-34f1a071af44","resourceCustomizationUUID":"377fd4f7-c290-45ea-ae0b-c4f76cef3eb1","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"YjJiOTc4NTcxM2NjOGIyNmEzMDJjYzhkNjcxNTJjMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b0be32dc-b76f-400c-ae22-15910b032812","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTQ1Zjc1NjYwZWE5ZjM1YTMzNTE5MWIzYjk4YzU2OGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cb2f4e59-ded3-49f2-bf10-3a8994e91361","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-22T04:40:40.501Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T04:40:40.502Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:40:40.508Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:40:40.508Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669092039839,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:40:40.538Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:40:40.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T04:40:40.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091999066,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:40:40.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T04:40:40.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T04:40:40.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "cds",
"timestamp": 1669091994126,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:40:40.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T04:40:40.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T04:40:40.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "ves-openapi-manager",
"timestamp": 1669091997480,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:40:40.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T04:40:40.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T04:40:40.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091997572,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:40:40.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T04:40:40.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T04:40:40.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669091999066,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T04:40:40.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T04:40:40.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T04:40:40.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "cds",
"timestamp": 1669091994126,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T04:40:40.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T04:40:40.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T04:40:40.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "ves-openapi-manager",
"timestamp": 1669091997480,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:40:40.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T04:40:40.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T04:40:40.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669091997572,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T04:40:40.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T04:40:40.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T04:40:40.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "cds",
"timestamp": 1669092007153,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:40:40.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:40:40.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T04:40:40.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669092007077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:40:40.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:40:40.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T04:40:40.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "cds",
"timestamp": 1669092008169,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-11-22T04:40:40.573Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74
2022-11-22T04:40:40.573Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74 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-11-22T04:40:40.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T04:40:40.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669092011147,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T04:40:40.583Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:40:40.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T04:40:40.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669092012192,
"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-11-22T04:40:40.589Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74
2022-11-22T04:40:40.589Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74 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-11-22T04:40:40.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T04:40:40.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "aai-ml",
"timestamp": 1669092017377,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-22T04:40:40.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T04:40:40.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T04:40:40.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "aai-ml",
"timestamp": 1669092017377,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T04:40:40.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-22T04:40:40.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T04:40:40.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "aai-ml",
"timestamp": 1669092020662,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:40:40.599Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:40:40.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T04:40:40.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "aai-ml",
"timestamp": 1669092024914,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-22T04:40:40.599Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-22T04:40:40.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-22T04:40:40.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "aai-ml",
"timestamp": 1669092025919,
"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-11-22T04:40:40.604Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74
2022-11-22T04:40:40.604Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74 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-11-22T04:40:40.610Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-22T04:40:40.611Z||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-11-22T04:40:40.611Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:40:40.622Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:40:40.623Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-22T04:40:41.509Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-22T04:40:41.511Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:40:41.518Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:40:41.518Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669092039839,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-22T04:40:41.616Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-22T04:40:41.617Z||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-11-22T04:40:41.617Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:40:41.666Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:40:41.666Z||pool-36-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-11-22T04:40:42.521Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "2135e899-e3bb-4373-93ec-d2a0be6b3e80",
"serviceDescription": "service",
"serviceInvariantUUID": "4d1359c9-c216-4e16-be6b-da6dde820e7b",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "377fd4f7-c290-45ea-ae0b-c4f76cef3eb1",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "caa32ea9-9141-41ef-9e1f-ff6ec8803baa",
"resourceInvariantUUID": "c6ebd282-8120-4498-9ff1-34f1a071af44",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "ZTQ1Zjc1NjYwZWE5ZjM1YTMzNTE5MWIzYjk4YzU2OGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cb2f4e59-ded3-49f2-bf10-3a8994e91361"
}
],
"workloadContext": "Production"
}
2022-11-22T04:40:42.521Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-22T04:40:42.521Z|ca98745d-b20a-45cb-bbe2-eb5ce419defc|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2135e899-e3bb-4373-93ec-d2a0be6b3e80 ASDC
2022-11-22T04:40:42.522Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2135e899-e3bb-4373-93ec-d2a0be6b3e80
ServiceInvariantUUID:4d1359c9-c216-4e16-be6b-da6dde820e7b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:cb2f4e59-ded3-49f2-bf10-3a8994e91361
ArtifactChecksum:ZTQ1Zjc1NjYwZWE5ZjM1YTMzNTE5MWIzYjk4YzU2OGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:377fd4f7-c290-45ea-ae0b-c4f76cef3eb1
ResourceInvariantUUID:c6ebd282-8120-4498-9ff1-34f1a071af44
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:caa32ea9-9141-41ef-9e1f-ff6ec8803baa
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-22T04:40:42.522Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2135e899-e3bb-4373-93ec-d2a0be6b3e80 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-11-22T04:40:42.553Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T04:40:42.555Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-22T04:40:42.555Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-22T04:40:42.555Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cb2f4e59-ded3-49f2-bf10-3a8994e91361 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-22T04:40:42.556Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-22T04:40:42.556Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-22T04:40:42.869Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-22T04:40:42.887Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar cb2f4e59-ded3-49f2-bf10-3a8994e91361 57661
2022-11-22T04:40:42.888Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-22T04:40:42.888Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-22T04:40:42.888Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-22T04:40:42.888Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-22T04:40:42.892Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-22T04:40:42.892Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669092042888,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-22T04:40:42.992Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-22T04:40:42.993Z||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-11-22T04:40:42.993Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as L8BvCb53BTrhF5u4) ...
2022-11-22T04:40:43.008Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-22T04:40:43.008Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-22T04:40:43.893Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-22T04:40:43.894Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-22T04:40:43.895Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: cb2f4e59-ded3-49f2-bf10-3a8994e91361, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T04:40:43.896Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-22T04:40:43.897Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T04:40:43.897Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T04:40:44.070Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1041429262303934491/Definitions/service-BasicNetwork-template.yml
2022-11-22T04:40:44.660Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-22T04:40:44.660Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-22T04:40:44.660Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T04:40:44.660Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-22T04:40:44.661Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T04:40:44.661Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T04:40:44.661Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T04:40:44.661Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T04:40:44.661Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T04:40:44.661Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T04:40:44.661Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T04:40:44.661Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-22T04:40:44.661Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-22T04:40:44.662Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:40:44.662Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:40:44.662Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-22T04:40:44.662Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-22T04:40:44.663Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T04:40:44.663Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:40:44.663Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:40:44.663Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-22T04:40:44.663Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-22T04:40:44.663Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-22T04:40:44.664Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:40:44.664Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:40:44.664Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:40:44.664Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:40:44.664Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:40:44.665Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:40:44.665Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:40:44.665Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:40:44.665Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:40:44.665Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:40:44.665Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:2135e899-e3bb-4373-93ec-d2a0be6b3e80
Model Version:NULL
Model InvariantUuid:4d1359c9-c216-4e16-be6b-da6dde820e7b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c6ebd282-8120-4498-9ff1-34f1a071af44
Model UUID:46154b53-37be-4e5b-bd03-a88440f467ba
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:377fd4f7-c290-45ea-ae0b-c4f76cef3eb1
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-22T04:40:44.672Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: caa32ea9-9141-41ef-9e1f-ff6ec8803baa
2022-11-22T04:40:44.672Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||No resources found for Service: 2135e899-e3bb-4373-93ec-d2a0be6b3e80
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-11-22T04:40:44.677Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||
2022-11-22T04:40:44.677Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-22T04:40:44.678Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 2135e899-e3bb-4373-93ec-d2a0be6b3e80
2022-11-22T04:40:44.678Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2135e899-e3bb-4373-93ec-d2a0be6b3e80
2022-11-22T04:40:44.678Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-22T04:40:44.679Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-22T04:40:44.683Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40c6644b, org.onap.sdc.toscaparser.api.parameters.Input@786b055, org.onap.sdc.toscaparser.api.parameters.Input@71586245, org.onap.sdc.toscaparser.api.parameters.Input@63ce2c72, org.onap.sdc.toscaparser.api.parameters.Input@1059f87c]
2022-11-22T04:40:44.684Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-22T04:40:44.684Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-22T04:40:44.685Z|aeb5f4f7-e7f7-4740-8d3b-032c2fd99a74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive