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-07-04T03:38:12.265Z||main|||||INFO|500||The following profiles are active: basic
2022-07-04T03:38:24.343Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-04T03:38:24.345Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-04T03:38:24.465Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-04T03:38:28.503Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-04T03:38:28.883Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-04T03:38:29.311Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-04T03:38:29.318Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-04T03:38:29.423Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-04T03:38:29.647Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-04T03:38:30.492Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-04T03:38:32.451Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-04T03:38:34.797Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-04T03:38:34.866Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-04T03:38:35.534Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-04T03:38:35.753Z||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-07-04T03:38:36.934Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-04T03:38:37.998Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-07-04T03:38:38.017Z||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$$7b5c92.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-07-04T03:38:38.018Z||main|||||WARN|500||The sdc end point is not alive
2022-07-04T03:38:41.127Z||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-07-04T03:38:44.431Z||main|||||WARN|500||---
2022-07-04T03:38:44.432Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-04T03:38:44.433Z||main|||||WARN|500||---
2022-07-04T03:38:44.897Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-04T03:38:49.895Z||main|||||INFO|500||Started Application in 40.957 seconds (JVM running for 43.461)
2022-07-04T03:38:49.908Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-04T03:38:49.909Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-04T03:38:49.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-04T03:38:49.946Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-04T03:38:49.991Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 77a93785-2f37-493c-b0f1-332064deb230 url= /sdc/v1/artifactTypes
2022-07-04T03:38:49.991Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-04T03:38:51.090Z||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.60.182] 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$$d59dc6ad.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-07-04T03:38:51.097Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79e5e670
2022-07-04T03:38:51.098Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-04T03:38:51.117Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-04T03:38:51.119Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-04T03:38:51.122Z||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$$d59dc6ad.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-07-04T03:39:39.888Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-04T03:39:39.888Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-04T03:39:39.889Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-04T03:39:39.892Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-04T03:39:39.899Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8a0bc6fb-554a-4a26-83ca-9b6e1f27d64b url= /sdc/v1/artifactTypes
2022-07-04T03:39:39.899Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-04T03:39:40.946Z||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.60.182] 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$$d59dc6ad.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-07-04T03:39:40.947Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@605e6005
2022-07-04T03:39:40.947Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-04T03:39:40.947Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-04T03:39:40.948Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-04T03:39:40.948Z||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$$d59dc6ad.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-07-04T03:40:29.888Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-04T03:40:29.889Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-04T03:40:29.889Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-04T03:40:29.893Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-04T03:40:29.898Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4f58e416-d161-4085-bc1b-f3e41d0861ae url= /sdc/v1/artifactTypes
2022-07-04T03:40:29.898Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-04T03:40:30.936Z||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.60.182] 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$$d59dc6ad.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-07-04T03:40:30.937Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a4f99
2022-07-04T03:40:30.937Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-04T03:40:30.938Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-04T03:40:30.938Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-04T03:40:30.939Z||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$$d59dc6ad.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-07-04T03:41:19.888Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-04T03:41:19.889Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-04T03:41:19.890Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-04T03:41:19.893Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-04T03:41:19.900Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9017ab86-fd2c-4ade-b078-b147fc6a84cd url= /sdc/v1/artifactTypes
2022-07-04T03:41:19.900Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-04T03:43:30.159Z||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.60.182] 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$$d59dc6ad.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-07-04T03:43:30.160Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23050065
2022-07-04T03:43:30.161Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-04T03:43:30.161Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-04T03:43:30.161Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-04T03:43:30.163Z||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$$d59dc6ad.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-07-04T03:43:30.167Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-04T03:43:30.169Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-04T03:43:30.169Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-04T03:43:30.173Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-04T03:43:30.179Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b28e638d-55d4-4c68-898e-42ff6d3cfd21 url= /sdc/v1/artifactTypes
2022-07-04T03:43:30.179Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-04T03:43:30.378Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-04T03:43:30.386Z||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-07-04T03:43:30.407Z||scheduling-1|||||DEBUG|500||create keys
2022-07-04T03:43:30.415Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-04T03:43:30.505Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:43:30.520Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ed80f71e-62f7-49c2-9ae8-955f18c0b342 url= /sdc/v1/registerForDistribution
2022-07-04T03:43:30.927Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ed80f71e-62f7-49c2-9ae8-955f18c0b342 url= /sdc/v1/registerForDistribution
2022-07-04T03:43:30.927Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-04T03:43:30.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:43:30.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:43:30.943Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-04T03:43:30.945Z||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-07-04T03:43:30.945Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:43:30.946Z||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-07-04T03:43:30.946Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:43:41.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:43:41.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:44:30.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:44:30.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:44:30.938Z||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-07-04T03:44:30.938Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:44:30.938Z||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-07-04T03:44:30.943Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:44:40.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:44:40.722Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:45:30.933Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:45:30.935Z||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-07-04T03:45:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:45:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:45:30.937Z||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-07-04T03:45:30.938Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:45:40.674Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:45:40.717Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:46:30.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:46:30.935Z||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-07-04T03:46:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:46:30.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:46:30.936Z||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-07-04T03:46:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:46:40.543Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:46:40.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:47:30.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:47:30.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:47:30.934Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rYaAkS3KJnJJldHe) ...
2022-07-04T03:47:30.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:47:30.937Z||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-07-04T03:47:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:47:40.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:47:40.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:48:30.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:48:30.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:48:30.935Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rYaAkS3KJnJJldHe) ...
2022-07-04T03:48:30.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:48:30.936Z||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-07-04T03:48:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:48:40.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:48:40.609Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:48:47.783Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-04T03:49:30.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:49:30.935Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:49:30.935Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rYaAkS3KJnJJldHe) ...
2022-07-04T03:49:30.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:49:30.936Z||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-07-04T03:49:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:49:40.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:49:40.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:50:30.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:50:30.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:50:30.935Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rYaAkS3KJnJJldHe) ...
2022-07-04T03:50:30.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:50:30.936Z||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-07-04T03:50:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:50:40.605Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:50:40.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:51:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:51:30.937Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:51:30.937Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rYaAkS3KJnJJldHe) ...
2022-07-04T03:51:30.938Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:51:30.939Z||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-07-04T03:51:30.939Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:51:40.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:51:40.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:52:30.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:52:30.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:52:30.936Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:52:30.934Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rYaAkS3KJnJJldHe) ...
2022-07-04T03:52:30.937Z||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-07-04T03:52:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:52:40.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:52:40.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:53:30.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:53:30.935Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:53:30.935Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rYaAkS3KJnJJldHe) ...
2022-07-04T03:53:30.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:53:30.936Z||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-07-04T03:53:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:53:40.569Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:53:40.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:54:30.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:54:30.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:54:30.935Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rYaAkS3KJnJJldHe) ...
2022-07-04T03:54:30.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:54:30.936Z||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-07-04T03:54:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:54:40.524Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:54:40.541Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:55:30.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:55:30.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:55:30.934Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rYaAkS3KJnJJldHe) ...
2022-07-04T03:55:30.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:55:30.936Z||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-07-04T03:55:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:55:40.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:55:40.569Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:56:30.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:56:30.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:56:30.934Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rYaAkS3KJnJJldHe) ...
2022-07-04T03:56:30.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:56:30.937Z||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-07-04T03:56:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:56:40.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:56:40.573Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:57:30.933Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:57:30.934Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-04T03:57:30.935Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rYaAkS3KJnJJldHe) ...
2022-07-04T03:57:30.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:57:30.936Z||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-07-04T03:57:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:57:40.545Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:57:40.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:58:30.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:58:30.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:58:30.937Z||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-07-04T03:58:30.937Z||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-07-04T03:58:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:58:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:58:40.574Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:58:40.574Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:59:30.933Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:59:30.934Z||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-07-04T03:59:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:59:30.936Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T03:59:30.937Z||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-07-04T03:59:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T03:59:40.604Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T03:59:40.605Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:00:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:00:30.935Z||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-07-04T04:00:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:00:30.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:00:30.936Z||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-07-04T04:00:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:00:40.571Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:00:40.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:01:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:01:30.934Z||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-07-04T04:01:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:01:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:01:30.936Z||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-07-04T04:01:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:01:40.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:01:40.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:02:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:02:30.934Z||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-07-04T04:02:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:02:30.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:02:30.936Z||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-07-04T04:02:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:02:40.584Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:02:40.685Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:03:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:03:30.934Z||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-07-04T04:03:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:03:30.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:03:30.936Z||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-07-04T04:03:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:03:40.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:03:40.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:04:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:04:30.935Z||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-07-04T04:04:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:04:30.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:04:30.936Z||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-07-04T04:04:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:04:40.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:04:40.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:05:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:05:30.935Z||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-07-04T04:05:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:05:30.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:05:30.936Z||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-07-04T04:05:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:05:40.628Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:05:40.647Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:06:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:06:30.934Z||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-07-04T04:06:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:06:30.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:06:30.936Z||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-07-04T04:06:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:06:40.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:06:40.660Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:07:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:07:30.934Z||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-07-04T04:07:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:07:30.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:07:30.936Z||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-07-04T04:07:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:07:40.544Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:07:40.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:08:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:08:30.934Z||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-07-04T04:08:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:08:30.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:08:30.936Z||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-07-04T04:08:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:08:40.543Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:08:40.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:09:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:09:30.934Z||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-07-04T04:09:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:09:30.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:09:30.936Z||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-07-04T04:09:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:09:40.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:09:40.651Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:10:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:10:30.934Z||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-07-04T04:10:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:10:30.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:10:30.936Z||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-07-04T04:10:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:10:40.542Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:10:40.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:11:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:11:30.935Z||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-07-04T04:11:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:11:30.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:11:30.936Z||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-07-04T04:11:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:11:40.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:11:40.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:12:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:12:30.935Z||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-07-04T04:12:30.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:12:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:12:30.936Z||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-07-04T04:12:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:12:40.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:12:40.710Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:13:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:13:30.934Z||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-07-04T04:13:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:13:30.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:13:30.936Z||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-07-04T04:13:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:13:40.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:13:40.555Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:14:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:14:30.934Z||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-07-04T04:14:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:14:30.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:14:30.936Z||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-07-04T04:14:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:14:40.517Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:14:40.539Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:15:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:15:30.934Z||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-07-04T04:15:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:15:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:15:30.936Z||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-07-04T04:15:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:15:40.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:15:40.565Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:16:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:16:30.934Z||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-07-04T04:16:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:16:30.936Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:16:30.936Z||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-07-04T04:16:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:16:40.527Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:16:40.606Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:17:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:17:30.934Z||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-07-04T04:17:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:17:30.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:17:30.936Z||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-07-04T04:17:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:17:40.532Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:17:40.548Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:18:30.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:18:30.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:18:30.938Z||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-07-04T04:18:30.938Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:18:30.938Z||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-07-04T04:18:30.939Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:18:40.527Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:18:40.572Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:19:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:19:30.934Z||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-07-04T04:19:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:19:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:19:30.936Z||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-07-04T04:19:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:19:40.541Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:19:40.608Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:20:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:20:30.934Z||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-07-04T04:20:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:20:30.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:20:30.936Z||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-07-04T04:20:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:20:40.536Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:20:40.539Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:21:30.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:21:30.935Z||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-07-04T04:21:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:21:30.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:21:30.936Z||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-07-04T04:21:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:21:40.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:21:40.600Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:22:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:22:30.935Z||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-07-04T04:22:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:22:30.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:22:30.936Z||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-07-04T04:22:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:22:40.550Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:22:40.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:23:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:23:30.934Z||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-07-04T04:23:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:23:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:23:30.936Z||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-07-04T04:23:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:23:40.529Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:23:40.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:24:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:24:30.934Z||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-07-04T04:24:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:24:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:24:30.936Z||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-07-04T04:24:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:24:40.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:24:40.647Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:25:30.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:25:30.936Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:25:30.937Z||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-07-04T04:25:30.937Z||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-07-04T04:25:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:25:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:25:40.603Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:25:40.735Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:26:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:26:30.935Z||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-07-04T04:26:30.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:26:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:26:30.936Z||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-07-04T04:26:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:26:40.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:26:40.531Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:27:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:27:30.934Z||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-07-04T04:27:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:27:30.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:27:30.936Z||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-07-04T04:27:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:27:40.540Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:27:40.542Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:28:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:28:30.934Z||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-07-04T04:28:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:28:30.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:28:30.936Z||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-07-04T04:28:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:28:40.552Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:28:40.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:29:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:29:30.934Z||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-07-04T04:29:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:29:30.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:29:30.937Z||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-07-04T04:29:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:29:40.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:29:40.611Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:30:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:30:30.934Z||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-07-04T04:30:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:30:30.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:30:30.936Z||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-07-04T04:30:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:30:40.520Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:30:40.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:31:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:31:30.934Z||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-07-04T04:31:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:31:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:31:30.936Z||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-07-04T04:31:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:31:40.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:31:40.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:32:30.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:32:30.935Z||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-07-04T04:32:30.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:32:30.936Z||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-07-04T04:32:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:32:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:32:40.559Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:32:40.606Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:33:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:33:30.935Z||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-07-04T04:33:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:33:30.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:33:30.936Z||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-07-04T04:33:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:33:40.516Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:33:40.519Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:34:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:34:30.934Z||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-07-04T04:34:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:34:30.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:34:30.936Z||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-07-04T04:34:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:34:40.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:34:40.608Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:35:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:35:30.934Z||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-07-04T04:35:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:35:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:35:30.936Z||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-07-04T04:35:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:35:40.572Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:35:40.651Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:36:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:36:30.934Z||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-07-04T04:36:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:36:30.935Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:36:30.936Z||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-07-04T04:36:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:36:40.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:36:40.587Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:37:30.933Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:37:30.934Z||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-07-04T04:37:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:30.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:37:30.936Z||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-07-04T04:37:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:31.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:37:31.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "cds",
"timestamp": 1656909425185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.655Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:37:31.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"47375808-94b7-4e4c-afb8-4f5cc518a339","serviceName":"vFW 2022-07-04 04-35-22","serviceVersion":"1.0","serviceUUID":"0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258","serviceDescription":"catalog service description","serviceInvariantUUID":"7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6","resources":[{"resourceInstanceName":"vFW f098ea18-e3bb 0","resourceName":"vFW f098ea18-e3bb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6e540e83-d48f-40c3-bac4-0b7fcfca358f","resourceInvariantUUID":"38bda88a-9aa7-4ff0-9dff-3ed463e92064","resourceCustomizationUUID":"b6e2ea4d-9f3f-477c-8bc7-adeccc458c58","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vf-license-model.xml","artifactChecksum":"NTBlNzgyYjM4OGI5MDk4NDE4YjY0MTA1MzI3OWMzNDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f49c89e3-beb2-4101-9b4d-9cbe95c4052f","artifactVersion":"1"},{"artifactName":"vfwf098ea18e3bb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json","artifactChecksum":"MTliNjg1MzZhMzc4NDQzNjZjODg3NzY1MTBmNWYzZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"17e970e3-cec7-4c15-91aa-25d34ce0249a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dfed9785-0960-4052-935d-bad3f192ffd9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vendor-license-model.xml","artifactChecksum":"NTNkODMwYWNlZTBjMWRlMGZjMTIyZTA5YzRjOTY0YzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb3d29d1-98c3-4931-b80e-28158f43b17a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"de6efe6d-25df-485c-b0b1-68d484e1302e","artifactVersion":"2","generatedFromUUID":"dfed9785-0960-4052-935d-bad3f192ffd9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220704043522-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-template.yml","artifactChecksum":"ZThiN2EwY2I0Mzk2Y2U1YzFiYjU5MWM3NWIzOTI0ZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47b2e4d0-f76a-42e0-b383-6b6f97e3439f","artifactVersion":"1"},{"artifactName":"service-Vfw20220704043522-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar","artifactChecksum":"NTJiNGI0YWRiOTk0ZWVkZjAxMzZhMDY4ZTgxNGQyNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6eb75d7d-62e8-40d0-b313-9db0c538ffb4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-04T04:37:31.665Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:37:31.672Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:31.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "aai-ml",
"timestamp": 1656909419939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.684Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:31.684Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909450933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "clamp",
"timestamp": 1656909423199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "policy-id",
"timestamp": 1656909426707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909428834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "cds",
"timestamp": 1656909425185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "aai-ml",
"timestamp": 1656909419939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "policy-id",
"timestamp": 1656909426707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "clamp",
"timestamp": 1656909423199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
"status": "NOTIFIED"
}
2022-07-04T04:37:31.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909428834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
"status": "NOTIFIED"
}
2022-07-04T04:37:31.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "cds",
"timestamp": 1656909425185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "aai-ml",
"timestamp": 1656909419939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.693Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "policy-id",
"timestamp": 1656909426707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-04T04:37:31.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "clamp",
"timestamp": 1656909423199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909428834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-04T04:37:31.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.697Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "cds",
"timestamp": 1656909425185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "aai-ml",
"timestamp": 1656909419939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "policy-id",
"timestamp": 1656909426707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "clamp",
"timestamp": 1656909423199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909428834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "cds",
"timestamp": 1656909425185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "aai-ml",
"timestamp": 1656909419939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "clamp",
"timestamp": 1656909423199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "policy-id",
"timestamp": 1656909426707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909428834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-04T04:37:31.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "cds",
"timestamp": 1656909425185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "aai-ml",
"timestamp": 1656909419939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "policy-id",
"timestamp": 1656909426707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "clamp",
"timestamp": 1656909423199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909428834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:31.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "cds",
"timestamp": 1656909425185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:37:31.715Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "aai-ml",
"timestamp": 1656909419939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:37:31.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "policy-id",
"timestamp": 1656909426707,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:37:31.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "clamp",
"timestamp": 1656909423199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:37:31.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909428834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:37:31.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:31.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "cds",
"timestamp": 1656909436589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:37:31.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:31.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "aai-ml",
"timestamp": 1656909435541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:37:31.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:31.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "policy-id",
"timestamp": 1656909435525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:37:31.722Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:31.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909436961,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:37:31.723Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:31.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:31.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "cds",
"timestamp": 1656909437607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-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-07-04T04:37:31.784Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-04T04:37:31.789Z||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-07-04T04:37:31.789Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:31.836Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:37:31.837Z||pool-3-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:37:31.963Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 47375808-94b7-4e4c-afb8-4f5cc518a339
2022-07-04T04:37:31.984Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47375808-94b7-4e4c-afb8-4f5cc518a339 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-07-04T04:37:32.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "policy-id",
"timestamp": 1656909436537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-04T04:37:32.009Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:32.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "ves-openapi-manager",
"timestamp": 1656909437444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:32.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "policy-id",
"timestamp": 1656909437542,
"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-07-04T04:37:32.025Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47375808-94b7-4e4c-afb8-4f5cc518a339
2022-07-04T04:37:32.026Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47375808-94b7-4e4c-afb8-4f5cc518a339 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-07-04T04:37:32.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909438225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:37:32.043Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:32.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "ves-openapi-manager",
"timestamp": 1656909437444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:32.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909439507,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:37:32.044Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:32.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "ves-openapi-manager",
"timestamp": 1656909437444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:32.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909440588,
"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-07-04T04:37:32.050Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47375808-94b7-4e4c-afb8-4f5cc518a339
2022-07-04T04:37:32.050Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47375808-94b7-4e4c-afb8-4f5cc518a339 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-04T04:37:32.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "ves-openapi-manager",
"timestamp": 1656909437444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:32.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909441594,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-04T04:37:32.061Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:32.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "ves-openapi-manager",
"timestamp": 1656909437444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:32.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656909441388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:32.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "ves-openapi-manager",
"timestamp": 1656909437444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:32.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656909441388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:32.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "ves-openapi-manager",
"timestamp": 1656909437444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:32.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656909441388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:32.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656909441388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:32.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "clamp",
"timestamp": 1656909445275,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:37:32.065Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:32.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656909441388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:32.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656909441388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:32.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:32.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "clamp",
"timestamp": 1656909447284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-04T04:37:32.066Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:32.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656909441388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:37:32.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:37:32.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "clamp",
"timestamp": 1656909448291,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:37:32.072Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 47375808-94b7-4e4c-afb8-4f5cc518a339
2022-07-04T04:37:32.072Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47375808-94b7-4e4c-afb8-4f5cc518a339 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:37:32.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:37:32.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656909449593,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:37:32.082Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:37:32.691Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:37:32.691Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:32.693Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:32.693Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909450933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
"status": "NOTIFIED"
}
2022-07-04T04:37:32.793Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:32.795Z||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-07-04T04:37:32.795Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:32.858Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:37:32.859Z||pool-4-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:37:33.694Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:37:33.695Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:33.696Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:33.697Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909450933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-04T04:37:33.797Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:33.798Z||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-07-04T04:37:33.798Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:33.841Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:37:33.841Z||pool-5-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:37:34.697Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:37:34.698Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:34.701Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:34.701Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909450933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:34.801Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:34.802Z||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-07-04T04:37:34.803Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:34.847Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:37:34.848Z||pool-6-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:37:35.701Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:37:35.702Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:35.704Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:35.704Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909450933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-04T04:37:35.804Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:35.805Z||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-07-04T04:37:35.806Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:35.842Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:37:35.843Z||pool-7-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:37:36.705Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:37:36.706Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:36.708Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:36.708Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909450933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:37:36.809Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:36.810Z||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-07-04T04:37:36.810Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:36.868Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:37:36.868Z||pool-8-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:37:37.709Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:37:37.710Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:37.712Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:37.712Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909450933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:37:37.813Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:37.814Z||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-07-04T04:37:37.814Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:37.848Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:37:37.849Z||pool-9-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:37:38.714Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"serviceName": "vFW 2022-07-04 04-35-22",
"serviceVersion": "1.0",
"serviceUUID": "0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6",
"resources": [
{
"resourceInstanceName": "vFW f098ea18-e3bb 0",
"resourceCustomizationUUID": "b6e2ea4d-9f3f-477c-8bc7-adeccc458c58",
"resourceName": "vFW f098ea18-e3bb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6e540e83-d48f-40c3-bac4-0b7fcfca358f",
"resourceInvariantUUID": "38bda88a-9aa7-4ff0-9dff-3ed463e92064",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf098ea18e3bb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
"artifactChecksum": "MTliNjg1MzZhMzc4NDQzNjZjODg3NzY1MTBmNWYzZjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "17e970e3-cec7-4c15-91aa-25d34ce0249a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "dfed9785-0960-4052-935d-bad3f192ffd9",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "de6efe6d-25df-485c-b0b1-68d484e1302e",
"generatedFromUUID": "dfed9785-0960-4052-935d-bad3f192ffd9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "de6efe6d-25df-485c-b0b1-68d484e1302e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220704043522-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"artifactChecksum": "NTJiNGI0YWRiOTk0ZWVkZjAxMzZhMDY4ZTgxNGQyNGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6eb75d7d-62e8-40d0-b313-9db0c538ffb4"
}
],
"workloadContext": "Production"
}
2022-07-04T04:37:38.716Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-04T04:37:38.716Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258 ASDC
2022-07-04T04:37:38.825Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:47375808-94b7-4e4c-afb8-4f5cc518a339
ServiceName:vFW 2022-07-04 04-35-22
ServiceVersion:1.0
ServiceUUID:0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258
ServiceInvariantUUID:7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220704043522-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar
ArtifactUUID:6eb75d7d-62e8-40d0-b313-9db0c538ffb4
ArtifactChecksum:NTJiNGI0YWRiOTk0ZWVkZjAxMzZhMDY4ZTgxNGQyNGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f098ea18-e3bb 0
ResourceCustomizationUUID:b6e2ea4d-9f3f-477c-8bc7-adeccc458c58
ResourceInvariantUUID:38bda88a-9aa7-4ff0-9dff-3ed463e92064
ResourceName:vFW f098ea18-e3bb
ResourceType:VF
ResourceUUID:6e540e83-d48f-40c3-bac4-0b7fcfca358f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf098ea18e3bb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json
ArtifactUUID:17e970e3-cec7-4c15-91aa-25d34ce0249a
ArtifactChecksum:MTliNjg1MzZhMzc4NDQzNjZjODg3NzY1MTBmNWYzZjA=
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/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml
ArtifactUUID:dfed9785-0960-4052-935d-bad3f192ffd9
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/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env
ArtifactUUID:de6efe6d-25df-485c-b0b1-68d484e1302e
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/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env
ArtifactUUID:de6efe6d-25df-485c-b0b1-68d484e1302e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-04T04:37:38.828Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258 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-07-04T04:37:38.879Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T04:37:38.880Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-04T04:37:38.881Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-04T04:37:38.881Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6eb75d7d-62e8-40d0-b313-9db0c538ffb4 from URL: /sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:38.881Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-04T04:37:38.883Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:39.217Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-04T04:37:39.242Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar 6eb75d7d-62e8-40d0-b313-9db0c538ffb4 99020
2022-07-04T04:37:39.243Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar ASDC sendASDCNotification
2022-07-04T04:37:39.244Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:39.245Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:37:39.246Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:39.249Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:39.250Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909459243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:37:39.349Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T04:37:39.350Z||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-07-04T04:37:39.351Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:39.385Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:37:39.386Z||pool-10-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:37:40.250Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T04:37:40.252Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-04T04:37:40.252Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6eb75d7d-62e8-40d0-b313-9db0c538ffb4, URL: /sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar to file: /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:40.253Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220704043522-csar.csar
2022-07-04T04:37:40.342Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:40.342Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:40.966Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7668766510793407475/Definitions/service-Vfw20220704043522-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-07-04T04:37:44.057Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-04T04:37:44.062Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-04T04:37:44.063Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.063Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-04T04:37:44.063Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f098ea18-e3bb 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.063Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.063Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.064Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||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-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.064Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.064Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.064Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.064Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||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-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.064Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.064Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.064Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||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-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.064Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.065Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||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-Vfw20220704043522-csar.csar
2022-07-04T04:37:44.065Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-04T04:37:44.072Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:44.073Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:44.078Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:44.078Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-04T04:37:44.079Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T04:37:44.081Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:44.081Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:44.082Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:44.082Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-04T04:37:44.082Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T04:37:44.082Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:44.082Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:44.086Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:44.086Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is not matching search criteria
2022-07-04T04:37:44.086Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-04T04:37:44.086Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-04T04:37:44.087Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:44.087Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.087Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.087Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-04T04:37:44.087Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-04T04:37:44.087Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-04T04:37:44.088Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-04T04:37:44.088Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.088Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:44.088Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-04T04:37:44.088Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:44.088Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-04T04:37:44.089Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.089Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-04T04:37:44.089Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:44.089Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-04T04:37:44.090Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:44.091Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:44.091Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:37:44.091Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:44.091Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:44.091Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:37:44.092Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:44.092Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:44.092Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:37:44.092Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:44.092Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is not matching search criteria
2022-07-04T04:37:44.092Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-04T04:37:44.093Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-04T04:37:44.093Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-04T04:37:44.093Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-04T04:37:44.093Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-04T04:37:44.093Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.093Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:44.094Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-04T04:37:44.094Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:44.094Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-04T04:37:44.094Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.094Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=675abfb9-9783-496b-9a65-0333f26e9e5c
2022-07-04T04:37:44.095Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:44.095Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is not matching search criteria
2022-07-04T04:37:44.095Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-04T04:37:44.095Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-04T04:37:44.095Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:44.095Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.096Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.096Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-04T04:37:44.096Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-04T04:37:44.096Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-04T04:37:44.096Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-04T04:37:44.096Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:44.096Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-04T04:37:44.097Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.097Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=96ef4ffe-59b0-401c-aa3e-fe6c77d099ed
2022-07-04T04:37:44.097Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:44.097Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is not matching search criteria
2022-07-04T04:37:44.097Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-04T04:37:44.098Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-04T04:37:44.098Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:44.098Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.098Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.098Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-04T04:37:44.098Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-04T04:37:44.099Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-04T04:37:44.099Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-04T04:37:44.099Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-04T04:37:44.099Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:44.099Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-04T04:37:44.099Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6409e287-26e5-4cf6-aa04-4d350d6e2494
2022-07-04T04:37:44.100Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:44.100Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:44.100Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:44.100Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:44.100Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:44.100Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:44.101Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:44.101Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:44.101Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-07-04 04-35-22
Description:catalog service description
Model UUID:0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258
Model Version:NULL
Model InvariantUuid:7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f098ea18-e3bb
Model UUID:7bcd9082-83e4-4e94-971c-14a21f900bd7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38bda88a-9aa7-4ff0-9dff-3ed463e92064
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b6e2ea4d-9f3f-477c-8bc7-adeccc458c58
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8c55887a-c117-432c-9923-04b29bb36549
ModelName:VfwF098ea18E3bb..base_vfw..module-0
ModelUuid:1033d378-e090-4f35-a095-be75a15aa32e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:675abfb9-9783-496b-9a65-0333f26e9e5c
ModelInvariantUuid:5e421ccc-1271-49f2-9f7d-8c51d2bcc655
ModelName:vFW f098ea18-e3bb-nodes.vfwCvfc
ModelUuid:0360a830-cfb7-4017-bd46-670fac08b950
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:99ab046d-2007-4ee2-af03-27ac1027875d
ModelInvariantUuid:60fb6f96-109b-49cf-a509-9ad28acff04c
ModelName:VfwF098ea18E3bb.compute.nodes.heat.vfw
ModelUuid:5fd8859f-8780-4fb3-8b6e-e44349886b1d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:96ef4ffe-59b0-401c-aa3e-fe6c77d099ed
ModelInvariantUuid:100f2d8a-14fb-4f97-8d74-a7395b1cfc1c
ModelName:vFW f098ea18-e3bb-nodes.vsnCvfc
ModelUuid:41b3bc96-2802-45f9-b21c-a67a26c53eba
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8645202c-dff7-4dfe-8e50-2ba39bcbb1f1
ModelInvariantUuid:26659968-6b89-41e3-959f-fb7a4a839467
ModelName:VfwF098ea18E3bb.compute.nodes.heat.vsn
ModelUuid:1cf31919-5532-4249-ae2e-6f28d76c206f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:6409e287-26e5-4cf6-aa04-4d350d6e2494
ModelInvariantUuid:68d418d9-7779-45d3-8c0a-25866034f52b
ModelName:vFW f098ea18-e3bb-nodes.vpgCvfc
ModelUuid:e09467c8-8393-4d76-9adf-d5c0c7b73f2d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9e5b08ac-35e0-4886-b854-eb29469715bd
ModelInvariantUuid:ca8f9d8c-ae20-4cb4-9b34-a9b13aa2b073
ModelName:VfwF098ea18E3bb.compute.nodes.heat.vpg
ModelUuid:1845557f-1090-4c2e-b686-1acdacf4bcf9
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-07-04T04:37:44.120Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 6e540e83-d48f-40c3-bac4-0b7fcfca358f
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-07-04T04:37:44.219Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||vFW f098ea18-e3bb 0
2022-07-04T04:37:44.226Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6e540e83-d48f-40c3-bac4-0b7fcfca358f
2022-07-04T04:37:44.226Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 17e970e3-cec7-4c15-91aa-25d34ce0249a from URL: /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json
2022-07-04T04:37:44.226Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-04T04:37:44.226Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json
2022-07-04T04:37:44.352Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-04T04:37:44.352Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json 17e970e3-cec7-4c15-91aa-25d34ce0249a 785
2022-07-04T04:37:44.353Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json ASDC sendASDCNotification
2022-07-04T04:37:44.353Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json
2022-07-04T04:37:44.353Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:37:44.353Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:44.355Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:44.355Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909464353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:37:44.456Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:44.457Z||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-07-04T04:37:44.457Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:44.487Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:37:44.488Z||pool-11-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:37:45.357Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF098ea18E3bb..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8c55887a-c117-432c-9923-04b29bb36549",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1033d378-e090-4f35-a095-be75a15aa32e",
"vfModuleModelCustomizationUUID": "884ed0c4-ad09-4ba9-88d7-bf6403f4ae30",
"isBase": true,
"artifacts": [
"dfed9785-0960-4052-935d-bad3f192ffd9",
"de6efe6d-25df-485c-b0b1-68d484e1302e"
],
"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-07-04T04:37:45.375Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF098ea18E3bb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1033d378-e090-4f35-a095-be75a15aa32e
VfModuleModelInvariantUUID:8c55887a-c117-432c-9923-04b29bb36549
VfModuleModelDescription:NULL
Artifacts UUID List:{
dfed9785-0960-4052-935d-bad3f192ffd9
,
de6efe6d-25df-485c-b0b1-68d484e1302e
}
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-07-04T04:37:45.379Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF098ea18E3bb..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8c55887a-c117-432c-9923-04b29bb36549",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1033d378-e090-4f35-a095-be75a15aa32e",
"vfModuleModelCustomizationUUID": "884ed0c4-ad09-4ba9-88d7-bf6403f4ae30",
"isBase": true,
"artifacts": [
"dfed9785-0960-4052-935d-bad3f192ffd9",
"de6efe6d-25df-485c-b0b1-68d484e1302e"
],
"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-07-04T04:37:45.379Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF098ea18E3bb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1033d378-e090-4f35-a095-be75a15aa32e
VfModuleModelInvariantUUID:8c55887a-c117-432c-9923-04b29bb36549
VfModuleModelDescription:NULL
Artifacts UUID List:{
dfed9785-0960-4052-935d-bad3f192ffd9
,
de6efe6d-25df-485c-b0b1-68d484e1302e
}
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-07-04T04:37:45.380Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dfed9785-0960-4052-935d-bad3f192ffd9 from URL: /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml
2022-07-04T04:37:45.380Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-04T04:37:45.380Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml
2022-07-04T04:37:45.450Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-04T04:37:45.451Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml dfed9785-0960-4052-935d-bad3f192ffd9 20368
2022-07-04T04:37:45.451Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-04T04:37:45.451Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml
2022-07-04T04:37:45.451Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:37:45.452Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:45.454Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:45.454Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909465451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:37:45.554Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:45.555Z||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-07-04T04:37:45.556Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:45.612Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:37:45.613Z||pool-12-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:37:46.455Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: de6efe6d-25df-485c-b0b1-68d484e1302e from URL: /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env
2022-07-04T04:37:46.456Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-04T04:37:46.456Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env
2022-07-04T04:37:46.588Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-04T04:37:46.588Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env de6efe6d-25df-485c-b0b1-68d484e1302e 2098
2022-07-04T04:37:46.588Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-04T04:37:46.589Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env
2022-07-04T04:37:46.589Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:37:46.589Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:46.591Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:46.591Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909466588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:37:46.691Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:46.692Z||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-07-04T04:37:46.693Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:46.777Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:37:46.778Z||pool-13-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:37:47.592Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258
2022-07-04T04:37:47.593Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f098ea18-e3bb 0 6e540e83-d48f-40c3-bac4-0b7fcfca358f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T04:37:47.646Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c29a1a6, org.onap.sdc.toscaparser.api.parameters.Input@7fc4bbdb, org.onap.sdc.toscaparser.api.parameters.Input@6560474d, org.onap.sdc.toscaparser.api.parameters.Input@1ec2b68e, org.onap.sdc.toscaparser.api.parameters.Input@5fa70061]
2022-07-04T04:37:47.651Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:47.651Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:47.652Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-07-04T04:37:47.652Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b6e2ea4d-9f3f-477c-8bc7-adeccc458c58
2022-07-04T04:37:47.652Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b6e2ea4d-9f3f-477c-8bc7-adeccc458c58 matches Tosca VF Customization UUID: b6e2ea4d-9f3f-477c-8bc7-adeccc458c58
2022-07-04T04:37:47.652Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b6e2ea4d-9f3f-477c-8bc7-adeccc458c58 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-07-04T04:37:47.670Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:47.671Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:47.672Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b6e2ea4d-9f3f-477c-8bc7-adeccc458c58: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-07-04T04:37:47.673Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1566f154
2022-07-04T04:37:47.673Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:47.676Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-04T04:37:47.676Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 884ed0c4-ad09-4ba9-88d7-bf6403f4ae30
2022-07-04T04:37:47.678Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 884ed0c4-ad09-4ba9-88d7-bf6403f4ae30
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-07-04T04:37:47.684Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:47.684Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:47.684Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:37:47.685Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:47.685Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:47.685Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:37:47.686Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:47.686Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is not matching search criteria
2022-07-04T04:37:47.686Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-04T04:37:47.686Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-04T04:37:47.686Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-04T04:37:47.687Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-04T04:37:47.687Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-04T04:37:47.687Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-04T04:37:47.687Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:47.687Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-04T04:37:47.687Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:47.688Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-04T04:37:47.688Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-04T04:37:47.688Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=675abfb9-9783-496b-9a65-0333f26e9e5c
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-07-04T04:37:47.702Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:47.702Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:47.703Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:37:47.703Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:47.703Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is not matching search criteria
2022-07-04T04:37:47.703Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-04T04:37:47.704Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-04T04:37:47.704Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:47.704Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-04T04:37:47.704Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-04T04:37:47.705Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-04T04:37:47.705Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-04T04:37:47.705Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-04T04:37:47.705Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-04T04:37:47.705Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:47.706Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-04T04:37:47.706Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-04T04:37:47.706Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=96ef4ffe-59b0-401c-aa3e-fe6c77d099ed
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-07-04T04:37:47.710Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:47.710Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:47.710Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:37:47.713Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:47.713Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is not matching search criteria
2022-07-04T04:37:47.714Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-04T04:37:47.714Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-04T04:37:47.714Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:47.715Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-04T04:37:47.715Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-04T04:37:47.715Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-04T04:37:47.716Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-04T04:37:47.716Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-04T04:37:47.716Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-04T04:37:47.717Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-04T04:37:47.717Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-04T04:37:47.717Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-04T04:37:47.718Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6409e287-26e5-4cf6-aa04-4d350d6e2494
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-07-04T04:37:47.722Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:47.722Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:47.722Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:37:47.723Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:47.723Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Node template vFW f098ea18-e3bb 0 is matching search criteria
2022-07-04T04:37:47.723Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f098ea18-e3bb 0] matching following query criteria: sdcType=VF, customizationUUID=b6e2ea4d-9f3f-477c-8bc7-adeccc458c58
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-07-04T04:37:47.725Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:47.726Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:47.726Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258: vFW f098ea18-e3bb
2022-07-04T04:37:47.726Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:47.727Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:47.727Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:47.727Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:47.727Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:47.727Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:47.728Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:47.728Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:47.728Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:37:47.728Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-07-04 04-35-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:37:47.728Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-07-04 04-35-22
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-07-04T04:37:48.074Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f098ea18-e3bb 6e540e83-d48f-40c3-bac4-0b7fcfca358f 1 ASDC deployResourceStructure
2022-07-04T04:37:48.075Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json ASDC sendASDCNotification
2022-07-04T04:37:48.075Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json
2022-07-04T04:37:48.075Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:37:48.076Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:48.078Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:48.078Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909468075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-04T04:37:48.178Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:48.179Z||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-07-04T04:37:48.179Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:48.253Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:37:48.254Z||pool-14-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:37:49.080Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-04T04:37:49.080Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml
2022-07-04T04:37:49.080Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:37:49.080Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:49.083Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:49.083Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909469080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-04T04:37:49.182Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T04:37:49.183Z||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-07-04T04:37:49.183Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:49.218Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:37:49.218Z||pool-15-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:37:50.084Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-04T04:37:50.084Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env
2022-07-04T04:37:50.085Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:37:50.085Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:50.086Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:50.087Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909470084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-04T04:37:50.187Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:50.188Z||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-07-04T04:37:50.188Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:50.255Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:37:50.256Z||pool-16-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:37:51.088Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar ASDC sendASDCNotification
2022-07-04T04:37:51.088Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar
2022-07-04T04:37:51.088Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:37:51.089Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:37:51.091Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:37:51.091Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909471087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-04T04:37:51.191Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:37:51.192Z||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-07-04T04:37:51.192Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:37:51.226Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:37:51.226Z||pool-17-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:37:52.091Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339
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-07-04T04:37:52.122Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339
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-07-04T04:37:52.127Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:37:52.127Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:37:52.127Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:38:22.128Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339
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-07-04T04:38:22.145Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339
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-07-04T04:38:22.149Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:38:22.149Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:38:22.149Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:38:30.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:38:30.937Z||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-07-04T04:38:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:38:31.087Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:38:31.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-04T04:38:31.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909450933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:38:31.090Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-07-04T04:38:52.150Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339
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-07-04T04:38:52.171Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339
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-07-04T04:38:52.175Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:38:52.175Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:38:52.175Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:39:22.175Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339
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-07-04T04:39:22.191Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339
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-07-04T04:39:22.194Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:39:22.195Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:39:22.195Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:39:30.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:39:30.938Z||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-07-04T04:39:30.938Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:39:31.492Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:39:31.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909450933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
"status": "NOTIFIED"
}
2022-07-04T04:39:31.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-04T04:39:31.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "aai-ml",
"timestamp": 1656909453295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-04T04:39:31.495Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:39:31.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909450933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-04T04:39:31.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-04T04:39:31.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "aai-ml",
"timestamp": 1656909454302,
"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-07-04T04:39:31.519Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 47375808-94b7-4e4c-afb8-4f5cc518a339
2022-07-04T04:39:31.519Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47375808-94b7-4e4c-afb8-4f5cc518a339 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-07-04T04:39:31.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909450933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:39:31.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-04T04:39:31.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909450933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-04T04:39:31.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-04T04:39:31.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909450933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:39:31.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-04T04:39:31.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656909457861,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-04T04:39:31.551Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:39:31.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909450933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:39:31.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-04T04:39:31.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656909458870,
"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-07-04T04:39:31.563Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47375808-94b7-4e4c-afb8-4f5cc518a339
2022-07-04T04:39:31.563Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47375808-94b7-4e4c-afb8-4f5cc518a339 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-07-04T04:39:31.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909459243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:39:31.578Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:39:31.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909464353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:39:31.578Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:39:31.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909465451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:39:31.579Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:39:31.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909466588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:39:31.579Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:39:31.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909468075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/vfwf098ea18e3bb0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-04T04:39:31.579Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:39:31.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909469080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-04T04:39:31.579Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:39:31.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909470084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/resourceInstances/vfwf098ea18e3bb0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-04T04:39:31.580Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:39:31.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:39:31.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909471087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220704043522/1.0/artifacts/service-Vfw20220704043522-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-04T04:39:31.580Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:39:52.195Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339
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-07-04T04:39:52.213Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339
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-07-04T04:39:52.217Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:39:52.217Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-04T04:39:52.218Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-04T04:39:52.218Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-04T04:39:52.218Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-04T04:39:52.218Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-04T04:39:52.219Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-04T04:39:52.219Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-04T04:39:52.219Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-04T04:39:52.219Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-04T04:39:52.219Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||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-07-04T04:39:52.227Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-04T04:40:22.228Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47375808-94b7-4e4c-afb8-4f5cc518a339 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-07-04T04:40:22.247Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47375808-94b7-4e4c-afb8-4f5cc518a339 and serviceModelVersionId: 0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258
2022-07-04T04:40:22.248Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6
2022-07-04T04:40:30.936Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:40:30.937Z||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-07-04T04:40:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:40:37.725Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6/model-vers/model-ver/0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258?depth=0
2022-07-04T04:40:37.834Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-07-04T04:40:38.321Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6/model-vers/model-ver/0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258?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-07-04T04:40:38.326Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6/model-vers/model-ver/0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258?depth=0|INFO|500||Invoke
2022-07-04T04:40:38.449Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6/model-vers/model-ver/0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-04T04:40:38.989Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6/model-vers/model-ver/0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258?depth=0|INFO|500||InvokeReturn
2022-07-04T04:40:38.990Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c642fe4-d7cd-42fb-a66f-8d8a6891b5b6/model-vers/model-ver/0c6d237f-87d8-45d9-8f0d-7ea1fcc3d258?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220704-04:40:38:711-5748], vertex-id=[184360], Content-Length=[0], Date=[Mon, 04 Jul 2022 04:40:38 GMT], Content-Type=[application/json]}
2022-07-04T04:40:38.991Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-07-04T04:40:38.995Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-04T04:40:38.995Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||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-07-04T04:40:39.002Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||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-07-04T04:40:39.003Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47375808-94b7-4e4c-afb8-4f5cc518a339 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-04T04:40:39.004Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-04T04:40:39.004Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:40:39.006Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:40:39.006Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909639003,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T04:40:39.107Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:40:39.108Z||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-07-04T04:40:39.108Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:40:39.139Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:40:39.140Z||pool-18-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:40:39.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:40:39.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:40:39.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47375808-94b7-4e4c-afb8-4f5cc518a339",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909639003,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T04:40:39.758Z||pool-2-thread-3|||||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-07-04T04:40:40.022Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:40:40.023Z|47375808-94b7-4e4c-afb8-4f5cc518a339|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-07-04T04:40:40.023Z|47375808-94b7-4e4c-afb8-4f5cc518a339|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:40:50.477Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:40:50.477Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:40:50.478Z|47375808-94b7-4e4c-afb8-4f5cc518a339|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-07-04T04:40:50.478Z|47375808-94b7-4e4c-afb8-4f5cc518a339|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:41:00.111Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:41:00.111Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:41:00.112Z|47375808-94b7-4e4c-afb8-4f5cc518a339|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-07-04T04:41:00.112Z|47375808-94b7-4e4c-afb8-4f5cc518a339|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:41:09.765Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:41:30.933Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:41:30.934Z|47375808-94b7-4e4c-afb8-4f5cc518a339|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-07-04T04:41:30.934Z|47375808-94b7-4e4c-afb8-4f5cc518a339|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:41:30.935Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:41:30.936Z||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-07-04T04:41:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:41:40.561Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:41:40.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:42:30.933Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:42:30.934Z|47375808-94b7-4e4c-afb8-4f5cc518a339|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-07-04T04:42:30.934Z|47375808-94b7-4e4c-afb8-4f5cc518a339|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:42:30.936Z||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-07-04T04:42:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:36.295Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:42:36.296Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-04T04:42:36.296Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"32ac6fe2-c7aa-468e-a68b-24b1575fc1e1","serviceName":"basic_onboard_GlonhO","serviceVersion":"1.0","serviceUUID":"ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c","serviceDescription":"service","serviceInvariantUUID":"7fa7d456-7b04-4816-9f86-0f9f8eb778dc","resources":[{"resourceInstanceName":"basic_onboard_GlonhO 0","resourceName":"basic_onboard_GlonhO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"df59f1d5-a65e-47c5-ba75-59c9519da709","resourceInvariantUUID":"fa64fb5f-322a-4ff0-bd89-3f4215199d52","resourceCustomizationUUID":"e3ca2ca1-2408-4d40-a403-ab8a38f17db8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vf-license-model.xml","artifactChecksum":"MThlZDQ2ZmZkNGYwNWQxM2Y4NjUxMWEzMTA3NTI0YzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b510be9e-60ab-4274-8e5a-6147254716e7","artifactVersion":"1"},{"artifactName":"basic_onboard_glonho0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json","artifactChecksum":"N2E5YjcwYjY1OGY5NzU1OGYxZWYzMmMyZTI3OWFmZDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f3222475-7c19-4e42-9929-3ad7a6efd61f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dffd467d-56c0-4f89-8806-68a5b007bdeb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6a77948b-6f8b-4950-860c-1612b5b2964d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f830c1a3-48dd-493c-a05a-6f97bbd791e1","artifactVersion":"2","generatedFromUUID":"dffd467d-56c0-4f89-8806-68a5b007bdeb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGlonho-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-template.yml","artifactChecksum":"YzAyMTQ5YzIzNzAwNjU1NDRmMWJkZDA4ZDhiMDM1M2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d5e02e4-2bc9-49c2-aef6-f5ca33e35b76","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGlonho-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar","artifactChecksum":"OTg0MDU0Nzc1MDI2YWZhNjY4Mjg5MWI2YTQ4ZTY0YzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c931066a-cab0-4947-8766-b5a62225a081","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-04T04:42:36.299Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:42:36.299Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:36.301Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:36.301Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909750933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:42:36.401Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:36.402Z||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-07-04T04:42:36.402Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:36.446Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:42:36.447Z||pool-19-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:36.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:42:36.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:42:36.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "clamp",
"timestamp": 1656909753199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:42:36.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:42:37.302Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:42:37.302Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:37.305Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:37.305Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909750933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
"status": "NOTIFIED"
}
2022-07-04T04:42:37.405Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:37.406Z||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-07-04T04:42:37.406Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:37.458Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:42:37.458Z||pool-20-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:38.305Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:42:38.306Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:38.309Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:38.309Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909750933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-04T04:42:38.409Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:38.410Z||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-07-04T04:42:38.410Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:38.452Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:42:38.452Z||pool-21-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:42:39.309Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:42:39.310Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:39.312Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:39.312Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909750933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:42:39.413Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-04T04:42:39.414Z||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-07-04T04:42:39.414Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:39.440Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:42:39.441Z||pool-22-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:40.313Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:42:40.313Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:40.321Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:40.321Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909750933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-04T04:42:40.421Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:40.422Z||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-07-04T04:42:40.423Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:40.447Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:42:40.448Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:41.322Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:42:41.322Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:41.324Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:41.324Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909750933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:42:41.424Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:41.425Z||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-07-04T04:42:41.425Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:41.446Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:42:41.447Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:42.325Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:42:42.325Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:42.328Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:42.328Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909750933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:42:42.428Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:42.429Z||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-07-04T04:42:42.429Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:42.476Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:42:42.476Z||pool-25-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:43.329Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"serviceName": "basic_onboard_GlonhO",
"serviceVersion": "1.0",
"serviceUUID": "ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c",
"serviceDescription": "service",
"serviceInvariantUUID": "7fa7d456-7b04-4816-9f86-0f9f8eb778dc",
"resources": [
{
"resourceInstanceName": "basic_onboard_GlonhO 0",
"resourceCustomizationUUID": "e3ca2ca1-2408-4d40-a403-ab8a38f17db8",
"resourceName": "basic_onboard_GlonhO",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "df59f1d5-a65e-47c5-ba75-59c9519da709",
"resourceInvariantUUID": "fa64fb5f-322a-4ff0-bd89-3f4215199d52",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_glonho0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
"artifactChecksum": "N2E5YjcwYjY1OGY5NzU1OGYxZWYzMmMyZTI3OWFmZDA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f3222475-7c19-4e42-9929-3ad7a6efd61f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "dffd467d-56c0-4f89-8806-68a5b007bdeb",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f830c1a3-48dd-493c-a05a-6f97bbd791e1",
"generatedFromUUID": "dffd467d-56c0-4f89-8806-68a5b007bdeb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f830c1a3-48dd-493c-a05a-6f97bbd791e1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardGlonho-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"artifactChecksum": "OTg0MDU0Nzc1MDI2YWZhNjY4Mjg5MWI2YTQ4ZTY0YzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c931066a-cab0-4947-8766-b5a62225a081"
}
],
"workloadContext": "Production"
}
2022-07-04T04:42:43.330Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-04T04:42:43.330Z|47375808-94b7-4e4c-afb8-4f5cc518a339|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c ASDC
2022-07-04T04:42:43.330Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
ServiceName:basic_onboard_GlonhO
ServiceVersion:1.0
ServiceUUID:ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c
ServiceInvariantUUID:7fa7d456-7b04-4816-9f86-0f9f8eb778dc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGlonho-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar
ArtifactUUID:c931066a-cab0-4947-8766-b5a62225a081
ArtifactChecksum:OTg0MDU0Nzc1MDI2YWZhNjY4Mjg5MWI2YTQ4ZTY0YzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GlonhO 0
ResourceCustomizationUUID:e3ca2ca1-2408-4d40-a403-ab8a38f17db8
ResourceInvariantUUID:fa64fb5f-322a-4ff0-bd89-3f4215199d52
ResourceName:basic_onboard_GlonhO
ResourceType:VF
ResourceUUID:df59f1d5-a65e-47c5-ba75-59c9519da709
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_glonho0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json
ArtifactUUID:f3222475-7c19-4e42-9929-3ad7a6efd61f
ArtifactChecksum:N2E5YjcwYjY1OGY5NzU1OGYxZWYzMmMyZTI3OWFmZDA=
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/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml
ArtifactUUID:dffd467d-56c0-4f89-8806-68a5b007bdeb
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/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env
ArtifactUUID:f830c1a3-48dd-493c-a05a-6f97bbd791e1
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/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env
ArtifactUUID:f830c1a3-48dd-493c-a05a-6f97bbd791e1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-04T04:42:43.330Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c 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-07-04T04:42:43.381Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T04:42:43.381Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-04T04:42:43.381Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-04T04:42:43.382Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c931066a-cab0-4947-8766-b5a62225a081 from URL: /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:43.382Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-04T04:42:43.382Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:43.718Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-04T04:42:43.722Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar c931066a-cab0-4947-8766-b5a62225a081 71573
2022-07-04T04:42:43.723Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar ASDC sendASDCNotification
2022-07-04T04:42:43.723Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:43.723Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:42:43.723Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:43.725Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:43.725Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909763723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:42:43.825Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:43.826Z||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-07-04T04:42:43.827Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:43.870Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:42:43.870Z||pool-26-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:44.726Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T04:42:44.726Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-04T04:42:44.727Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c931066a-cab0-4947-8766-b5a62225a081, URL: /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar to file: /app/ASDC/1/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:44.727Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:44.727Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:44.727Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:44.948Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3627542532191769438/Definitions/service-BasicOnboardGlonho-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-07-04T04:42:46.094Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-04T04:42:46.094Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-04T04:42:46.094Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:46.095Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-04T04:42:46.095Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:46.095Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||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-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:46.095Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:46.095Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||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-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:46.096Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:46.096Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:46.096Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||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-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:46.096Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||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-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:46.096Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GlonhO 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:46.096Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-04T04:42:46.097Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:46.097Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:46.097Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is matching search criteria
2022-07-04T04:42:46.098Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-04T04:42:46.098Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GlonhO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T04:42:46.098Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:46.098Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:46.099Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is matching search criteria
2022-07-04T04:42:46.099Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-04T04:42:46.099Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GlonhO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T04:42:46.099Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:46.100Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:46.100Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:46.100Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is not matching search criteria
2022-07-04T04:42:46.100Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-04T04:42:46.101Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-04T04:42:46.101Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-04T04:42:46.101Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-04T04:42:46.101Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-04T04:42:46.102Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:46.102Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-04T04:42:46.102Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:46.102Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is matching search criteria
2022-07-04T04:42:46.102Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GlonhO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:42:46.103Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:46.103Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is matching search criteria
2022-07-04T04:42:46.103Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GlonhO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:42:46.104Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:46.104Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is matching search criteria
2022-07-04T04:42:46.104Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GlonhO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:42:46.104Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:46.105Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is not matching search criteria
2022-07-04T04:42:46.105Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-04T04:42:46.105Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-04T04:42:46.105Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8abd4b30-31d5-4ed4-a7e9-78e2e7244044
2022-07-04T04:42:46.105Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:46.106Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:46.106Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:46.106Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:46.106Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:46.107Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:46.107Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:46.107Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:46.107Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_GlonhO
Description:service
Model UUID:ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c
Model Version:NULL
Model InvariantUuid:7fa7d456-7b04-4816-9f86-0f9f8eb778dc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_GlonhO
Model UUID:7bdea26d-984d-43cc-a33c-692f702150aa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fa64fb5f-322a-4ff0-bd89-3f4215199d52
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e3ca2ca1-2408-4d40-a403-ab8a38f17db8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:228e0eaf-8bb6-4528-a747-cf3633186729
ModelName:BasicOnboardGlonho..base_ubuntu18..module-0
ModelUuid:c62ca740-9e41-4465-9247-f56ff973d9c6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8abd4b30-31d5-4ed4-a7e9-78e2e7244044
ModelInvariantUuid:d51b629a-09a6-4253-b543-18671ed57706
ModelName:basic_onboard_GlonhO-nodes.ubuntu18Cvfc
ModelUuid:a27fbb98-9512-4843-ab9a-d3630f53b1a7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:c020892a-7122-48ca-8fa9-0a619e9c1e6a
ModelInvariantUuid:61d93a91-8c89-45ad-8cb1-2f61fe1190dc
ModelName:BasicOnboardGlonho.compute.nodes.heat.ubuntu18
ModelUuid:201979bd-22ee-457c-b3fb-1c516097a65a
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-07-04T04:42:46.137Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: df59f1d5-a65e-47c5-ba75-59c9519da709
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-07-04T04:42:46.152Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||basic_onboard_GlonhO 0
2022-07-04T04:42:46.153Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: df59f1d5-a65e-47c5-ba75-59c9519da709
2022-07-04T04:42:46.153Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f3222475-7c19-4e42-9929-3ad7a6efd61f from URL: /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json
2022-07-04T04:42:46.153Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-04T04:42:46.153Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json
2022-07-04T04:42:46.243Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-04T04:42:46.243Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json f3222475-7c19-4e42-9929-3ad7a6efd61f 798
2022-07-04T04:42:46.244Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json ASDC sendASDCNotification
2022-07-04T04:42:46.244Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json
2022-07-04T04:42:46.244Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:42:46.244Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:46.246Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:46.246Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909766244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:42:46.347Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:46.348Z||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-07-04T04:42:46.348Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:46.420Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:42:46.421Z||pool-27-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:47.247Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGlonho..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "228e0eaf-8bb6-4528-a747-cf3633186729",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c62ca740-9e41-4465-9247-f56ff973d9c6",
"vfModuleModelCustomizationUUID": "89d9b97e-6784-4728-9ccd-e75f77a97ba0",
"isBase": true,
"artifacts": [
"dffd467d-56c0-4f89-8806-68a5b007bdeb",
"f830c1a3-48dd-493c-a05a-6f97bbd791e1"
],
"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-07-04T04:42:47.252Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGlonho..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c62ca740-9e41-4465-9247-f56ff973d9c6
VfModuleModelInvariantUUID:228e0eaf-8bb6-4528-a747-cf3633186729
VfModuleModelDescription:NULL
Artifacts UUID List:{
dffd467d-56c0-4f89-8806-68a5b007bdeb
,
f830c1a3-48dd-493c-a05a-6f97bbd791e1
}
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-07-04T04:42:47.254Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGlonho..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "228e0eaf-8bb6-4528-a747-cf3633186729",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c62ca740-9e41-4465-9247-f56ff973d9c6",
"vfModuleModelCustomizationUUID": "89d9b97e-6784-4728-9ccd-e75f77a97ba0",
"isBase": true,
"artifacts": [
"dffd467d-56c0-4f89-8806-68a5b007bdeb",
"f830c1a3-48dd-493c-a05a-6f97bbd791e1"
],
"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-07-04T04:42:47.254Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGlonho..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c62ca740-9e41-4465-9247-f56ff973d9c6
VfModuleModelInvariantUUID:228e0eaf-8bb6-4528-a747-cf3633186729
VfModuleModelDescription:NULL
Artifacts UUID List:{
dffd467d-56c0-4f89-8806-68a5b007bdeb
,
f830c1a3-48dd-493c-a05a-6f97bbd791e1
}
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-07-04T04:42:47.255Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dffd467d-56c0-4f89-8806-68a5b007bdeb from URL: /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml
2022-07-04T04:42:47.255Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-04T04:42:47.255Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml
2022-07-04T04:42:47.413Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-04T04:42:47.413Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml dffd467d-56c0-4f89-8806-68a5b007bdeb 5033
2022-07-04T04:42:47.413Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-04T04:42:47.414Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml
2022-07-04T04:42:47.414Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:42:47.414Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:47.416Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:47.416Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909767413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:42:47.516Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:47.517Z||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-07-04T04:42:47.517Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:47.575Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:42:47.576Z||pool-28-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:42:48.417Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f830c1a3-48dd-493c-a05a-6f97bbd791e1 from URL: /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env
2022-07-04T04:42:48.417Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-04T04:42:48.418Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env
2022-07-04T04:42:48.703Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-04T04:42:48.704Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env f830c1a3-48dd-493c-a05a-6f97bbd791e1 909
2022-07-04T04:42:48.704Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-04T04:42:48.704Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env
2022-07-04T04:42:48.705Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:42:48.705Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:48.707Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:48.707Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909768704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:42:48.807Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:48.808Z||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-07-04T04:42:48.808Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:48.850Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:42:48.850Z||pool-29-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:49.707Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c
2022-07-04T04:42:49.708Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GlonhO 0 df59f1d5-a65e-47c5-ba75-59c9519da709 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-04T04:42:49.727Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c179223, org.onap.sdc.toscaparser.api.parameters.Input@2accab10, org.onap.sdc.toscaparser.api.parameters.Input@7d9808de, org.onap.sdc.toscaparser.api.parameters.Input@1dbfc160, org.onap.sdc.toscaparser.api.parameters.Input@d29de7e]
2022-07-04T04:42:49.729Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:49.729Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:49.729Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-07-04T04:42:49.729Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e3ca2ca1-2408-4d40-a403-ab8a38f17db8
2022-07-04T04:42:49.729Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e3ca2ca1-2408-4d40-a403-ab8a38f17db8 matches Tosca VF Customization UUID: e3ca2ca1-2408-4d40-a403-ab8a38f17db8
2022-07-04T04:42:49.730Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e3ca2ca1-2408-4d40-a403-ab8a38f17db8 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-07-04T04:42:49.732Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:49.732Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:49.733Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e3ca2ca1-2408-4d40-a403-ab8a38f17db8: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-07-04T04:42:49.733Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c4634cb
2022-07-04T04:42:49.733Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:49.733Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-04T04:42:49.734Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 89d9b97e-6784-4728-9ccd-e75f77a97ba0
2022-07-04T04:42:49.734Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 89d9b97e-6784-4728-9ccd-e75f77a97ba0
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-07-04T04:42:49.737Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:49.737Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is matching search criteria
2022-07-04T04:42:49.737Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GlonhO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:42:49.738Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:49.738Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is matching search criteria
2022-07-04T04:42:49.738Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GlonhO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:42:49.738Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:49.738Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is not matching search criteria
2022-07-04T04:42:49.738Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-04T04:42:49.739Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-04T04:42:49.739Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8abd4b30-31d5-4ed4-a7e9-78e2e7244044
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-07-04T04:42:49.745Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:49.745Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is matching search criteria
2022-07-04T04:42:49.745Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GlonhO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-04T04:42:49.746Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:49.746Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GlonhO 0 is matching search criteria
2022-07-04T04:42:49.746Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GlonhO 0] matching following query criteria: sdcType=VF, customizationUUID=e3ca2ca1-2408-4d40-a403-ab8a38f17db8
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-07-04T04:42:49.750Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:49.750Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:49.750Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c: basic_onboard_GlonhO
2022-07-04T04:42:49.750Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:49.751Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:49.751Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:49.751Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:49.751Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:49.751Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:49.751Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:49.752Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:49.752Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:42:49.752Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GlonhO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:42:49.752Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_GlonhO
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-07-04T04:42:49.929Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GlonhO df59f1d5-a65e-47c5-ba75-59c9519da709 1 ASDC deployResourceStructure
2022-07-04T04:42:49.930Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json ASDC sendASDCNotification
2022-07-04T04:42:49.930Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json
2022-07-04T04:42:49.930Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:42:49.931Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:49.933Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:49.933Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909769930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-04T04:42:50.033Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:50.034Z||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-07-04T04:42:50.034Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:50.071Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:42:50.072Z||pool-30-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:50.934Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-04T04:42:50.934Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml
2022-07-04T04:42:50.934Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:42:50.934Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:50.936Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:50.936Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909770934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-04T04:42:51.036Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T04:42:51.037Z||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-07-04T04:42:51.038Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:51.082Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:42:51.084Z||pool-31-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:42:51.937Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-04T04:42:51.937Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env
2022-07-04T04:42:51.938Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:42:51.938Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:51.940Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:51.940Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909771937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-04T04:42:52.040Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:52.041Z||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-07-04T04:42:52.041Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:52.076Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:42:52.077Z||pool-32-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:42:52.941Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar ASDC sendASDCNotification
2022-07-04T04:42:52.941Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar
2022-07-04T04:42:52.942Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:42:52.942Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:42:52.944Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:42:52.944Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909772941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-04T04:42:53.044Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:42:53.045Z||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-07-04T04:42:53.045Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:42:53.071Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:42:53.072Z||pool-33-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:42:53.945Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
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-07-04T04:42:53.957Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
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-07-04T04:42:53.962Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:42:53.962Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:42:53.962Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:43:23.963Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
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-07-04T04:43:23.979Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
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-07-04T04:43:23.992Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:43:23.992Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:43:23.992Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:43:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:43:30.936Z||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-07-04T04:43:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:43:30.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:43:30.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:43:30.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909750933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:43:30.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:43:53.993Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
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-07-04T04:43:54.003Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
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-07-04T04:43:54.010Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:43:54.010Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:43:54.010Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:44:24.011Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
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-07-04T04:44:24.021Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
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-07-04T04:44:24.023Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:44:24.023Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:44:24.024Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:44:30.935Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:44:30.936Z||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-07-04T04:44:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:44:30.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:44:30.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:44:30.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909748834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:44:30.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:44:30.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:44:30.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "cds",
"timestamp": 1656909755185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:44:30.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:44:30.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:44:30.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "aai-ml",
"timestamp": 1656909749939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:44:30.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:44:30.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:44:30.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "policy-id",
"timestamp": 1656909746707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:44:30.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:44:54.024Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
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-07-04T04:44:54.036Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
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-07-04T04:44:54.039Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:44:54.039Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:44:54.039Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:45:24.040Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
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-07-04T04:45:24.068Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
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-07-04T04:45:24.075Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:45:24.075Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-04T04:45:24.075Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-04T04:45:30.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:45:30.936Z||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-07-04T04:45:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:45:31.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:45:31.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656909757444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "clamp",
"timestamp": 1656909753199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
"status": "NOTIFIED"
}
2022-07-04T04:45:31.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909750933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
"status": "NOTIFIED"
}
2022-07-04T04:45:31.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "aai-ml",
"timestamp": 1656909749939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909748834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
"status": "NOTIFIED"
}
2022-07-04T04:45:31.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "cds",
"timestamp": 1656909755185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "policy-id",
"timestamp": 1656909746707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656909757444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "clamp",
"timestamp": 1656909753199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909750933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-04T04:45:31.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909748834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-04T04:45:31.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "aai-ml",
"timestamp": 1656909749939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "cds",
"timestamp": 1656909755185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "policy-id",
"timestamp": 1656909746707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-04T04:45:31.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656909757444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909750933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "clamp",
"timestamp": 1656909753199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.508Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.509Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "aai-ml",
"timestamp": 1656909749939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.509Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.509Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.510Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "cds",
"timestamp": 1656909755185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.510Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.510Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.511Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909748834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.511Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.511Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "policy-id",
"timestamp": 1656909746707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.512Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656909757444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.513Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "clamp",
"timestamp": 1656909753199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909750933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-04T04:45:31.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "aai-ml",
"timestamp": 1656909749939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.516Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909748834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-04T04:45:31.517Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "cds",
"timestamp": 1656909755185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.518Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "policy-id",
"timestamp": 1656909746707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656909757444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "clamp",
"timestamp": 1656909753199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909750933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "aai-ml",
"timestamp": 1656909749939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909748834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "cds",
"timestamp": 1656909755185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "policy-id",
"timestamp": 1656909746707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656909757444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "clamp",
"timestamp": 1656909753199,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:45:31.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "aai-ml",
"timestamp": 1656909749939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:45:31.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909750933,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:45:31.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909748834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:45:31.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "cds",
"timestamp": 1656909755185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:45:31.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "policy-id",
"timestamp": 1656909746707,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:45:31.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "ves-openapi-manager",
"timestamp": 1656909757444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909764167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.534Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909763723,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.535Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "cds",
"timestamp": 1656909764693,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "aai-ml",
"timestamp": 1656909763599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.537Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "policy-id",
"timestamp": 1656909763597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.538Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "cds",
"timestamp": 1656909765700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-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-07-04T04:45:31.550Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
2022-07-04T04:45:31.551Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1 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-07-04T04:45:31.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909765277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.566Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "policy-id",
"timestamp": 1656909764605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-04T04:45:31.566Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "policy-id",
"timestamp": 1656909765607,
"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-07-04T04:45:31.574Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
2022-07-04T04:45:31.574Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1 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-07-04T04:45:31.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909766407,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.587Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909766244,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.587Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909767434,
"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-07-04T04:45:31.593Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
2022-07-04T04:45:31.594Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-04T04:45:31.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909767413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.601Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.602Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656909768438,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-04T04:45:31.602Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909768704,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.603Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.603Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.603Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909769930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-04T04:45:31.604Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909770934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-04T04:45:31.604Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "clamp",
"timestamp": 1656909771627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.605Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656909771388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.606Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909771937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-04T04:45:31.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "aai-ml",
"timestamp": 1656909772322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-04T04:45:31.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656909771388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/basic_onboard_glonho0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.608Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909772941,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-04T04:45:31.609Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "clamp",
"timestamp": 1656909773324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-04T04:45:31.610Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "aai-ml",
"timestamp": 1656909773327,
"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-07-04T04:45:31.616Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
2022-07-04T04:45:31.616Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1 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-07-04T04:45:31.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656909771388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "clamp",
"timestamp": 1656909774330,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:45:31.633Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
2022-07-04T04:45:31.633Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:45:31.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656909771388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656909771388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/resourceInstances/basic_onboard_glonho0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656909771388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:45:31.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656909771388,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:45:31.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-07-04T04:45:31.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656909779594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:45:31.647Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656909782709,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGlonho/1.0/artifacts/service-BasicOnboardGlonho-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-04T04:45:31.648Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:45:31.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-04T04:45:31.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656909783715,
"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-07-04T04:45:31.655Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
2022-07-04T04:45:31.655Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1 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-07-04T04:45:54.075Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
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-07-04T04:45:54.089Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1
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-07-04T04:45:54.094Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:45:54.094Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-04T04:45:54.094Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-04T04:45:54.094Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-04T04:45:54.095Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-04T04:45:54.095Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-04T04:45:54.095Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-04T04:45:54.095Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-04T04:45:54.096Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-04T04:45:54.096Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-04T04:45:54.096Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||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-07-04T04:45:54.102Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-04T04:46:24.102Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1 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-07-04T04:46:24.109Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1 and serviceModelVersionId: ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c
2022-07-04T04:46:24.109Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7fa7d456-7b04-4816-9f86-0f9f8eb778dc
2022-07-04T04:46:24.110Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7fa7d456-7b04-4816-9f86-0f9f8eb778dc/model-vers/model-ver/ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c?depth=0
2022-07-04T04:46:24.115Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-07-04T04:46:24.171Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fa7d456-7b04-4816-9f86-0f9f8eb778dc/model-vers/model-ver/ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c?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-07-04T04:46:24.175Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fa7d456-7b04-4816-9f86-0f9f8eb778dc/model-vers/model-ver/ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c?depth=0|INFO|500||Invoke
2022-07-04T04:46:24.200Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fa7d456-7b04-4816-9f86-0f9f8eb778dc/model-vers/model-ver/ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-04T04:46:24.381Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fa7d456-7b04-4816-9f86-0f9f8eb778dc/model-vers/model-ver/ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c?depth=0|INFO|500||InvokeReturn
2022-07-04T04:46:24.382Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fa7d456-7b04-4816-9f86-0f9f8eb778dc/model-vers/model-ver/ad745062-ebf8-4bfa-a2b3-aee7efe5ef4c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220704-04:46:24:472-28766], vertex-id=[213000], Content-Length=[0], Date=[Mon, 04 Jul 2022 04:46:24 GMT], Content-Type=[application/json]}
2022-07-04T04:46:24.382Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-07-04T04:46:24.383Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-04T04:46:24.383Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||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-07-04T04:46:24.388Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||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-07-04T04:46:24.389Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 32ac6fe2-c7aa-468e-a68b-24b1575fc1e1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-04T04:46:24.389Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-04T04:46:24.390Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:46:24.392Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:46:24.392Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909984389,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T04:46:24.492Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:46:24.493Z||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-07-04T04:46:24.493Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:46:24.517Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:46:24.518Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-04T04:46:25.423Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:46:25.423Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|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-07-04T04:46:25.424Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:46:30.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:46:30.936Z||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-07-04T04:46:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:46:31.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:46:31.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-04T04:46:31.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32ac6fe2-c7aa-468e-a68b-24b1575fc1e1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656909984389,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T04:46:31.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:46:35.806Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:46:35.807Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:46:35.808Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|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-07-04T04:46:35.809Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:46:45.392Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:46:45.393Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:46:45.394Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|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-07-04T04:46:45.394Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:46:55.027Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:46:55.029Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:46:55.030Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|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-07-04T04:46:55.030Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:47:04.617Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:47:30.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:47:30.935Z||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-07-04T04:47:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:47:30.935Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:47:30.936Z||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-07-04T04:47:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:47:40.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:47:40.599Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:48:30.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:48:30.934Z||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-07-04T04:48:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:48:30.935Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:48:30.936Z||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-07-04T04:48:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:48:40.500Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:48:40.505Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:49:30.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:49:30.934Z||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-07-04T04:49:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:49:30.935Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:49:30.936Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|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-07-04T04:49:30.936Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:49:40.515Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:49:40.526Z|32ac6fe2-c7aa-468e-a68b-24b1575fc1e1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:50:30.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:50:30.934Z||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-07-04T04:50:30.935Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:50:30.935Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:50:30.936Z||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-07-04T04:50:30.937Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:50:40.594Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:50:40.656Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:51:30.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:51:30.934Z||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-07-04T04:51:30.934Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:51:30.935Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:51:30.936Z||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-07-04T04:51:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:51:31.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:51:31.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:51:31.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b85a5e96-a2e4-415a-b8eb-267059228a40","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"44acd74e-4f1e-49e9-90f4-e0961d9b4c95","serviceDescription":"service","serviceInvariantUUID":"14f20f06-4fad-458a-a90d-43dd6ec4998b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"44e5702e-1a78-4f25-9bf7-1dd527b1430b","resourceInvariantUUID":"a975fc2c-6484-4db6-a76a-a01203a708ea","resourceCustomizationUUID":"85d38282-4ec8-4ba4-9abb-382f6f1617e2","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":"MzQ2YjYyODQ3MTU0ZDAwNTY0MTRiNTBiY2EwODU4ZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c86a6904-8f95-4cf6-9893-7472846a6641","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTcwMWE2ODdjOTgwODQ3MmEzODY3Y2Y0OTNkMzRlZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bbbccbf8-379b-483d-8de6-6b5e43cd51f2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-04T04:51:31.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "clamp",
"timestamp": 1656910263199,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:51:31.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-04T04:51:31.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "aai-ml",
"timestamp": 1656910259939,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:51:31.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-04T04:51:31.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656910268834,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:51:31.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-04T04:51:31.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "cds",
"timestamp": 1656910265185,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:51:31.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-04T04:51:31.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "policy-id",
"timestamp": 1656910266708,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:51:31.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-04T04:51:31.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656910268834,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:51:31.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-04T04:51:31.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "cds",
"timestamp": 1656910265185,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:51:31.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-04T04:51:31.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "clamp",
"timestamp": 1656910263199,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:51:31.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-04T04:51:31.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "aai-ml",
"timestamp": 1656910259939,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:51:31.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-04T04:51:31.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "policy-id",
"timestamp": 1656910266708,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:51:31.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-04T04:51:31.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "cds",
"timestamp": 1656910272898,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:51:31.588Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:51:31.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "aai-ml",
"timestamp": 1656910271801,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:51:31.589Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:51:31.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "policy-id",
"timestamp": 1656910271813,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:51:31.589Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:51:31.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "cds",
"timestamp": 1656910273919,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-07-04T04:51:31.592Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:51:31.592Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:51:31.596Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:51:31.596Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656910290933,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:51:31.619Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b85a5e96-a2e4-415a-b8eb-267059228a40
2022-07-04T04:51:31.619Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b85a5e96-a2e4-415a-b8eb-267059228a40 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-07-04T04:51:31.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "policy-id",
"timestamp": 1656910272823,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-04T04:51:31.635Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:51:31.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "policy-id",
"timestamp": 1656910273827,
"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-07-04T04:51:31.641Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b85a5e96-a2e4-415a-b8eb-267059228a40
2022-07-04T04:51:31.641Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b85a5e96-a2e4-415a-b8eb-267059228a40 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-07-04T04:51:31.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "clamp",
"timestamp": 1656910275403,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:51:31.660Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:51:31.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "aai-ml",
"timestamp": 1656910276511,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-04T04:51:31.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:51:31.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "ves-openapi-manager",
"timestamp": 1656910277444,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:51:31.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-04T04:51:31.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "clamp",
"timestamp": 1656910277410,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-04T04:51:31.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:51:31.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "aai-ml",
"timestamp": 1656910277517,
"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-07-04T04:51:31.668Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b85a5e96-a2e4-415a-b8eb-267059228a40
2022-07-04T04:51:31.668Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b85a5e96-a2e4-415a-b8eb-267059228a40 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-07-04T04:51:31.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "ves-openapi-manager",
"timestamp": 1656910277444,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:51:31.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-04T04:51:31.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "clamp",
"timestamp": 1656910278413,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-04T04:51:31.696Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:51:31.697Z||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-07-04T04:51:31.698Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:51:31.700Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b85a5e96-a2e4-415a-b8eb-267059228a40
2022-07-04T04:51:31.701Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b85a5e96-a2e4-415a-b8eb-267059228a40 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-04T04:51:31.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656910281388,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:51:31.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-04T04:51:31.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656910281388,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:51:31.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-04T04:51:31.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656910284329,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:51:31.716Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:51:31.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656910286392,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-04T04:51:31.716Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-04T04:51:31.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-04T04:51:31.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656910287400,
"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-07-04T04:51:31.724Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b85a5e96-a2e4-415a-b8eb-267059228a40
2022-07-04T04:51:31.724Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b85a5e96-a2e4-415a-b8eb-267059228a40 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-07-04T04:51:31.742Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:51:31.743Z||pool-35-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:51:32.597Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:51:32.597Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:51:32.599Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:51:32.599Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656910290933,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:51:32.699Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:51:32.700Z||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-07-04T04:51:32.700Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:51:32.754Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:51:32.755Z||pool-36-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:51:33.600Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "44acd74e-4f1e-49e9-90f4-e0961d9b4c95",
"serviceDescription": "service",
"serviceInvariantUUID": "14f20f06-4fad-458a-a90d-43dd6ec4998b",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "85d38282-4ec8-4ba4-9abb-382f6f1617e2",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "44e5702e-1a78-4f25-9bf7-1dd527b1430b",
"resourceInvariantUUID": "a975fc2c-6484-4db6-a76a-a01203a708ea",
"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": "ZTcwMWE2ODdjOTgwODQ3MmEzODY3Y2Y0OTNkMzRlZDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bbbccbf8-379b-483d-8de6-6b5e43cd51f2"
}
],
"workloadContext": "Production"
}
2022-07-04T04:51:33.600Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-04T04:51:33.600Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44acd74e-4f1e-49e9-90f4-e0961d9b4c95 ASDC
2022-07-04T04:51:33.600Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b85a5e96-a2e4-415a-b8eb-267059228a40
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:44acd74e-4f1e-49e9-90f4-e0961d9b4c95
ServiceInvariantUUID:14f20f06-4fad-458a-a90d-43dd6ec4998b
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:bbbccbf8-379b-483d-8de6-6b5e43cd51f2
ArtifactChecksum:ZTcwMWE2ODdjOTgwODQ3MmEzODY3Y2Y0OTNkMzRlZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:85d38282-4ec8-4ba4-9abb-382f6f1617e2
ResourceInvariantUUID:a975fc2c-6484-4db6-a76a-a01203a708ea
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:44e5702e-1a78-4f25-9bf7-1dd527b1430b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-07-04T04:51:33.601Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44acd74e-4f1e-49e9-90f4-e0961d9b4c95 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-07-04T04:51:33.639Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T04:51:33.640Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-04T04:51:33.640Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-04T04:51:33.640Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bbbccbf8-379b-483d-8de6-6b5e43cd51f2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-04T04:51:33.641Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-04T04:51:33.641Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-04T04:51:33.808Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-04T04:51:33.812Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bbbccbf8-379b-483d-8de6-6b5e43cd51f2 52508
2022-07-04T04:51:33.813Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-04T04:51:33.813Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-04T04:51:33.813Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:51:33.814Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:51:33.816Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:51:33.816Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656910293813,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:51:33.916Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:51:33.917Z||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-07-04T04:51:33.917Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:51:33.955Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:51:33.955Z||pool-37-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:51:34.817Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T04:51:34.817Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-04T04:51:34.818Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: bbbccbf8-379b-483d-8de6-6b5e43cd51f2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-04T04:51:34.818Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-04T04:51:34.819Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-04T04:51:34.819Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-04T04:51:35.015Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7719396258971078845/Definitions/service-BasicNetwork-template.yml
2022-07-04T04:51:35.501Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-04T04:51:35.502Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-04T04:51:35.502Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-04T04:51:35.503Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-04T04:51:35.503Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||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-07-04T04:51:35.503Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||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-07-04T04:51:35.503Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||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-07-04T04:51:35.504Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||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-07-04T04:51:35.504Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||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-07-04T04:51:35.504Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||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-07-04T04:51:35.505Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||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-07-04T04:51:35.505Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||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-07-04T04:51:35.505Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-04T04:51:35.505Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:51:35.506Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.506Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-04T04:51:35.506Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-04T04:51:35.507Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T04:51:35.507Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:51:35.507Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.508Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-04T04:51:35.508Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-04T04:51:35.508Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T04:51:35.508Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:51:35.508Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.509Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:51:35.509Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.510Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:51:35.510Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.510Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:51:35.510Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.511Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:51:35.511Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.511Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:44acd74e-4f1e-49e9-90f4-e0961d9b4c95
Model Version:NULL
Model InvariantUuid:14f20f06-4fad-458a-a90d-43dd6ec4998b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a975fc2c-6484-4db6-a76a-a01203a708ea
Model UUID:7d5d7157-a1dd-4d56-b2bb-242b56d6ef99
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:85d38282-4ec8-4ba4-9abb-382f6f1617e2
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-07-04T04:51:35.522Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 44e5702e-1a78-4f25-9bf7-1dd527b1430b
2022-07-04T04:51:35.522Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||No resources found for Service: 44acd74e-4f1e-49e9-90f4-e0961d9b4c95
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-07-04T04:51:35.528Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||
2022-07-04T04:51:35.529Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-07-04T04:51:35.530Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 44acd74e-4f1e-49e9-90f4-e0961d9b4c95
2022-07-04T04:51:35.530Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 44acd74e-4f1e-49e9-90f4-e0961d9b4c95
2022-07-04T04:51:35.530Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-07-04T04:51:35.530Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||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-07-04T04:51:35.539Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c501b28, org.onap.sdc.toscaparser.api.parameters.Input@5918f1c8, org.onap.sdc.toscaparser.api.parameters.Input@5ad75d39, org.onap.sdc.toscaparser.api.parameters.Input@34900d02, org.onap.sdc.toscaparser.api.parameters.Input@5875c9e3]
2022-07-04T04:51:35.541Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:51:35.541Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.542Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:51:35.542Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.542Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 44acd74e-4f1e-49e9-90f4-e0961d9b4c95: Generic NeutronNet
2022-07-04T04:51:35.543Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:51:35.543Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.543Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:51:35.544Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-07-04T04:51:35.592Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:51:35.592Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.592Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:51:35.593Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.593Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:51:35.593Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:51:35.594Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_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 network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) 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 (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-04T04:51:35.656Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-07-04T04:51:35.657Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-04T04:51:35.657Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-04T04:51:35.657Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-04T04:51:35.658Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:51:35.660Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:51:35.660Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656910295657,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-04T04:51:35.761Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:51:35.762Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:51:35.762Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:51:35.812Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:51:35.813Z||pool-38-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:51:36.661Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b85a5e96-a2e4-415a-b8eb-267059228a40
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-07-04T04:51:36.677Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b85a5e96-a2e4-415a-b8eb-267059228a40
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-07-04T04:51:36.680Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-04T04:51:36.680Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-04T04:51:36.680Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-04T04:51:36.681Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-04T04:51:36.681Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-04T04:51:36.681Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-04T04:51:36.681Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-04T04:51:36.681Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-04T04:51:36.681Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-04T04:51:36.681Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-04T04:51:36.681Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||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-07-04T04:51:36.699Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-04T04:52:06.699Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b85a5e96-a2e4-415a-b8eb-267059228a40 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-07-04T04:52:06.718Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b85a5e96-a2e4-415a-b8eb-267059228a40 and serviceModelVersionId: 44acd74e-4f1e-49e9-90f4-e0961d9b4c95
2022-07-04T04:52:06.718Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 14f20f06-4fad-458a-a90d-43dd6ec4998b
2022-07-04T04:52:06.720Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/14f20f06-4fad-458a-a90d-43dd6ec4998b/model-vers/model-ver/44acd74e-4f1e-49e9-90f4-e0961d9b4c95?depth=0
2022-07-04T04:52:06.724Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-07-04T04:52:06.787Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f20f06-4fad-458a-a90d-43dd6ec4998b/model-vers/model-ver/44acd74e-4f1e-49e9-90f4-e0961d9b4c95?depth=0|INFO|500||Invoke
2022-07-04T04:52:06.788Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f20f06-4fad-458a-a90d-43dd6ec4998b/model-vers/model-ver/44acd74e-4f1e-49e9-90f4-e0961d9b4c95?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f20f06-4fad-458a-a90d-43dd6ec4998b/model-vers/model-ver/44acd74e-4f1e-49e9-90f4-e0961d9b4c95?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b85a5e96-a2e4-415a-b8eb-267059228a40], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[acd2cdec-fd0e-47d4-8a01-cfc7c7d3e709], X-ECOMP-RequestID=[b85a5e96-a2e4-415a-b8eb-267059228a40], X-TransactionId=[], X-ONAP-RequestID=[b85a5e96-a2e4-415a-b8eb-267059228a40], Content-Type=[application/merge-patch+json]}
2022-07-04T04:52:06.808Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f20f06-4fad-458a-a90d-43dd6ec4998b/model-vers/model-ver/44acd74e-4f1e-49e9-90f4-e0961d9b4c95?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-04T04:52:07.216Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f20f06-4fad-458a-a90d-43dd6ec4998b/model-vers/model-ver/44acd74e-4f1e-49e9-90f4-e0961d9b4c95?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f20f06-4fad-458a-a90d-43dd6ec4998b/model-vers/model-ver/44acd74e-4f1e-49e9-90f4-e0961d9b4c95?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220704-04:52:07:102-96750], vertex-id=[180320], Content-Length=[0], Date=[Mon, 04 Jul 2022 04:52:07 GMT], Content-Type=[application/json]}
2022-07-04T04:52:07.216Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f20f06-4fad-458a-a90d-43dd6ec4998b/model-vers/model-ver/44acd74e-4f1e-49e9-90f4-e0961d9b4c95?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-04T04:52:07.217Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f20f06-4fad-458a-a90d-43dd6ec4998b/model-vers/model-ver/44acd74e-4f1e-49e9-90f4-e0961d9b4c95?depth=0|INFO|500||InvokeReturn
2022-07-04T04:52:07.218Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-04T04:52:07.218Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||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-07-04T04:52:07.226Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||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-07-04T04:52:07.227Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b85a5e96-a2e4-415a-b8eb-267059228a40 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-04T04:52:07.227Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-04T04:52:07.227Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:07.229Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:07.229Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656910327227,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-04T04:52:07.329Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:52:07.330Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:07.331Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:07.416Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:52:07.416Z||pool-39-thread-1|||||INFO|500||cambria reply ok (86 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-07-04T04:52:30.933Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:52:30.934Z|b85a5e96-a2e4-415a-b8eb-267059228a40|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-07-04T04:52:30.934Z|b85a5e96-a2e4-415a-b8eb-267059228a40|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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:30.935Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-04T04:52:30.936Z||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-07-04T04:52:30.936Z||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 rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:31.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:52:31.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-04T04:52:31.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b85a5e96-a2e4-415a-b8eb-267059228a40",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656910290933,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:52:31.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-04T04:52:31.574Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:52:31.575Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-04T04:52:31.575Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d","serviceName":"Demo_pNF_zGPoOYogPRS098XtrLDP","serviceVersion":"1.0","serviceUUID":"e9a7cc5f-0171-4001-81a9-f00a5c67fe92","serviceDescription":"catalog service description","serviceInvariantUUID":"491cf2f2-12d7-4ce7-98ba-58e0690a85ee","resources":[{"resourceInstanceName":"pNF 2e4198cc-8844 0","resourceName":"pNF 2e4198cc-8844","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1073d88d-56e9-4f0c-81f7-a88b97f830ce","resourceInvariantUUID":"900104ec-bae6-40e9-a516-50c3d5582084","resourceCustomizationUUID":"0228c2a1-85d2-4837-bf09-747e1f5dc904","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y5ZWI5MDRiZjBkNzhkOWMwYjY0MGU3MzQ2MjhhNzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f841997-1fa8-4e87-b2cb-be1828a40001","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/pNF.csar","artifactChecksum":"N2YxYjdmMDAwOWU4OGEyZmY1YjNmYzlhZjFiNzg5M2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb67a98c-8430-4eeb-a88f-5599045e25e7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ae209cb5-c456-4fd8-9430-6a943b12fb23","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vendor-license-model.xml","artifactChecksum":"ZThjOGVjMDFhOTVjZDVkZjllMDJmZjY3MTcxMTRmNGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56735347-055e-46de-8bcc-a630e8e6a564","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f890d9e7-d1e7-481a-9139-e8ac556a63b3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0d10a4c9-b10a-4828-9b66-c234c592d230","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZgpooyogprs098xtrldp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-template.yml","artifactChecksum":"MjFlYmJmNjU2ZjMyMzJjODBkN2M2MjNjZmI4M2M1ZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd98614e-9287-404b-a2f8-4a11fdb725ff","artifactVersion":"1"},{"artifactName":"service-DemoPnfZgpooyogprs098xtrldp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar","artifactChecksum":"NGY2ZDk2MzYzNWJiNGRhN2YzZWMwMDZiNzc5MWRlN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dbc78e18-a89f-420c-8ed2-dd64146b0a67","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-04T04:52:31.578Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:52:31.578Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:31.580Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:31.580Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656910350933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:52:31.681Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:52:31.682Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:31.682Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:31.745Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:52:31.746Z||pool-40-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":2,"count":1}
2022-07-04T04:52:32.581Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:52:32.582Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:32.584Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:32.584Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656910350933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:52:32.685Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T04:52:32.685Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:32.686Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:32.721Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:52:32.722Z||pool-41-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:52:33.585Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:52:33.586Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:33.588Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:33.588Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656910350933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:52:33.688Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:52:33.689Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:33.689Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:33.715Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:52:33.716Z||pool-42-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:52:34.589Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:52:34.589Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:34.610Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:34.610Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656910350933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:52:34.692Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-07-04T04:52:34.692Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:34.693Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:34.717Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:52:34.718Z||pool-43-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:52:35.611Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:52:35.611Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:35.613Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:35.614Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656910350933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:52:35.714Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T04:52:35.715Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:35.715Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:35.751Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:52:35.752Z||pool-44-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-07-04T04:52:36.614Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:52:36.615Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:36.617Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:36.617Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656910350933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/resourceInstances/pnf2e4198cc88440/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:52:36.718Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T04:52:36.719Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:36.719Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:36.753Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:52:36.754Z||pool-45-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":2,"count":1}
2022-07-04T04:52:37.618Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:52:37.619Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:37.624Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:37.625Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656910350933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-04T04:52:37.724Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T04:52:37.725Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:37.725Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:37.759Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:52:37.759Z||pool-46-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:52:38.625Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-04T04:52:38.626Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:38.628Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:38.629Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656910350933,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
"status": "NOTIFIED"
}
2022-07-04T04:52:38.729Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-04T04:52:38.729Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:38.730Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:38.804Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:52:38.805Z||pool-47-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:52:39.629Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
"serviceName": "Demo_pNF_zGPoOYogPRS098XtrLDP",
"serviceVersion": "1.0",
"serviceUUID": "e9a7cc5f-0171-4001-81a9-f00a5c67fe92",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "491cf2f2-12d7-4ce7-98ba-58e0690a85ee",
"resources": [
{
"resourceInstanceName": "pNF 2e4198cc-8844 0",
"resourceCustomizationUUID": "0228c2a1-85d2-4837-bf09-747e1f5dc904",
"resourceName": "pNF 2e4198cc-8844",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "1073d88d-56e9-4f0c-81f7-a88b97f830ce",
"resourceInvariantUUID": "900104ec-bae6-40e9-a516-50c3d5582084",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
"artifactChecksum": "NGY2ZDk2MzYzNWJiNGRhN2YzZWMwMDZiNzc5MWRlN2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dbc78e18-a89f-420c-8ed2-dd64146b0a67"
}
],
"workloadContext": "Production"
}
2022-07-04T04:52:39.630Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-04T04:52:39.630Z|b85a5e96-a2e4-415a-b8eb-267059228a40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e9a7cc5f-0171-4001-81a9-f00a5c67fe92 ASDC
2022-07-04T04:52:39.631Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d
ServiceName:Demo_pNF_zGPoOYogPRS098XtrLDP
ServiceVersion:1.0
ServiceUUID:e9a7cc5f-0171-4001-81a9-f00a5c67fe92
ServiceInvariantUUID:491cf2f2-12d7-4ce7-98ba-58e0690a85ee
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZgpooyogprs098xtrldp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
ArtifactUUID:dbc78e18-a89f-420c-8ed2-dd64146b0a67
ArtifactChecksum:NGY2ZDk2MzYzNWJiNGRhN2YzZWMwMDZiNzc5MWRlN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2e4198cc-8844 0
ResourceCustomizationUUID:0228c2a1-85d2-4837-bf09-747e1f5dc904
ResourceInvariantUUID:900104ec-bae6-40e9-a516-50c3d5582084
ResourceName:pNF 2e4198cc-8844
ResourceType:PNF
ResourceUUID:1073d88d-56e9-4f0c-81f7-a88b97f830ce
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-07-04T04:52:39.631Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e9a7cc5f-0171-4001-81a9-f00a5c67fe92 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-07-04T04:52:39.662Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T04:52:39.663Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-04T04:52:39.663Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-04T04:52:39.663Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dbc78e18-a89f-420c-8ed2-dd64146b0a67 from URL: /sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:39.663Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-04T04:52:39.663Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:39.928Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-04T04:52:39.935Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar dbc78e18-a89f-420c-8ed2-dd64146b0a67 82644
2022-07-04T04:52:39.935Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar ASDC sendASDCNotification
2022-07-04T04:52:39.936Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:39.936Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-04T04:52:39.936Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-04T04:52:39.938Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-04T04:52:39.939Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656910359935,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-04T04:52:40.039Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-04T04:52:40.040Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-04T04:52:40.040Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rYaAkS3KJnJJldHe) ...
2022-07-04T04:52:40.063Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-04T04:52:40.064Z||pool-48-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-04T04:52:40.939Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-04T04:52:40.940Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-04T04:52:40.940Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: dbc78e18-a89f-420c-8ed2-dd64146b0a67, URL: /sdc/v1/catalog/services/DemoPnfZgpooyogprs098xtrldp/1.0/artifacts/service-DemoPnfZgpooyogprs098xtrldp-csar.csar to file: /app/ASDC/1/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:40.940Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:40.941Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:40.941Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:41.046Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14693776762767857649/Definitions/service-DemoPnfZgpooyogprs098xtrldp-template.yml
2022-07-04T04:52:41.860Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-04T04:52:41.861Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-04T04:52:41.861Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:41.861Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-04T04:52:41.862Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:41.862Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2e4198cc-8844 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:41.862Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:41.862Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:41.862Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||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-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:41.862Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||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-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:41.862Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||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-DemoPnfZgpooyogprs098xtrldp-csar.csar
2022-07-04T04:52:41.863Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-04T04:52:41.863Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:52:41.863Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zGPoOYogPRS098XtrLDP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:52:41.863Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Node template pNF 2e4198cc-8844 0 is matching search criteria
2022-07-04T04:52:41.864Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-04T04:52:41.864Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 2e4198cc-8844 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T04:52:41.864Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-04T04:52:41.864Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_zGPoOYogPRS098XtrLDP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-04T04:52:41.864Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Node template pNF 2e4198cc-8844 0 is matching search criteria
2022-07-04T04:52:41.865Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-04T04:52:41.865Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 2e4198cc-8844 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-04T04:52:41.865Z|9412d8eb-d6f5-46ff-8ee2-cc9ec020b28d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive