By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-20T03:29:59.820Z||main|||||INFO|500||The following profiles are active: basic
2022-06-20T03:30:11.453Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-20T03:30:11.454Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-20T03:30:11.571Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-20T03:30:15.641Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-20T03:30:16.062Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-20T03:30:16.536Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-20T03:30:16.555Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-20T03:30:16.662Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-20T03:30:16.906Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-20T03:30:17.543Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-20T03:30:19.493Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-20T03:30:21.905Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-20T03:30:21.965Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-20T03:30:22.578Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-20T03:30:22.781Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-20T03:30:24.158Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-20T03:30:25.346Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-20T03:30:25.367Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$af915e9a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-20T03:30:25.368Z||main|||||WARN|500||The sdc end point is not alive
2022-06-20T03:30:28.249Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-20T03:30:31.405Z||main|||||WARN|500||---
2022-06-20T03:30:31.405Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-20T03:30:31.406Z||main|||||WARN|500||---
2022-06-20T03:30:31.831Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-20T03:30:36.829Z||main|||||INFO|500||Started Application in 40.347 seconds (JVM running for 42.607)
2022-06-20T03:30:36.851Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T03:30:36.853Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T03:30:36.864Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T03:30:36.888Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T03:30:36.929Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0e94d4d5-2b9d-4744-9b70-617afba356e0 url= /sdc/v1/artifactTypes
2022-06-20T03:30:36.929Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T03:30:37.999Z||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.56.231] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-20T03:30:38.003Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@711f7cd6
2022-06-20T03:30:38.003Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-20T03:30:38.019Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-20T03:30:38.021Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-20T03:30:38.023Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-20T03:31:26.823Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T03:31:26.824Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T03:31:26.825Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T03:31:26.828Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T03:31:26.839Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e8c0c92b-2528-4b73-bfa7-8e1ce3c7eebd url= /sdc/v1/artifactTypes
2022-06-20T03:31:26.839Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T03:31:27.887Z||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.56.231] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-20T03:31:27.888Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e957677
2022-06-20T03:31:27.888Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-20T03:31:27.889Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-20T03:31:27.889Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-20T03:31:27.890Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-20T03:32:16.824Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T03:32:16.825Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T03:32:16.825Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T03:32:16.829Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T03:32:16.836Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 63f2481b-eeae-4379-8301-2ee49431c1d7 url= /sdc/v1/artifactTypes
2022-06-20T03:32:16.837Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T03:32:17.871Z||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.56.231] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-20T03:32:17.872Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3713b39
2022-06-20T03:32:17.872Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-20T03:32:17.873Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-20T03:32:17.873Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-20T03:32:17.874Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-20T03:33:06.823Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T03:33:06.824Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T03:33:06.825Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T03:33:06.828Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T03:33:06.835Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2615627d-ef08-4d6e-8205-85dd38b7d407 url= /sdc/v1/artifactTypes
2022-06-20T03:33:06.835Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T03:33:07.855Z||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.56.231] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-20T03:33:07.857Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@19341486
2022-06-20T03:33:07.857Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-20T03:33:07.858Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-20T03:33:07.858Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-20T03:33:07.859Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f65bc368.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-20T03:33:56.824Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-20T03:33:56.825Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-20T03:33:56.825Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-20T03:33:56.828Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-20T03:33:56.850Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8c0909d2-d033-4971-8f29-986474cb85f5 url= /sdc/v1/artifactTypes
2022-06-20T03:33:56.851Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-20T03:33:57.098Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-20T03:33:57.107Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-20T03:33:57.129Z||scheduling-1|||||DEBUG|500||create keys
2022-06-20T03:33:57.135Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-20T03:33:57.166Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:33:57.184Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8e500a6e-d856-4af4-94d9-a7e234e1f528 url= /sdc/v1/registerForDistribution
2022-06-20T03:33:57.322Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8e500a6e-d856-4af4-94d9-a7e234e1f528 url= /sdc/v1/registerForDistribution
2022-06-20T03:33:57.323Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-20T03:33:57.330Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:33:57.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:33:57.336Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-20T03:33:57.340Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:33:57.340Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:33:57.341Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:33:57.341Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:34:07.729Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:34:07.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:34:57.329Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:34:57.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:34:57.331Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:34:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:34:57.331Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:34:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:35:06.912Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:35:06.919Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:35:57.329Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:35:57.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:35:57.332Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:35:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:35:57.332Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:35:57.333Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:36:06.940Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:36:06.943Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:36:57.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:36:57.330Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:36:57.331Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:36:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:36:57.331Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:36:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:37:06.919Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:37:06.920Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:37:57.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:37:57.330Z||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-06-20T03:37:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:37:57.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:37:57.331Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:37:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:38:06.903Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:38:06.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:38:57.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:38:57.330Z||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-06-20T03:38:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:38:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:38:57.331Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:38:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:39:06.906Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:39:06.950Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:39:57.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:39:57.330Z||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-06-20T03:39:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:39:57.330Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:39:57.331Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:39:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:40:06.888Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:40:06.900Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:40:38.082Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-20T03:40:57.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:40:57.329Z||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-06-20T03:40:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:40:57.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:40:57.332Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:40:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:41:06.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:41:06.907Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:41:57.329Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:41:57.330Z||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-06-20T03:41:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:41:57.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:41:57.332Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:41:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:42:06.907Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:42:06.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:42:57.328Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:42:57.329Z||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-06-20T03:42:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:42:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:42:57.331Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:42:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:43:06.922Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:43:06.923Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:43:57.329Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:43:57.330Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:43:57.331Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:43:57.331Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:43:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:43:57.331Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T03:44:06.961Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:44:06.961Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:44:57.329Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:44:57.330Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:44:57.330Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:44:57.331Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T03:44:57.331Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:44:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:45:06.915Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:45:06.915Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:45:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:45:57.330Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:45:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:45:57.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:45:57.332Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:45:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:46:06.948Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:46:06.953Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:46:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:46:57.329Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:46:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:46:57.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:46:57.331Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:46:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:47:06.916Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:47:06.934Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:47:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:47:57.329Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:47:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:47:57.330Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:47:57.331Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:47:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:48:06.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:48:06.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:48:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:48:57.330Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:48:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:48:57.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:48:57.331Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:48:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:49:06.902Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:49:06.936Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:49:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:49:57.329Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:49:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:49:57.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:49:57.331Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:49:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:50:06.892Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:50:06.930Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:50:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:50:57.329Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:50:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:50:57.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:50:57.331Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:50:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:51:06.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:51:06.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:51:57.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:51:57.330Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:51:57.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:51:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:51:57.331Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:51:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:52:06.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:52:06.974Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:52:57.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:52:57.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:52:57.331Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:52:57.331Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:52:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:52:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:53:06.903Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:53:06.925Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:53:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:53:57.329Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:53:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:53:57.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:53:57.331Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:53:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:54:06.931Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:54:06.939Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:54:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:54:57.329Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:54:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:54:57.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:54:57.331Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:54:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:55:06.891Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:55:06.892Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:55:57.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:55:57.330Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:55:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:55:57.330Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:55:57.331Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:55:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:56:06.888Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:56:06.888Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:56:57.328Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:56:57.329Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:56:57.330Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T03:56:57.331Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:56:57.331Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:56:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:57:06.891Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:57:06.892Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:57:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:57:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:57:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:57:57.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:57:57.332Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:57:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:58:06.916Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:58:06.930Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:58:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:58:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:58:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:58:57.330Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:58:57.331Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:58:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:59:06.924Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:59:06.938Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T03:59:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:59:57.330Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:59:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T03:59:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T03:59:57.332Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T03:59:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:00:06.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:00:06.928Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:00:57.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:00:57.330Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:00:57.332Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:00:57.332Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:00:57.333Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:00:57.333Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:01:06.909Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:01:06.913Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:01:57.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:01:57.330Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:01:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:01:57.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:01:57.331Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:01:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:02:06.922Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:02:07.006Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:02:57.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:02:57.330Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:02:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:02:57.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:02:57.331Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:02:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:03:06.925Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:03:06.925Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:03:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:03:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:03:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:03:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:03:57.331Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:03:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:04:06.909Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:04:06.910Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:04:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:04:57.330Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:04:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:04:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:04:57.331Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:04:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:05:06.919Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:05:06.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:05:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:05:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:05:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:05:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:05:57.331Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:05:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:06:06.917Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:06:06.917Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:06:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:06:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:06:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:06:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:06:57.331Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:06:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:07:06.926Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:07:06.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:07:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:07:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:07:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:07:57.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:07:57.331Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:07:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:08:06.892Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:08:06.907Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:08:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:08:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:08:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:08:57.330Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:08:57.331Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:08:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:09:06.893Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:09:06.916Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:09:57.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:09:57.330Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:09:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:09:57.330Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:09:57.331Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:09:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:10:06.899Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:10:06.911Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:10:57.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:10:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:10:57.330Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:10:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:10:57.331Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:10:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:11:06.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:11:06.910Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:11:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:11:57.330Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:11:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:11:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:11:57.331Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:11:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:12:06.916Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:12:06.924Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:12:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:12:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:12:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:12:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:12:57.331Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:12:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:13:06.901Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:13:06.908Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:13:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:13:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:13:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:13:57.330Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:13:57.331Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:13:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:14:06.912Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:14:06.914Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:14:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:14:57.330Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:14:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:14:57.330Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:14:57.331Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:14:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:15:06.894Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:15:06.894Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:15:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:15:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:15:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:15:57.330Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:15:57.331Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:15:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:16:06.902Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:16:06.902Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:16:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:16:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:16:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:16:57.330Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:16:57.331Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:16:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:17:06.898Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:17:06.898Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:17:57.328Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:17:57.329Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:17:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:17:57.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:17:57.331Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:17:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:18:06.895Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:18:06.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:18:57.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:18:57.330Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:18:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:18:57.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:18:57.331Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:18:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:19:06.897Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:19:06.897Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:19:57.329Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:19:57.330Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:19:57.331Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:19:57.331Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:19:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:19:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:20:07.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:20:07.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:20:57.329Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:20:57.330Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:20:57.330Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:20:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:20:57.332Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:20:57.333Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:20:57.969Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:20:57.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:20:57.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:20:57.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5640056d-612c-4777-ba3a-bc03ef5a4452","serviceName":"vFW 2022-06-20 04-19-12","serviceVersion":"1.0","serviceUUID":"ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51","serviceDescription":"catalog service description","serviceInvariantUUID":"3589b462-93e1-4c86-95a4-8292e0596538","resources":[{"resourceInstanceName":"vFW bd8f0ee9-81bf 0","resourceName":"vFW bd8f0ee9-81bf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7a0550f6-b090-4134-ad84-c93a9f493426","resourceInvariantUUID":"2497c137-ff80-4156-9db2-b387a859d391","resourceCustomizationUUID":"cee918dd-8f8d-46d4-b10c-3aec84726229","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vf-license-model.xml","artifactChecksum":"ZTM4MTcyY2YxY2Q4ODc0ZTM2NmRiYTNlMzc4ODAxN2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"37b185c3-9774-45be-92d2-95ae28c5afb2","artifactVersion":"1"},{"artifactName":"vfwbd8f0ee981bf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json","artifactChecksum":"ZmFiYjFhZDE0ZTEzMzFjOWUzYzY3MTg3YTllZTVjZTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b8fee239-df03-499f-8d88-f6e03dc3a11d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cf224e63-51a3-429e-a818-1525dee020dc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vendor-license-model.xml","artifactChecksum":"YzJlMTI4OWQyODQ0YjdjODRlMWU4MTcyMGUyZWI4ODU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4caf6c49-4103-44ea-9490-4033b5f11ff8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a6a38d04-e2b2-4d08-9606-b152ca0c9056","artifactVersion":"2","generatedFromUUID":"cf224e63-51a3-429e-a818-1525dee020dc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220620041912-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-template.yml","artifactChecksum":"MWI2NjRkNDA1OTg4ODA4ZTliOTcwMTU0MWU4YTNkMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a9a107c7-ab59-4bca-832f-f4dbd0970b08","artifactVersion":"1"},{"artifactName":"service-Vfw20220620041912-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar","artifactChecksum":"ZTIxNTg1MmQ1ZGM3NWFjY2U2NzdkOTgwZGQ3OWNlZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"66c00fab-3317-4e32-a4a9-1c5bd4b8dbd3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T04:20:57.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:57.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "ves-openapi-manager",
"timestamp": 1655698826769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.026Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:20:58.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "ves-openapi-manager",
"timestamp": 1655698826769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.031Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "ves-openapi-manager",
"timestamp": 1655698826769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "ves-openapi-manager",
"timestamp": 1655698826769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "cds",
"timestamp": 1655698829394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "ves-openapi-manager",
"timestamp": 1655698826769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "cds",
"timestamp": 1655698829394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "policy-id",
"timestamp": 1655698831425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "ves-openapi-manager",
"timestamp": 1655698826769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "cds",
"timestamp": 1655698829394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "policy-id",
"timestamp": 1655698831425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "ves-openapi-manager",
"timestamp": 1655698826769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "cds",
"timestamp": 1655698829394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "policy-id",
"timestamp": 1655698831425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-20T04:20:58.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "cds",
"timestamp": 1655698829394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698833988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "policy-id",
"timestamp": 1655698831425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698833988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T04:20:58.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "cds",
"timestamp": 1655698829394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "policy-id",
"timestamp": 1655698831425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "cds",
"timestamp": 1655698829394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:20:58.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698833988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-20T04:20:58.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "policy-id",
"timestamp": 1655698831425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698833988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "policy-id",
"timestamp": 1655698831425,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:20:58.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "cds",
"timestamp": 1655698837303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:20:58.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:58.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698833988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-20T04:20:58.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "cds",
"timestamp": 1655698838322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-06-20T04:20:58.068Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:20:58.089Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:20:58.089Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698857329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vf-license-model.xml",
"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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T04:20:58.191Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-20T04:20:58.194Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:20:58.195Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:20:58.210Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:20:58.210Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:20:58.249Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5640056d-612c-4777-ba3a-bc03ef5a4452
2022-06-20T04:20:58.268Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5640056d-612c-4777-ba3a-bc03ef5a4452 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:20:58.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "clamp",
"timestamp": 1655698838217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "policy-id",
"timestamp": 1655698839205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:20:58.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:58.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698833988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "clamp",
"timestamp": 1655698838217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T04:20:58.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "policy-id",
"timestamp": 1655698840213,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T04:20:58.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:58.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655698838916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "aai-ml",
"timestamp": 1655698839374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698833988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:20:58.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "clamp",
"timestamp": 1655698838217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "policy-id",
"timestamp": 1655698841217,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T04:20:58.308Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5640056d-612c-4777-ba3a-bc03ef5a4452
2022-06-20T04:20:58.308Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5640056d-612c-4777-ba3a-bc03ef5a4452 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:20:58.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655698838916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "aai-ml",
"timestamp": 1655698839374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698841876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:20:58.318Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:58.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "clamp",
"timestamp": 1655698838217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655698838916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "aai-ml",
"timestamp": 1655698839374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698842986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:20:58.319Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:58.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "clamp",
"timestamp": 1655698838217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.320Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655698838916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.320Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "aai-ml",
"timestamp": 1655698839374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.320Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "clamp",
"timestamp": 1655698838217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698844229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:20:58.321Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:58.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655698838916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "aai-ml",
"timestamp": 1655698839374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.322Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "clamp",
"timestamp": 1655698838217,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:20:58.322Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655698838916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.322Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698845332,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T04:20:58.328Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5640056d-612c-4777-ba3a-bc03ef5a4452
2022-06-20T04:20:58.328Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5640056d-612c-4777-ba3a-bc03ef5a4452 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-20T04:20:58.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "aai-ml",
"timestamp": 1655698839374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:20:58.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655698838916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:20:58.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698846340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-20T04:20:58.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:58.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "aai-ml",
"timestamp": 1655698839374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:20:58.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:20:58.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655698846775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:20:58.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:58.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "aai-ml",
"timestamp": 1655698847256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:20:58.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:58.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655698852166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T04:20:58.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:58.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655698853171,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T04:20:58.346Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5640056d-612c-4777-ba3a-bc03ef5a4452
2022-06-20T04:20:58.346Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5640056d-612c-4777-ba3a-bc03ef5a4452 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:20:58.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:20:58.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "clamp",
"timestamp": 1655698856127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:20:58.356Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:20:59.100Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:20:59.100Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:20:59.102Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:20:59.102Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698857329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T04:20:59.203Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:20:59.204Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:20:59.204Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:20:59.225Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:20:59.226Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:21:00.107Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:21:00.108Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:00.122Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:00.122Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698857329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-20T04:21:00.210Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-06-20T04:21:00.211Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:21:00.211Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:00.226Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:21:00.226Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:21:01.123Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:21:01.125Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:01.130Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:01.130Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698857329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:21:01.231Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-20T04:21:01.233Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:21:01.233Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:01.249Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:21:01.256Z||pool-6-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:21:02.131Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:21:02.132Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:02.134Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:02.134Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698857329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-20T04:21:02.234Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:21:02.235Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:21:02.236Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:02.252Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:21:02.253Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:21:03.135Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:21:03.136Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:03.139Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:03.139Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698857329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:21:03.239Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:21:03.240Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:21:03.240Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:03.262Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:21:03.263Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:21:04.140Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:21:04.141Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:04.143Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:04.143Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698857329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:21:04.244Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:21:04.245Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:21:04.245Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:04.263Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:21:04.264Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:21:05.146Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"serviceName": "vFW 2022-06-20 04-19-12",
"serviceVersion": "1.0",
"serviceUUID": "ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3589b462-93e1-4c86-95a4-8292e0596538",
"resources": [
{
"resourceInstanceName": "vFW bd8f0ee9-81bf 0",
"resourceCustomizationUUID": "cee918dd-8f8d-46d4-b10c-3aec84726229",
"resourceName": "vFW bd8f0ee9-81bf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7a0550f6-b090-4134-ad84-c93a9f493426",
"resourceInvariantUUID": "2497c137-ff80-4156-9db2-b387a859d391",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwbd8f0ee981bf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
"artifactChecksum": "ZmFiYjFhZDE0ZTEzMzFjOWUzYzY3MTg3YTllZTVjZTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b8fee239-df03-499f-8d88-f6e03dc3a11d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cf224e63-51a3-429e-a818-1525dee020dc",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a6a38d04-e2b2-4d08-9606-b152ca0c9056",
"generatedFromUUID": "cf224e63-51a3-429e-a818-1525dee020dc"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a6a38d04-e2b2-4d08-9606-b152ca0c9056",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220620041912-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"artifactChecksum": "ZTIxNTg1MmQ1ZGM3NWFjY2U2NzdkOTgwZGQ3OWNlZWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "66c00fab-3317-4e32-a4a9-1c5bd4b8dbd3"
}
],
"workloadContext": "Production"
}
2022-06-20T04:21:05.147Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T04:21:05.148Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51 ASDC
2022-06-20T04:21:05.275Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5640056d-612c-4777-ba3a-bc03ef5a4452
ServiceName:vFW 2022-06-20 04-19-12
ServiceVersion:1.0
ServiceUUID:ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51
ServiceInvariantUUID:3589b462-93e1-4c86-95a4-8292e0596538
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220620041912-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar
ArtifactUUID:66c00fab-3317-4e32-a4a9-1c5bd4b8dbd3
ArtifactChecksum:ZTIxNTg1MmQ1ZGM3NWFjY2U2NzdkOTgwZGQ3OWNlZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bd8f0ee9-81bf 0
ResourceCustomizationUUID:cee918dd-8f8d-46d4-b10c-3aec84726229
ResourceInvariantUUID:2497c137-ff80-4156-9db2-b387a859d391
ResourceName:vFW bd8f0ee9-81bf
ResourceType:VF
ResourceUUID:7a0550f6-b090-4134-ad84-c93a9f493426
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbd8f0ee981bf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json
ArtifactUUID:b8fee239-df03-499f-8d88-f6e03dc3a11d
ArtifactChecksum:ZmFiYjFhZDE0ZTEzMzFjOWUzYzY3MTg3YTllZTVjZTg=
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/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml
ArtifactUUID:cf224e63-51a3-429e-a818-1525dee020dc
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/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env
ArtifactUUID:a6a38d04-e2b2-4d08-9606-b152ca0c9056
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/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env
ArtifactUUID:a6a38d04-e2b2-4d08-9606-b152ca0c9056
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-20T04:21:05.276Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T04:21:05.339Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:21:05.339Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-20T04:21:05.340Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-20T04:21:05.341Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 66c00fab-3317-4e32-a4a9-1c5bd4b8dbd3 from URL: /sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:05.341Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-20T04:21:05.342Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:05.500Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-20T04:21:05.527Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar 66c00fab-3317-4e32-a4a9-1c5bd4b8dbd3 99052
2022-06-20T04:21:05.528Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar ASDC sendASDCNotification
2022-06-20T04:21:05.528Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:05.529Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:21:05.531Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:05.533Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:05.533Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698865527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:21:05.633Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:21:05.634Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:21:05.635Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:05.668Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:21:05.670Z||pool-10-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:21:06.534Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:21:06.534Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-20T04:21:06.535Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 66c00fab-3317-4e32-a4a9-1c5bd4b8dbd3, URL: /sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar to file: /app/ASDC/1/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:06.535Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220620041912-csar.csar
2022-06-20T04:21:06.610Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:06.611Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:07.339Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5476000489888398344/Definitions/service-Vfw20220620041912-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-20T04:21:10.277Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T04:21:10.283Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-20T04:21:10.283Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.283Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-20T04:21:10.283Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||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-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.284Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||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-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.284Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||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-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.284Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.284Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.284Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||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-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.285Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||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-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.285Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||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-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.285Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.285Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||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-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.285Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.285Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||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-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.286Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bd8f0ee9-81bf 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-Vfw20220620041912-csar.csar
2022-06-20T04:21:10.286Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-20T04:21:10.292Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:10.294Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:10.298Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:10.298Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-20T04:21:10.300Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:21:10.301Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:10.302Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:10.302Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:10.302Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-20T04:21:10.302Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:21:10.303Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:10.303Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:10.306Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:10.307Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is not matching search criteria
2022-06-20T04:21:10.307Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T04:21:10.307Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T04:21:10.307Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-20T04:21:10.308Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.308Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:10.308Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-20T04:21:10.308Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.308Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-20T04:21:10.309Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-20T04:21:10.309Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.309Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:10.309Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-20T04:21:10.309Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:10.310Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-20T04:21:10.310Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.310Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-20T04:21:10.310Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:10.311Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T04:21:10.312Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:10.312Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:10.313Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:21:10.313Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:10.313Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:10.314Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:21:10.314Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:10.314Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:10.314Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:21:10.315Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:10.315Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is not matching search criteria
2022-06-20T04:21:10.315Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T04:21:10.315Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T04:21:10.316Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-20T04:21:10.316Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-20T04:21:10.316Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-20T04:21:10.316Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.316Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:10.317Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-20T04:21:10.317Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:10.317Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-20T04:21:10.317Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.317Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9a4828da-dbe7-4e7d-be17-91261152f375
2022-06-20T04:21:10.318Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:10.318Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is not matching search criteria
2022-06-20T04:21:10.318Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T04:21:10.318Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T04:21:10.319Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-20T04:21:10.319Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.319Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:10.319Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-20T04:21:10.319Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.320Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-20T04:21:10.320Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-20T04:21:10.320Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:10.320Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-20T04:21:10.320Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.321Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=18883b24-54db-4358-916f-860f2841cc43
2022-06-20T04:21:10.321Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:10.321Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is not matching search criteria
2022-06-20T04:21:10.321Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T04:21:10.322Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T04:21:10.322Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-20T04:21:10.322Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.322Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:10.323Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-20T04:21:10.323Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.323Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-20T04:21:10.323Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-20T04:21:10.323Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-20T04:21:10.324Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:10.324Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-20T04:21:10.324Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5b89ed0d-6210-4980-8311-7a2e2d40f2a5
2022-06-20T04:21:10.324Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:10.324Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:10.325Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:10.325Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:10.325Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:10.325Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:10.326Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:10.326Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:10.326Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-20 04-19-12
Description:catalog service description
Model UUID:ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51
Model Version:NULL
Model InvariantUuid:3589b462-93e1-4c86-95a4-8292e0596538
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW bd8f0ee9-81bf
Model UUID:ab16350e-6a57-47a1-ac4e-dc1e86d5ed4a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2497c137-ff80-4156-9db2-b387a859d391
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:cee918dd-8f8d-46d4-b10c-3aec84726229
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:34c19cba-8bc0-4193-ba51-4df0ce2e128e
ModelName:VfwBd8f0ee981bf..base_vfw..module-0
ModelUuid:755f102c-c774-4522-9cce-29f0ae23b07b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9a4828da-dbe7-4e7d-be17-91261152f375
ModelInvariantUuid:c4e3f13d-2e6a-43c3-81e6-6d912da7a511
ModelName:vFW bd8f0ee9-81bf-nodes.vfwCvfc
ModelUuid:ac356259-0690-4423-ac9c-9159921c39fd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0fd5737d-2eb3-40f5-8a42-4f27b2a6815e
ModelInvariantUuid:d5272d53-48b9-43c3-afbb-5342dc8de5db
ModelName:VfwBd8f0ee981bf.compute.nodes.heat.vfw
ModelUuid:156c8fbf-6a9b-4224-ba31-adc188fa749c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:18883b24-54db-4358-916f-860f2841cc43
ModelInvariantUuid:60d8a5df-8042-4053-b792-a9194ce65bb1
ModelName:vFW bd8f0ee9-81bf-nodes.vsnCvfc
ModelUuid:33e35fb9-7e6c-483d-88ae-2b580ddd8310
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:efcf65ea-5b10-41ef-a571-b34ac39245cd
ModelInvariantUuid:eded1264-0bd3-44c0-af6d-d4d286554d75
ModelName:VfwBd8f0ee981bf.compute.nodes.heat.vsn
ModelUuid:6e8f18c2-59e5-4ce5-bd27-90a2f0a5adeb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5b89ed0d-6210-4980-8311-7a2e2d40f2a5
ModelInvariantUuid:b97ce190-cb6a-4b2a-81b7-0c64572af2a3
ModelName:vFW bd8f0ee9-81bf-nodes.vpgCvfc
ModelUuid:fc272760-2fec-4183-8a17-622cfed13704
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:94ec7824-9d46-44db-9d45-11b5d66953d2
ModelInvariantUuid:596e55ab-faba-46ad-9c3f-61ae01431636
ModelName:VfwBd8f0ee981bf.compute.nodes.heat.vpg
ModelUuid:d637e66d-2235-47da-90be-e6a01fd220a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-20T04:21:10.340Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 7a0550f6-b090-4134-ad84-c93a9f493426
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T04:21:10.431Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||vFW bd8f0ee9-81bf 0
2022-06-20T04:21:10.438Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7a0550f6-b090-4134-ad84-c93a9f493426
2022-06-20T04:21:10.439Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b8fee239-df03-499f-8d88-f6e03dc3a11d from URL: /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json
2022-06-20T04:21:10.439Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-20T04:21:10.439Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json
2022-06-20T04:21:10.493Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-20T04:21:10.493Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json b8fee239-df03-499f-8d88-f6e03dc3a11d 785
2022-06-20T04:21:10.494Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json ASDC sendASDCNotification
2022-06-20T04:21:10.494Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json
2022-06-20T04:21:10.494Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:21:10.494Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:10.496Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:10.496Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698870494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:21:10.596Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:21:10.597Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:21:10.597Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:10.615Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:21:10.616Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:21:11.498Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBd8f0ee981bf..base_vfw..module-0",
"vfModuleModelInvariantUUID": "34c19cba-8bc0-4193-ba51-4df0ce2e128e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "755f102c-c774-4522-9cce-29f0ae23b07b",
"vfModuleModelCustomizationUUID": "917cde42-3365-4f53-bcd3-ba1a2700f270",
"isBase": true,
"artifacts": [
"cf224e63-51a3-429e-a818-1525dee020dc",
"a6a38d04-e2b2-4d08-9606-b152ca0c9056"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-20T04:21:11.511Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBd8f0ee981bf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:755f102c-c774-4522-9cce-29f0ae23b07b
VfModuleModelInvariantUUID:34c19cba-8bc0-4193-ba51-4df0ce2e128e
VfModuleModelDescription:NULL
Artifacts UUID List:{
cf224e63-51a3-429e-a818-1525dee020dc
,
a6a38d04-e2b2-4d08-9606-b152ca0c9056
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-20T04:21:11.514Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBd8f0ee981bf..base_vfw..module-0",
"vfModuleModelInvariantUUID": "34c19cba-8bc0-4193-ba51-4df0ce2e128e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "755f102c-c774-4522-9cce-29f0ae23b07b",
"vfModuleModelCustomizationUUID": "917cde42-3365-4f53-bcd3-ba1a2700f270",
"isBase": true,
"artifacts": [
"cf224e63-51a3-429e-a818-1525dee020dc",
"a6a38d04-e2b2-4d08-9606-b152ca0c9056"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-20T04:21:11.514Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBd8f0ee981bf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:755f102c-c774-4522-9cce-29f0ae23b07b
VfModuleModelInvariantUUID:34c19cba-8bc0-4193-ba51-4df0ce2e128e
VfModuleModelDescription:NULL
Artifacts UUID List:{
cf224e63-51a3-429e-a818-1525dee020dc
,
a6a38d04-e2b2-4d08-9606-b152ca0c9056
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-20T04:21:11.514Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cf224e63-51a3-429e-a818-1525dee020dc from URL: /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml
2022-06-20T04:21:11.514Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-20T04:21:11.514Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml
2022-06-20T04:21:11.571Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-20T04:21:11.572Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml cf224e63-51a3-429e-a818-1525dee020dc 20368
2022-06-20T04:21:11.573Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-20T04:21:11.573Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml
2022-06-20T04:21:11.573Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:21:11.574Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:11.575Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:11.576Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698871573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:21:11.676Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:21:11.677Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:21:11.677Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:11.692Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:21:11.693Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:21:12.577Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a6a38d04-e2b2-4d08-9606-b152ca0c9056 from URL: /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env
2022-06-20T04:21:12.577Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-20T04:21:12.577Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env
2022-06-20T04:21:12.634Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-20T04:21:12.635Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env a6a38d04-e2b2-4d08-9606-b152ca0c9056 2098
2022-06-20T04:21:12.635Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-20T04:21:12.635Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env
2022-06-20T04:21:12.636Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:21:12.636Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:12.638Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:12.638Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698872635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:21:12.739Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:21:12.740Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:21:12.740Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:12.757Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:21:12.758Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:21:13.639Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51
2022-06-20T04:21:13.640Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bd8f0ee9-81bf 0 7a0550f6-b090-4134-ad84-c93a9f493426 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T04:21:13.681Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@648acb82, org.onap.sdc.toscaparser.api.parameters.Input@19568957, org.onap.sdc.toscaparser.api.parameters.Input@52f640, org.onap.sdc.toscaparser.api.parameters.Input@354fd87d, org.onap.sdc.toscaparser.api.parameters.Input@72bd38d]
2022-06-20T04:21:13.686Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:13.686Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:13.687Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-06-20T04:21:13.687Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= cee918dd-8f8d-46d4-b10c-3aec84726229
2022-06-20T04:21:13.687Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cee918dd-8f8d-46d4-b10c-3aec84726229 matches Tosca VF Customization UUID: cee918dd-8f8d-46d4-b10c-3aec84726229
2022-06-20T04:21:13.687Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: cee918dd-8f8d-46d4-b10c-3aec84726229 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-20T04:21:13.698Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:13.699Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:13.701Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id cee918dd-8f8d-46d4-b10c-3aec84726229: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-20T04:21:13.701Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ba94cb1
2022-06-20T04:21:13.701Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:13.702Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T04:21:13.702Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 917cde42-3365-4f53-bcd3-ba1a2700f270
2022-06-20T04:21:13.704Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 917cde42-3365-4f53-bcd3-ba1a2700f270
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-20T04:21:13.712Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:13.713Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:13.713Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:21:13.714Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:13.714Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:13.715Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:21:13.715Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:13.715Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is not matching search criteria
2022-06-20T04:21:13.716Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T04:21:13.716Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T04:21:13.716Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-20T04:21:13.716Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-20T04:21:13.717Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-20T04:21:13.717Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-20T04:21:13.717Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:13.717Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-20T04:21:13.717Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:13.718Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-20T04:21:13.718Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T04:21:13.718Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9a4828da-dbe7-4e7d-be17-91261152f375
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-20T04:21:13.728Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:13.728Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:13.728Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:21:13.729Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:13.729Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is not matching search criteria
2022-06-20T04:21:13.729Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T04:21:13.729Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T04:21:13.729Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-20T04:21:13.730Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-20T04:21:13.730Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:13.730Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-20T04:21:13.730Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T04:21:13.730Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-20T04:21:13.731Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-20T04:21:13.731Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:13.731Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-20T04:21:13.731Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T04:21:13.731Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=18883b24-54db-4358-916f-860f2841cc43
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-20T04:21:13.734Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:13.734Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:13.735Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:21:13.737Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:13.737Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is not matching search criteria
2022-06-20T04:21:13.737Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-20T04:21:13.738Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-20T04:21:13.738Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-20T04:21:13.738Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-20T04:21:13.738Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:13.739Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-20T04:21:13.739Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-20T04:21:13.739Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-20T04:21:13.740Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-20T04:21:13.740Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-20T04:21:13.740Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-20T04:21:13.740Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-20T04:21:13.740Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5b89ed0d-6210-4980-8311-7a2e2d40f2a5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-20T04:21:13.743Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:13.744Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:13.744Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:21:13.744Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:13.744Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Node template vFW bd8f0ee9-81bf 0 is matching search criteria
2022-06-20T04:21:13.745Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW bd8f0ee9-81bf 0] matching following query criteria: sdcType=VF, customizationUUID=cee918dd-8f8d-46d4-b10c-3aec84726229
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T04:21:13.747Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:13.748Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:13.748Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51: vFW bd8f0ee9-81bf
2022-06-20T04:21:13.748Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:13.749Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:13.749Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:13.749Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:13.749Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:13.749Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:13.750Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:13.750Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:13.750Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:21:13.750Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-06-20 04-19-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:21:13.750Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-06-20 04-19-12
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:21:14.044Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bd8f0ee9-81bf 7a0550f6-b090-4134-ad84-c93a9f493426 1 ASDC deployResourceStructure
2022-06-20T04:21:14.044Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json ASDC sendASDCNotification
2022-06-20T04:21:14.044Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json
2022-06-20T04:21:14.044Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:21:14.045Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:14.046Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:14.046Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698874044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-20T04:21:14.147Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:21:14.147Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:21:14.147Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:14.167Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:21:14.167Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1}
2022-06-20T04:21:15.047Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-20T04:21:15.048Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml
2022-06-20T04:21:15.048Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:21:15.049Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:15.051Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:15.051Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698875047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-20T04:21:15.151Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:21:15.152Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:21:15.152Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:15.174Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:21:15.175Z||pool-15-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:21:16.052Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-20T04:21:16.052Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env
2022-06-20T04:21:16.053Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:21:16.053Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:16.055Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:16.055Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698876052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-20T04:21:16.155Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:21:16.157Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:21:16.157Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:16.175Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:21:16.176Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:21:17.055Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar ASDC sendASDCNotification
2022-06-20T04:21:17.056Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar
2022-06-20T04:21:17.056Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:21:17.056Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:21:17.058Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:21:17.058Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698877055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T04:21:17.158Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:21:17.159Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:21:17.159Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:17.176Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:21:17.176Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:21:18.059Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T04:21:18.078Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T04:21:18.081Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:21:18.081Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T04:21:18.081Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T04:21:48.081Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T04:21:48.096Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T04:21:48.099Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:21:48.099Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T04:21:48.099Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T04:21:57.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:21:57.333Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:21:57.333Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:21:57.467Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:21:57.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:21:57.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698857329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:21:57.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:18.099Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T04:22:18.115Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T04:22:18.120Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:22:18.120Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T04:22:18.120Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T04:22:48.120Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T04:22:48.134Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T04:22:48.139Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:22:48.139Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-20T04:22:48.139Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-20T04:22:57.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:22:57.332Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:22:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:22:57.867Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:22:57.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "clamp",
"timestamp": 1655698858141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T04:22:57.873Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698857329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T04:22:57.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "clamp",
"timestamp": 1655698859145,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T04:22:57.886Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5640056d-612c-4777-ba3a-bc03ef5a4452
2022-06-20T04:22:57.887Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5640056d-612c-4777-ba3a-bc03ef5a4452 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:22:57.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698857329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-20T04:22:57.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698857329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698857329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-20T04:22:57.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698857329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "aai-ml",
"timestamp": 1655698863126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T04:22:57.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698857329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:22:57.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "aai-ml",
"timestamp": 1655698864132,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T04:22:57.906Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5640056d-612c-4777-ba3a-bc03ef5a4452
2022-06-20T04:22:57.907Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5640056d-612c-4777-ba3a-bc03ef5a4452 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:22:57.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698865527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:22:57.917Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698870494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:22:57.918Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698871573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:22:57.918Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698872635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:22:57.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698874044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/vfwbd8f0ee981bf0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-20T04:22:57.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698875047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-20T04:22:57.920Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698876052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/resourceInstances/vfwbd8f0ee981bf0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-20T04:22:57.920Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655698877055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220620041912/1.0/artifacts/service-Vfw20220620041912-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T04:22:57.921Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "ves-openapi-manager",
"timestamp": 1655698886769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "ves-openapi-manager",
"timestamp": 1655698886769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "ves-openapi-manager",
"timestamp": 1655698886769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "cds",
"timestamp": 1655698889394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "ves-openapi-manager",
"timestamp": 1655698886769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "cds",
"timestamp": 1655698889394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "policy-id",
"timestamp": 1655698891425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "ves-openapi-manager",
"timestamp": 1655698886769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "cds",
"timestamp": 1655698889394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "policy-id",
"timestamp": 1655698891425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "ves-openapi-manager",
"timestamp": 1655698886769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "cds",
"timestamp": 1655698889394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "policy-id",
"timestamp": 1655698891425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-20T04:22:57.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "ves-openapi-manager",
"timestamp": 1655698886769,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698893985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "cds",
"timestamp": 1655698889394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "policy-id",
"timestamp": 1655698891425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698893985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T04:22:57.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "cds",
"timestamp": 1655698889394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "policy-id",
"timestamp": 1655698891425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698893985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-20T04:22:57.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "cds",
"timestamp": 1655698889394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:22:57.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "policy-id",
"timestamp": 1655698891425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698893985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "cds",
"timestamp": 1655698897206,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:22:57.937Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "policy-id",
"timestamp": 1655698891425,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:22:57.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698893985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-20T04:22:57.940Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "cds",
"timestamp": 1655698898213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:22:57.954Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6
2022-06-20T04:22:57.954Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:22:57.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "clamp",
"timestamp": 1655698898215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "policy-id",
"timestamp": 1655698899203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:22:57.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698893985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "clamp",
"timestamp": 1655698898215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T04:22:57.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "policy-id",
"timestamp": 1655698900207,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T04:22:57.965Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655698898916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "aai-ml",
"timestamp": 1655698899374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698893985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:22:57.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "clamp",
"timestamp": 1655698898215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "policy-id",
"timestamp": 1655698901210,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T04:22:57.971Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6
2022-06-20T04:22:57.972Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:22:57.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655698898916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "aai-ml",
"timestamp": 1655698899374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698901797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:22:57.990Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "clamp",
"timestamp": 1655698898215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655698898916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "aai-ml",
"timestamp": 1655698899374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698902895,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:22:57.992Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "clamp",
"timestamp": 1655698898215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655698898916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "aai-ml",
"timestamp": 1655698899374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698903970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:22:57.993Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:57.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "clamp",
"timestamp": 1655698898215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655698898916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "aai-ml",
"timestamp": 1655698899374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:57.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "clamp",
"timestamp": 1655698898215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:22:57.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:57.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:57.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698905015,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T04:22:57.999Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6
2022-06-20T04:22:58.000Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-20T04:22:58.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655698898916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:58.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:58.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "aai-ml",
"timestamp": 1655698899374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:22:58.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:58.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655698906023,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-20T04:22:58.009Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:58.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655698898916,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:22:58.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:58.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "aai-ml",
"timestamp": 1655698899374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:22:58.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:22:58.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655698906744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:22:58.010Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:58.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "aai-ml",
"timestamp": 1655698907136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:22:58.011Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:58.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "clamp",
"timestamp": 1655698909135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:22:58.011Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:58.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655698909123,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T04:22:58.011Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:58.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655698910128,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T04:22:58.017Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6
2022-06-20T04:22:58.018Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:22:58.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "clamp",
"timestamp": 1655698912140,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T04:22:58.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:58.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "clamp",
"timestamp": 1655698913146,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T04:22:58.052Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6
2022-06-20T04:22:58.052Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:22:58.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "aai-ml",
"timestamp": 1655698914613,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T04:22:58.061Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:22:58.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:22:58.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "aai-ml",
"timestamp": 1655698915620,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T04:22:58.066Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6
2022-06-20T04:22:58.066Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:23:18.139Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T04:23:18.154Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T04:23:18.158Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:23:18.158Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T04:23:18.158Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T04:23:18.158Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T04:23:18.158Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T04:23:18.159Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T04:23:18.159Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T04:23:18.159Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T04:23:18.159Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T04:23:18.159Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T04:23:18.159Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T04:23:18.164Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T04:23:48.165Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5640056d-612c-4777-ba3a-bc03ef5a4452 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-20T04:23:48.175Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5640056d-612c-4777-ba3a-bc03ef5a4452 and serviceModelVersionId: ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51
2022-06-20T04:23:48.176Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3589b462-93e1-4c86-95a4-8292e0596538
2022-06-20T04:23:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:23:57.331Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:23:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:02.574Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3589b462-93e1-4c86-95a4-8292e0596538/model-vers/model-ver/ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51?depth=0
2022-06-20T04:24:02.682Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T04:24:03.160Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3589b462-93e1-4c86-95a4-8292e0596538/model-vers/model-ver/ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51?depth=0|INFO|500||Invoke
2022-06-20T04:24:03.167Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3589b462-93e1-4c86-95a4-8292e0596538/model-vers/model-ver/ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3589b462-93e1-4c86-95a4-8292e0596538/model-vers/model-ver/ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5640056d-612c-4777-ba3a-bc03ef5a4452], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[79a8a6a5-68c6-4cf4-8b5e-eae4563027a3], X-ECOMP-RequestID=[5640056d-612c-4777-ba3a-bc03ef5a4452], X-TransactionId=[], X-ONAP-RequestID=[5640056d-612c-4777-ba3a-bc03ef5a4452], Content-Type=[application/merge-patch+json]}
2022-06-20T04:24:03.305Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3589b462-93e1-4c86-95a4-8292e0596538/model-vers/model-ver/ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-20T04:24:03.525Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3589b462-93e1-4c86-95a4-8292e0596538/model-vers/model-ver/ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51?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/3589b462-93e1-4c86-95a4-8292e0596538/model-vers/model-ver/ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220620-04:24:03:314-78937], vertex-id=[159872], Content-Length=[0], Date=[Mon, 20 Jun 2022 04:24:03 GMT], Content-Type=[application/json]}
2022-06-20T04:24:03.527Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3589b462-93e1-4c86-95a4-8292e0596538/model-vers/model-ver/ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-20T04:24:03.529Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3589b462-93e1-4c86-95a4-8292e0596538/model-vers/model-ver/ae78fb06-5cb2-42c1-a2f4-159f1c7dcb51?depth=0|INFO|500||InvokeReturn
2022-06-20T04:24:03.533Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T04:24:03.534Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T04:24:03.542Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-20T04:24:03.543Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5640056d-612c-4777-ba3a-bc03ef5a4452 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T04:24:03.544Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T04:24:03.544Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:03.546Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:03.546Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699043543,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:24:03.646Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:03.647Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:24:03.647Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:03.664Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:24:03.665Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:04.283Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:24:04.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:04.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5640056d-612c-4777-ba3a-bc03ef5a4452",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699043543,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:24:04.285Z||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-06-20T04:24:04.577Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:24:04.578Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:24:04.578Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:09.055Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:24:09.056Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:24:09.056Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6","serviceName":"basic_onboard_WdgOVg","serviceVersion":"1.0","serviceUUID":"1cd15cca-5519-4fd7-8b2d-ad801bdc04d3","serviceDescription":"service","serviceInvariantUUID":"02d03331-9c21-4c4c-99da-32914b528c65","resources":[{"resourceInstanceName":"basic_onboard_WdgOVg 0","resourceName":"basic_onboard_WdgOVg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7586daf2-f799-4e46-8d05-e84d7f4f10f4","resourceInvariantUUID":"dc83c096-8bf9-4d84-b4e5-c4a03c7405e7","resourceCustomizationUUID":"03650315-6a36-433a-bf3a-4e038fd14d56","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vf-license-model.xml","artifactChecksum":"NGQ0NWM5YjU2MzVmZjRmYzJiNjI3YTcwNWFmMWEzNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83bc6a88-747f-4ce3-9bbd-a8091ce86b6e","artifactVersion":"1"},{"artifactName":"basic_onboard_wdgovg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json","artifactChecksum":"MzNhYWYyNzMyODYwOGQzMjg2NTU4NDE3MDMyZmRkNzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4044fea8-8480-41a0-8967-2582d0d53ef2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"98037a52-69fe-4b8a-9026-217abf970c2a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bb9f959c-bdb5-41df-9b5e-0c702f22872b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f3222c96-c86b-421a-aa87-9be87411d8df","artifactVersion":"2","generatedFromUUID":"98037a52-69fe-4b8a-9026-217abf970c2a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWdgovg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-template.yml","artifactChecksum":"MmIwMTg5ZTcyYTVjYzIzNWQzYzc0NjU5NmVkMDg3MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df238739-a213-4e05-a016-10fa392f5492","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWdgovg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar","artifactChecksum":"MGM3ODMwNDQ1MGY5Nzc5NzMzNmQyN2YxZGQ1OWRhMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c83b3b93-1210-4080-b771-a22468e8932d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T04:24:09.059Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:24:09.059Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:09.061Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:09.061Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699044577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:24:09.161Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:09.162Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:24:09.162Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:09.179Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:24:09.179Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:10.062Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:24:10.062Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:10.064Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:10.064Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699044577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T04:24:10.164Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:10.165Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:24:10.165Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:10.181Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:24:10.181Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:11.065Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:24:11.066Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:11.068Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:11.068Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699044577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-20T04:24:11.168Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:11.169Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:24:11.169Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:11.187Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:24:11.188Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:12.068Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:24:12.069Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:12.071Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:12.071Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699044577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:24:12.172Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:12.173Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:24:12.173Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:12.187Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:24:12.188Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:13.071Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:24:13.072Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:13.074Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:13.075Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699044577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-20T04:24:13.175Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:24:13.180Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:24:13.180Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:13.197Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:24:13.198Z||pool-23-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:14.075Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:24:14.076Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:14.078Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:14.078Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699044577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:24:14.178Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:14.179Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:24:14.179Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:14.196Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:24:14.197Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:15.078Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:24:15.079Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:15.081Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:15.082Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699044577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:24:15.182Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:15.183Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:24:15.183Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:15.198Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:24:15.198Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:16.083Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"serviceName": "basic_onboard_WdgOVg",
"serviceVersion": "1.0",
"serviceUUID": "1cd15cca-5519-4fd7-8b2d-ad801bdc04d3",
"serviceDescription": "service",
"serviceInvariantUUID": "02d03331-9c21-4c4c-99da-32914b528c65",
"resources": [
{
"resourceInstanceName": "basic_onboard_WdgOVg 0",
"resourceCustomizationUUID": "03650315-6a36-433a-bf3a-4e038fd14d56",
"resourceName": "basic_onboard_WdgOVg",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7586daf2-f799-4e46-8d05-e84d7f4f10f4",
"resourceInvariantUUID": "dc83c096-8bf9-4d84-b4e5-c4a03c7405e7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_wdgovg0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
"artifactChecksum": "MzNhYWYyNzMyODYwOGQzMjg2NTU4NDE3MDMyZmRkNzg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4044fea8-8480-41a0-8967-2582d0d53ef2",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "98037a52-69fe-4b8a-9026-217abf970c2a",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f3222c96-c86b-421a-aa87-9be87411d8df",
"generatedFromUUID": "98037a52-69fe-4b8a-9026-217abf970c2a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f3222c96-c86b-421a-aa87-9be87411d8df",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardWdgovg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"artifactChecksum": "MGM3ODMwNDQ1MGY5Nzc5NzMzNmQyN2YxZGQ1OWRhMWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c83b3b93-1210-4080-b771-a22468e8932d"
}
],
"workloadContext": "Production"
}
2022-06-20T04:24:16.084Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T04:24:16.084Z|5640056d-612c-4777-ba3a-bc03ef5a4452|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1cd15cca-5519-4fd7-8b2d-ad801bdc04d3 ASDC
2022-06-20T04:24:16.084Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6
ServiceName:basic_onboard_WdgOVg
ServiceVersion:1.0
ServiceUUID:1cd15cca-5519-4fd7-8b2d-ad801bdc04d3
ServiceInvariantUUID:02d03331-9c21-4c4c-99da-32914b528c65
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWdgovg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar
ArtifactUUID:c83b3b93-1210-4080-b771-a22468e8932d
ArtifactChecksum:MGM3ODMwNDQ1MGY5Nzc5NzMzNmQyN2YxZGQ1OWRhMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_WdgOVg 0
ResourceCustomizationUUID:03650315-6a36-433a-bf3a-4e038fd14d56
ResourceInvariantUUID:dc83c096-8bf9-4d84-b4e5-c4a03c7405e7
ResourceName:basic_onboard_WdgOVg
ResourceType:VF
ResourceUUID:7586daf2-f799-4e46-8d05-e84d7f4f10f4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wdgovg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json
ArtifactUUID:4044fea8-8480-41a0-8967-2582d0d53ef2
ArtifactChecksum:MzNhYWYyNzMyODYwOGQzMjg2NTU4NDE3MDMyZmRkNzg=
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/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:98037a52-69fe-4b8a-9026-217abf970c2a
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/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env
ArtifactUUID:f3222c96-c86b-421a-aa87-9be87411d8df
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/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env
ArtifactUUID:f3222c96-c86b-421a-aa87-9be87411d8df
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-20T04:24:16.084Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1cd15cca-5519-4fd7-8b2d-ad801bdc04d3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T04:24:16.123Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:24:16.123Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-20T04:24:16.124Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-20T04:24:16.124Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c83b3b93-1210-4080-b771-a22468e8932d from URL: /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:16.124Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-20T04:24:16.124Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:16.267Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-20T04:24:16.270Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar c83b3b93-1210-4080-b771-a22468e8932d 71582
2022-06-20T04:24:16.271Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar ASDC sendASDCNotification
2022-06-20T04:24:16.271Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:16.271Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:24:16.271Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:16.273Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:16.273Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699056271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:24:16.373Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:16.374Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:24:16.375Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:16.390Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:24:16.391Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:17.274Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:24:17.274Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-20T04:24:17.275Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c83b3b93-1210-4080-b771-a22468e8932d, URL: /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar to file: /app/ASDC/1/service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:17.275Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:17.276Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:17.276Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:17.453Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4316267469525099827/Definitions/service-BasicOnboardWdgovg-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-20T04:24:18.631Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T04:24:18.632Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-20T04:24:18.632Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:18.632Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-20T04:24:18.632Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||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-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:18.632Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||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-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:18.633Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||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-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:18.633Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||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-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:18.633Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:18.633Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:18.633Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||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-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:18.633Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_WdgOVg 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-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:18.633Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||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-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:18.633Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-20T04:24:18.633Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:18.634Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:18.634Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is matching search criteria
2022-06-20T04:24:18.634Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-20T04:24:18.634Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WdgOVg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:24:18.634Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:18.635Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:18.635Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is matching search criteria
2022-06-20T04:24:18.635Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-20T04:24:18.635Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WdgOVg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:24:18.635Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:18.635Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:18.635Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:18.636Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is not matching search criteria
2022-06-20T04:24:18.636Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-20T04:24:18.636Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-20T04:24:18.636Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-20T04:24:18.636Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-20T04:24:18.636Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-20T04:24:18.637Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:18.637Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T04:24:18.637Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:18.637Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is matching search criteria
2022-06-20T04:24:18.637Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WdgOVg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:24:18.637Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:18.638Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is matching search criteria
2022-06-20T04:24:18.638Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WdgOVg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:24:18.638Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:18.638Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is matching search criteria
2022-06-20T04:24:18.638Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WdgOVg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:24:18.638Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:18.639Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is not matching search criteria
2022-06-20T04:24:18.639Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-20T04:24:18.639Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-20T04:24:18.639Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1d073c37-a5a8-4df1-bd5d-24ac1d0cde27
2022-06-20T04:24:18.639Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:18.639Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:18.640Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:18.640Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:18.640Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:18.640Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:18.640Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:18.640Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:18.640Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_WdgOVg
Description:service
Model UUID:1cd15cca-5519-4fd7-8b2d-ad801bdc04d3
Model Version:NULL
Model InvariantUuid:02d03331-9c21-4c4c-99da-32914b528c65
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_WdgOVg
Model UUID:b8ad5f9b-0d07-45ba-8df4-3b25d98088d4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dc83c096-8bf9-4d84-b4e5-c4a03c7405e7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:03650315-6a36-433a-bf3a-4e038fd14d56
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2ed6993e-237b-41c8-931f-8e25ef541f47
ModelName:BasicOnboardWdgovg..base_ubuntu18..module-0
ModelUuid:a3ef47fc-5e38-4445-b450-3218ee9492ab
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1d073c37-a5a8-4df1-bd5d-24ac1d0cde27
ModelInvariantUuid:e67fe621-a37c-4b98-80c2-c86fa7868999
ModelName:basic_onboard_WdgOVg-nodes.ubuntu18Cvfc
ModelUuid:44544943-7efe-4380-89d4-4142242e0d95
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:6a49e35e-09d2-40e6-8bac-443379a551d9
ModelInvariantUuid:90e748ee-7581-4c93-9589-8538abe49a2e
ModelName:BasicOnboardWdgovg.compute.nodes.heat.ubuntu18
ModelUuid:c15296b9-e359-495e-815f-98ee5a19cb84
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-20T04:24:18.648Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 7586daf2-f799-4e46-8d05-e84d7f4f10f4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T04:24:18.651Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||basic_onboard_WdgOVg 0
2022-06-20T04:24:18.651Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7586daf2-f799-4e46-8d05-e84d7f4f10f4
2022-06-20T04:24:18.651Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4044fea8-8480-41a0-8967-2582d0d53ef2 from URL: /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json
2022-06-20T04:24:18.651Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-20T04:24:18.652Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json
2022-06-20T04:24:18.718Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-20T04:24:18.718Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json 4044fea8-8480-41a0-8967-2582d0d53ef2 798
2022-06-20T04:24:18.719Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json ASDC sendASDCNotification
2022-06-20T04:24:18.719Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json
2022-06-20T04:24:18.719Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:24:18.719Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:18.721Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:18.721Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699058719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:24:18.822Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:18.823Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:24:18.823Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:18.869Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:24:18.870Z||pool-27-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:19.722Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWdgovg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "2ed6993e-237b-41c8-931f-8e25ef541f47",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a3ef47fc-5e38-4445-b450-3218ee9492ab",
"vfModuleModelCustomizationUUID": "5f21a6dc-c7e2-47f5-85f2-b2993935d43f",
"isBase": true,
"artifacts": [
"98037a52-69fe-4b8a-9026-217abf970c2a",
"f3222c96-c86b-421a-aa87-9be87411d8df"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-20T04:24:19.726Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWdgovg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a3ef47fc-5e38-4445-b450-3218ee9492ab
VfModuleModelInvariantUUID:2ed6993e-237b-41c8-931f-8e25ef541f47
VfModuleModelDescription:NULL
Artifacts UUID List:{
98037a52-69fe-4b8a-9026-217abf970c2a
,
f3222c96-c86b-421a-aa87-9be87411d8df
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-20T04:24:19.728Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardWdgovg..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "2ed6993e-237b-41c8-931f-8e25ef541f47",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a3ef47fc-5e38-4445-b450-3218ee9492ab",
"vfModuleModelCustomizationUUID": "5f21a6dc-c7e2-47f5-85f2-b2993935d43f",
"isBase": true,
"artifacts": [
"98037a52-69fe-4b8a-9026-217abf970c2a",
"f3222c96-c86b-421a-aa87-9be87411d8df"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-20T04:24:19.728Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWdgovg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a3ef47fc-5e38-4445-b450-3218ee9492ab
VfModuleModelInvariantUUID:2ed6993e-237b-41c8-931f-8e25ef541f47
VfModuleModelDescription:NULL
Artifacts UUID List:{
98037a52-69fe-4b8a-9026-217abf970c2a
,
f3222c96-c86b-421a-aa87-9be87411d8df
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-20T04:24:19.728Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 98037a52-69fe-4b8a-9026-217abf970c2a from URL: /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml
2022-06-20T04:24:19.728Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-20T04:24:19.729Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml
2022-06-20T04:24:19.787Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-20T04:24:19.787Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml 98037a52-69fe-4b8a-9026-217abf970c2a 5033
2022-06-20T04:24:19.787Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-20T04:24:19.788Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml
2022-06-20T04:24:19.788Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:24:19.788Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:19.790Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:19.790Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699059787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:24:19.890Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:19.891Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:24:19.891Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:19.908Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:24:19.909Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:20.790Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f3222c96-c86b-421a-aa87-9be87411d8df from URL: /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env
2022-06-20T04:24:20.791Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-20T04:24:20.791Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env
2022-06-20T04:24:20.953Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-20T04:24:20.954Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env f3222c96-c86b-421a-aa87-9be87411d8df 909
2022-06-20T04:24:20.954Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-20T04:24:20.954Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env
2022-06-20T04:24:20.954Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:24:20.954Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:20.956Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:20.956Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699060954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:24:21.056Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:21.057Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:24:21.058Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:21.073Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:24:21.074Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:21.957Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1cd15cca-5519-4fd7-8b2d-ad801bdc04d3
2022-06-20T04:24:21.957Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_WdgOVg 0 7586daf2-f799-4e46-8d05-e84d7f4f10f4 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T04:24:21.973Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@567f27c5, org.onap.sdc.toscaparser.api.parameters.Input@2d8e4057, org.onap.sdc.toscaparser.api.parameters.Input@78f876de, org.onap.sdc.toscaparser.api.parameters.Input@71074015, org.onap.sdc.toscaparser.api.parameters.Input@5e6900ff]
2022-06-20T04:24:21.975Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:21.975Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:21.975Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-06-20T04:24:21.975Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 03650315-6a36-433a-bf3a-4e038fd14d56
2022-06-20T04:24:21.975Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 03650315-6a36-433a-bf3a-4e038fd14d56 matches Tosca VF Customization UUID: 03650315-6a36-433a-bf3a-4e038fd14d56
2022-06-20T04:24:21.976Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 03650315-6a36-433a-bf3a-4e038fd14d56 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-20T04:24:21.978Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:21.978Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:21.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 03650315-6a36-433a-bf3a-4e038fd14d56: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-20T04:24:21.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@71034f46
2022-06-20T04:24:21.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:21.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T04:24:21.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5f21a6dc-c7e2-47f5-85f2-b2993935d43f
2022-06-20T04:24:21.980Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5f21a6dc-c7e2-47f5-85f2-b2993935d43f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-20T04:24:21.982Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:21.982Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is matching search criteria
2022-06-20T04:24:21.982Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WdgOVg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:24:21.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:21.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is matching search criteria
2022-06-20T04:24:21.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WdgOVg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:24:21.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:21.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is not matching search criteria
2022-06-20T04:24:21.984Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-20T04:24:21.984Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-20T04:24:21.984Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1d073c37-a5a8-4df1-bd5d-24ac1d0cde27
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-20T04:24:21.986Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:21.986Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is matching search criteria
2022-06-20T04:24:21.987Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WdgOVg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:24:21.987Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:21.987Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_WdgOVg 0 is matching search criteria
2022-06-20T04:24:21.987Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_WdgOVg 0] matching following query criteria: sdcType=VF, customizationUUID=03650315-6a36-433a-bf3a-4e038fd14d56
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T04:24:21.989Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:21.990Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:21.990Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1cd15cca-5519-4fd7-8b2d-ad801bdc04d3: basic_onboard_WdgOVg
2022-06-20T04:24:21.990Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:21.990Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:21.990Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:21.990Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:21.991Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:21.991Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:21.991Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:21.991Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:21.991Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:24:21.992Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_WdgOVg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:24:21.992Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_WdgOVg
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:24:22.102Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_WdgOVg 7586daf2-f799-4e46-8d05-e84d7f4f10f4 1 ASDC deployResourceStructure
2022-06-20T04:24:22.102Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json ASDC sendASDCNotification
2022-06-20T04:24:22.102Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json
2022-06-20T04:24:22.103Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:24:22.103Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:22.105Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:22.105Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699062102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-20T04:24:22.205Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:22.206Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:24:22.206Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:22.220Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:24:22.221Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:23.106Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-20T04:24:23.106Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml
2022-06-20T04:24:23.107Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:24:23.107Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:23.109Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:23.109Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699063105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-20T04:24:23.209Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:24:23.210Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:24:23.210Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:23.235Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:24:23.236Z||pool-31-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:24.111Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-20T04:24:24.111Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env
2022-06-20T04:24:24.111Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:24:24.111Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:24.113Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:24.113Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699064111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-20T04:24:24.214Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:24.214Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:24:24.214Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:24.231Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:24:24.231Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:25.114Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar ASDC sendASDCNotification
2022-06-20T04:24:25.115Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar
2022-06-20T04:24:25.115Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:24:25.115Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:25.117Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:25.117Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699065114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T04:24:25.220Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-20T04:24:25.221Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:24:25.221Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:25.243Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:24:25.244Z||pool-33-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:24:26.117Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T04:24:26.130Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T04:24:26.135Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:24:26.135Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T04:24:26.135Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T04:24:26.135Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T04:24:26.135Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T04:24:26.136Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T04:24:26.136Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T04:24:26.136Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T04:24:26.136Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T04:24:26.136Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T04:24:26.136Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T04:24:26.142Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T04:24:56.142Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-20T04:24:56.150Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6 and serviceModelVersionId: 1cd15cca-5519-4fd7-8b2d-ad801bdc04d3
2022-06-20T04:24:56.150Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02d03331-9c21-4c4c-99da-32914b528c65
2022-06-20T04:24:56.151Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02d03331-9c21-4c4c-99da-32914b528c65/model-vers/model-ver/1cd15cca-5519-4fd7-8b2d-ad801bdc04d3?depth=0
2022-06-20T04:24:56.155Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T04:24:56.202Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02d03331-9c21-4c4c-99da-32914b528c65/model-vers/model-ver/1cd15cca-5519-4fd7-8b2d-ad801bdc04d3?depth=0|INFO|500||Invoke
2022-06-20T04:24:56.202Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02d03331-9c21-4c4c-99da-32914b528c65/model-vers/model-ver/1cd15cca-5519-4fd7-8b2d-ad801bdc04d3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02d03331-9c21-4c4c-99da-32914b528c65/model-vers/model-ver/1cd15cca-5519-4fd7-8b2d-ad801bdc04d3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8d3e8467-5349-450c-8ea9-f16c530e1863], X-ECOMP-RequestID=[00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6], X-TransactionId=[], X-ONAP-RequestID=[00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6], Content-Type=[application/merge-patch+json]}
2022-06-20T04:24:56.230Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02d03331-9c21-4c4c-99da-32914b528c65/model-vers/model-ver/1cd15cca-5519-4fd7-8b2d-ad801bdc04d3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-20T04:24:56.436Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02d03331-9c21-4c4c-99da-32914b528c65/model-vers/model-ver/1cd15cca-5519-4fd7-8b2d-ad801bdc04d3?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/02d03331-9c21-4c4c-99da-32914b528c65/model-vers/model-ver/1cd15cca-5519-4fd7-8b2d-ad801bdc04d3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220620-04:24:56:239-23561], vertex-id=[159752], Content-Length=[0], Date=[Mon, 20 Jun 2022 04:24:56 GMT], Content-Type=[application/json]}
2022-06-20T04:24:56.437Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02d03331-9c21-4c4c-99da-32914b528c65/model-vers/model-ver/1cd15cca-5519-4fd7-8b2d-ad801bdc04d3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-20T04:24:56.437Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02d03331-9c21-4c4c-99da-32914b528c65/model-vers/model-ver/1cd15cca-5519-4fd7-8b2d-ad801bdc04d3?depth=0|INFO|500||InvokeReturn
2022-06-20T04:24:56.437Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T04:24:56.438Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T04:24:56.443Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-20T04:24:56.444Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T04:24:56.444Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T04:24:56.444Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:24:56.446Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:24:56.446Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699096444,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:24:56.546Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:24:56.547Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:24:56.547Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:56.571Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:24:56.571Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:24:57.331Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:24:57.332Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:24:57.332Z||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 sxyUCkJ4szx1BUSI) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T04:24:57.469Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:24:57.470Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:24:57.470Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:24:57.964Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:24:57.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699044577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:24:57.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:24:57.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699044577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T04:24:57.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:24:57.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699044577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-20T04:24:57.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:24:57.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699044577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:24:57.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:24:57.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699044577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-20T04:24:57.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:24:57.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699044577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:24:57.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:24:57.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699044577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:24:57.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-20T04:24:57.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699056271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:24:57.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:24:57.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699058719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:24:57.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:24:57.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699059787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:24:57.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:24:57.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699060954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:24:57.969Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:24:57.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699062102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/basic_onboard_wdgovg0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699063105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699064111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/resourceInstances/basic_onboard_wdgovg0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699065114,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardWdgovg/1.0/artifacts/service-BasicOnboardWdgovg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:24:57.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-20T04:24:57.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699096444,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:24:57.971Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:25:07.074Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:25:07.074Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:25:07.075Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:25:07.075Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:25:16.641Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:25:16.642Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:25:16.643Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:25:16.643Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:25:26.190Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:25:57.329Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:25:57.330Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:25:57.330Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:25:57.331Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:25:57.332Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:25:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:26:06.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:26:06.883Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:26:57.329Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:26:57.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:26:57.332Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:26:57.332Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:26:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:26:57.332Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:27:06.906Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:27:06.906Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:27:57.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:27:57.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:27:57.331Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:27:57.331Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:27:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:27:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:28:07.060Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:28:07.127Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:28:57.328Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:28:57.329Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:28:57.329Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:28:57.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:28:57.331Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:28:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:29:06.890Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:29:06.891Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:29:57.329Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:29:57.330Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:29:57.330Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:29:57.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:29:57.331Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:29:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:30:06.915Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:30:06.915Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:30:57.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:30:57.330Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:30:57.330Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:30:57.331Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:30:57.332Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:30:57.332Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:31:06.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:31:06.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:31:57.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:31:57.330Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:31:57.330Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:31:57.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:31:57.331Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:31:57.333Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:32:06.881Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:32:06.890Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:32:57.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:32:57.329Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:32:57.329Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:32:57.330Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:32:57.331Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:32:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:33:06.936Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:33:06.955Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:33:57.329Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:33:57.329Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:33:57.330Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:33:57.330Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:33:57.331Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:33:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:34:06.918Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:34:06.928Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:34:57.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:34:57.329Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:34:57.329Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:34:57.330Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:34:57.331Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:34:57.331Z||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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:35:06.919Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:35:06.934Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:35:57.328Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:35:57.329Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:35:57.330Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:35:57.330Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:35:57.331Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:35:57.331Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:35:57.968Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:35:57.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c6b5c273-1593-4932-bb17-155490404ab4","serviceName":"Demo_pNF_Po2GQFQGbxp6fmIj1VAB","serviceVersion":"1.0","serviceUUID":"23d1d08c-7c4f-451a-945c-e33ffdc63c5b","serviceDescription":"catalog service description","serviceInvariantUUID":"7c9ed411-57e7-4e3f-a12e-d4abbad9deb3","resources":[{"resourceInstanceName":"pNF 9c9e9a50-69e6 0","resourceName":"pNF 9c9e9a50-69e6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"27a0a7bb-eb1b-48ae-ab8f-a504dbd339c9","resourceInvariantUUID":"ed074223-25c7-4247-839a-dd6eeef59f99","resourceCustomizationUUID":"3943525a-7ba0-4db8-9139-a8f23fc456a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vf-license-model.xml","artifactChecksum":"YWJiMmI2ODMwMTkxYzkyMjAyYTU2MWZhN2NiMDIwY2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b57b0f80-1070-46b9-a476-a6db90b1f44f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/pNF.csar","artifactChecksum":"N2FlYzIzZTUyNTkxMWZhN2ZmMjA0YWEyZjYwMzQ5NDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9544d6ef-1077-4300-84ac-cdcec3080df1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"08a6d097-4da2-4324-8ddc-e01acf3b9976","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vendor-license-model.xml","artifactChecksum":"NDZhNzI1OTBiODExN2E0NWU4ZTZmMDVlNDAwNDU5MDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"35416260-16d3-4fdb-b3f1-d00bf0260cdc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ef844a9a-8e27-4738-abe3-802c1037f317","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c6017bae-afc1-47bf-8000-0ffa22c77ec6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml","artifactChecksum":"NmE3Y2QwMjE0MGNjMjM1NTQwZWU3NDUzYjQyMDllOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"18a45fa7-310b-45df-94ec-b581d7bc5bf7","artifactVersion":"1"},{"artifactName":"service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar","artifactChecksum":"M2Q4MTUzMTRmYzFjMmU5YTBkMGMwZmFlZWI0MzJjNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd76bea8-8a7a-47ca-8458-ab651d3b3ca9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T04:35:57.974Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:35:57.976Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:35:57.977Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:35:57.978Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.978Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "clamp",
"timestamp": 1655699708215,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "ves-openapi-manager",
"timestamp": 1655699706769,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.979Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "cds",
"timestamp": 1655699699394,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.980Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.980Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.980Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655699708916,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.980Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:35:57.980Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699757328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.980Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.980Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.980Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "aai-ml",
"timestamp": 1655699709374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.981Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.981Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.981Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "clamp",
"timestamp": 1655699708215,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.981Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.981Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.981Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "ves-openapi-manager",
"timestamp": 1655699706769,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.982Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.982Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.982Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "cds",
"timestamp": 1655699699394,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.982Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.982Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.982Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655699708916,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "aai-ml",
"timestamp": 1655699709374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.983Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "policy-id",
"timestamp": 1655699711425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.984Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.984Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.984Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "ves-openapi-manager",
"timestamp": 1655699706769,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.984Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.984Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.984Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "clamp",
"timestamp": 1655699708215,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.985Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.985Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.985Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "cds",
"timestamp": 1655699699394,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.985Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.985Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.986Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655699708916,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.993Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.993Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.993Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "aai-ml",
"timestamp": 1655699709374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.993Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.993Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.993Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "policy-id",
"timestamp": 1655699711425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.993Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.994Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.994Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "ves-openapi-manager",
"timestamp": 1655699706769,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.994Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.994Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.994Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "clamp",
"timestamp": 1655699708215,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.994Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.994Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.994Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "cds",
"timestamp": 1655699699394,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.995Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.995Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.995Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655699708916,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.995Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.995Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.995Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "aai-ml",
"timestamp": 1655699709374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.995Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.995Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.996Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "policy-id",
"timestamp": 1655699711425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.996Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.996Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.996Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "clamp",
"timestamp": 1655699708215,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.997Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.997Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.997Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "ves-openapi-manager",
"timestamp": 1655699706769,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.997Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.997Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.998Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "cds",
"timestamp": 1655699699394,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:57.998Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:57.998Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:57.998Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655699708916,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.000Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.000Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.000Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655699713985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.001Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.001Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.001Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "aai-ml",
"timestamp": 1655699709374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.002Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.002Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.002Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "policy-id",
"timestamp": 1655699711425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.002Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.002Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.002Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "clamp",
"timestamp": 1655699708215,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.003Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.003Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.003Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "ves-openapi-manager",
"timestamp": 1655699706769,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-06-20T04:35:58.003Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.003Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.003Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "cds",
"timestamp": 1655699699394,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.004Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.004Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.004Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655699708916,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.004Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.004Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.005Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655699713985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.005Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.005Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.005Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "aai-ml",
"timestamp": 1655699709374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.005Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.006Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.006Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "policy-id",
"timestamp": 1655699711425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.006Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.006Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.006Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "clamp",
"timestamp": 1655699708215,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.013Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.014Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.014Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "ves-openapi-manager",
"timestamp": 1655699706769,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.014Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.014Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.014Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "cds",
"timestamp": 1655699699394,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.014Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.014Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.014Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655699708916,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.014Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.015Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.015Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655699713985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.015Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.015Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.015Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "aai-ml",
"timestamp": 1655699709374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.015Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.015Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.015Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "policy-id",
"timestamp": 1655699711425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.016Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.016Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.016Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "clamp",
"timestamp": 1655699708215,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:35:58.017Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.017Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.018Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "ves-openapi-manager",
"timestamp": 1655699706769,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.018Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.018Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.018Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "cds",
"timestamp": 1655699699394,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:35:58.018Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.018Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.018Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655699708916,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:35:58.018Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.018Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.019Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655699713985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.020Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.020Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.020Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "aai-ml",
"timestamp": 1655699709374,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:35:58.020Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.020Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.020Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "policy-id",
"timestamp": 1655699711425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.020Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.021Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.021Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "cds",
"timestamp": 1655699717445,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:35:58.021Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.021Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.021Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "ves-openapi-manager",
"timestamp": 1655699718287,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:35:58.021Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.021Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.021Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655699717729,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:35:58.021Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.022Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.022Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655699713985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.022Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.022Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.022Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "aai-ml",
"timestamp": 1655699718172,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:35:58.022Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.023Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.023Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "policy-id",
"timestamp": 1655699711425,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:35:58.023Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.023Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.023Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "cds",
"timestamp": 1655699718452,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:35:58.057Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c6b5c273-1593-4932-bb17-155490404ab4
2022-06-20T04:35:58.057Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6b5c273-1593-4932-bb17-155490404ab4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:35:58.068Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.068Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "ves-openapi-manager",
"timestamp": 1655699719473,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-06-20T04:35:58.069Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.070Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.070Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655699713985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.070Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.070Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.070Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "clamp",
"timestamp": 1655699719842,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:35:58.070Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.070Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.070Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "policy-id",
"timestamp": 1655699720176,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:35:58.071Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.071Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.071Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "ves-openapi-manager",
"timestamp": 1655699720477,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T04:35:58.076Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c6b5c273-1593-4932-bb17-155490404ab4
2022-06-20T04:35:58.076Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6b5c273-1593-4932-bb17-155490404ab4 and ComponentName
2022-06-20T04:35:58.080Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:35:58.081Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:35:58.081Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:35:58.089Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.090Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655699719923,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T04:35:58.090Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.090Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.090Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655699713985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:58.090Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.091Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.091Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "policy-id",
"timestamp": 1655699721180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T04:35:58.091Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.091Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.091Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655699720932,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T04:35:58.096Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c6b5c273-1593-4932-bb17-155490404ab4
2022-06-20T04:35:58.096Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:35:58.096Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6b5c273-1593-4932-bb17-155490404ab4 and ComponentName SDNC
2022-06-20T04:35:58.096Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:35:58.105Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.105Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "clamp",
"timestamp": 1655699721430,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T04:35:58.105Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.106Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.106Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655699713985,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:35:58.106Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:35:58.106Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.107Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "policy-id",
"timestamp": 1655699722183,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T04:35:58.111Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c6b5c273-1593-4932-bb17-155490404ab4
2022-06-20T04:35:58.112Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6b5c273-1593-4932-bb17-155490404ab4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:35:58.120Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.120Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "clamp",
"timestamp": 1655699722435,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T04:35:58.125Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c6b5c273-1593-4932-bb17-155490404ab4
2022-06-20T04:35:58.125Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6b5c273-1593-4932-bb17-155490404ab4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:35:58.134Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.134Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "aai-ml",
"timestamp": 1655699723499,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T04:35:58.135Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-20T04:35:58.135Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:35:58.135Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "aai-ml",
"timestamp": 1655699724504,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T04:35:58.141Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c6b5c273-1593-4932-bb17-155490404ab4
2022-06-20T04:35:58.141Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6b5c273-1593-4932-bb17-155490404ab4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:35:58.983Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:35:58.984Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:35:58.986Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:35:58.986Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699757328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:35:59.086Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:35:59.087Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:35:59.087Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:35:59.103Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:35:59.104Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:35:59.986Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:35:59.987Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:35:59.989Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:35:59.989Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699757328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:36:00.089Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:36:00.090Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:36:00.090Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:00.107Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:36:00.108Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:36:00.989Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:36:00.990Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:00.992Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:00.992Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699757328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:36:01.092Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:36:01.093Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:36:01.093Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:01.110Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:36:01.110Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:36:01.993Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:36:01.994Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:01.996Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:01.997Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699757328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:36:02.097Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:36:02.098Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:36:02.098Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:02.112Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:36:02.113Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:36:02.997Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:36:02.998Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:03.000Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:03.001Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699757328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:36:03.101Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:36:03.102Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:36:03.103Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:03.131Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:36:03.133Z||pool-40-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:36:04.002Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:36:04.002Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:04.005Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:04.005Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699757328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:36:04.105Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:36:04.106Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:36:04.106Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:04.127Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:36:04.127Z||pool-41-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:36:05.006Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:36:05.006Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:05.009Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:05.009Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699757328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:36:05.109Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:36:05.110Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:36:05.110Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:05.149Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:36:05.149Z||pool-42-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:36:06.010Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"serviceName": "Demo_pNF_Po2GQFQGbxp6fmIj1VAB",
"serviceVersion": "1.0",
"serviceUUID": "23d1d08c-7c4f-451a-945c-e33ffdc63c5b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7c9ed411-57e7-4e3f-a12e-d4abbad9deb3",
"resources": [
{
"resourceInstanceName": "pNF 9c9e9a50-69e6 0",
"resourceCustomizationUUID": "3943525a-7ba0-4db8-9139-a8f23fc456a2",
"resourceName": "pNF 9c9e9a50-69e6",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "27a0a7bb-eb1b-48ae-ab8f-a504dbd339c9",
"resourceInvariantUUID": "ed074223-25c7-4247-839a-dd6eeef59f99",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"artifactChecksum": "M2Q4MTUzMTRmYzFjMmU5YTBkMGMwZmFlZWI0MzJjNmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fd76bea8-8a7a-47ca-8458-ab651d3b3ca9"
}
],
"workloadContext": "Production"
}
2022-06-20T04:36:06.011Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T04:36:06.011Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 23d1d08c-7c4f-451a-945c-e33ffdc63c5b ASDC
2022-06-20T04:36:06.011Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c6b5c273-1593-4932-bb17-155490404ab4
ServiceName:Demo_pNF_Po2GQFQGbxp6fmIj1VAB
ServiceVersion:1.0
ServiceUUID:23d1d08c-7c4f-451a-945c-e33ffdc63c5b
ServiceInvariantUUID:7c9ed411-57e7-4e3f-a12e-d4abbad9deb3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
ArtifactUUID:fd76bea8-8a7a-47ca-8458-ab651d3b3ca9
ArtifactChecksum:M2Q4MTUzMTRmYzFjMmU5YTBkMGMwZmFlZWI0MzJjNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9c9e9a50-69e6 0
ResourceCustomizationUUID:3943525a-7ba0-4db8-9139-a8f23fc456a2
ResourceInvariantUUID:ed074223-25c7-4247-839a-dd6eeef59f99
ResourceName:pNF 9c9e9a50-69e6
ResourceType:PNF
ResourceUUID:27a0a7bb-eb1b-48ae-ab8f-a504dbd339c9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-06-20T04:36:06.012Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 23d1d08c-7c4f-451a-945c-e33ffdc63c5b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-20T04:36:06.042Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:36:06.043Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:36:06.044Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:36:06.044Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fd76bea8-8a7a-47ca-8458-ab651d3b3ca9 from URL: /sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:06.044Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:36:06.045Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:06.229Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:36:06.232Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar fd76bea8-8a7a-47ca-8458-ab651d3b3ca9 82646
2022-06-20T04:36:06.233Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar ASDC sendASDCNotification
2022-06-20T04:36:06.234Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:06.234Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:36:06.235Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:06.238Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:06.238Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699766233,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:36:06.338Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:36:06.339Z||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-06-20T04:36:06.339Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:06.354Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:36:06.355Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:36:07.239Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:36:07.240Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:36:07.240Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fd76bea8-8a7a-47ca-8458-ab651d3b3ca9, URL: /sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar to file: /app/ASDC/1/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:07.240Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:07.241Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:07.241Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:07.510Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8479132419791107841/Definitions/service-DemoPnfPo2gqfqgbxp6fmij1vab-template.yml
2022-06-20T04:36:08.453Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T04:36:08.454Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T04:36:08.454Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:08.454Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-20T04:36:08.454Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9c9e9a50-69e6 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-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:08.454Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||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-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:08.454Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:08.455Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||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-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:08.455Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:08.455Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:08.455Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:08.455Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T04:36:08.455Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:36:08.455Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Po2GQFQGbxp6fmIj1VAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:36:08.456Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Node template pNF 9c9e9a50-69e6 0 is matching search criteria
2022-06-20T04:36:08.456Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T04:36:08.456Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 9c9e9a50-69e6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:36:08.456Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:36:08.456Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Po2GQFQGbxp6fmIj1VAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:36:08.457Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Node template pNF 9c9e9a50-69e6 0 is matching search criteria
2022-06-20T04:36:08.457Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T04:36:08.457Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 9c9e9a50-69e6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:36:08.457Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:36:08.457Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Po2GQFQGbxp6fmIj1VAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:36:08.457Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:36:08.458Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Po2GQFQGbxp6fmIj1VAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:36:08.458Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:36:08.458Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Po2GQFQGbxp6fmIj1VAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:36:08.458Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:36:08.458Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Po2GQFQGbxp6fmIj1VAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:36:08.458Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:36:08.459Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Po2GQFQGbxp6fmIj1VAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:36:08.459Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_Po2GQFQGbxp6fmIj1VAB
Description:catalog service description
Model UUID:23d1d08c-7c4f-451a-945c-e33ffdc63c5b
Model Version:NULL
Model InvariantUuid:7c9ed411-57e7-4e3f-a12e-d4abbad9deb3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-20T04:36:08.468Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 27a0a7bb-eb1b-48ae-ab8f-a504dbd339c9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T04:36:08.473Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||pNF 9c9e9a50-69e6 0
2022-06-20T04:36:08.473Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 27a0a7bb-eb1b-48ae-ab8f-a504dbd339c9
2022-06-20T04:36:08.474Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 23d1d08c-7c4f-451a-945c-e33ffdc63c5b
2022-06-20T04:36:08.474Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 23d1d08c-7c4f-451a-945c-e33ffdc63c5b
2022-06-20T04:36:08.474Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9c9e9a50-69e6 0 27a0a7bb-eb1b-48ae-ab8f-a504dbd339c9 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T04:36:08.479Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c44f479, org.onap.sdc.toscaparser.api.parameters.Input@578e747e, org.onap.sdc.toscaparser.api.parameters.Input@521c2e7f, org.onap.sdc.toscaparser.api.parameters.Input@4d4b0d69, org.onap.sdc.toscaparser.api.parameters.Input@2647cf85]
2022-06-20T04:36:08.479Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:36:08.479Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Po2GQFQGbxp6fmIj1VAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:36:08.480Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 23d1d08c-7c4f-451a-945c-e33ffdc63c5b: pNF 9c9e9a50-69e6
2022-06-20T04:36:08.480Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||Processing PNF resource: 27a0a7bb-eb1b-48ae-ab8f-a504dbd339c9
2022-06-20T04:36:08.480Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:36:08.480Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Po2GQFQGbxp6fmIj1VAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:36:08.480Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||Resource customization UUID: 3943525a-7ba0-4db8-9139-a8f23fc456a2 is the same as notified resource customizationUUID: 3943525a-7ba0-4db8-9139-a8f23fc456a2
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-20T04:36:08.549Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9c9e9a50-69e6 27a0a7bb-eb1b-48ae-ab8f-a504dbd339c9 0 ASDC deployResourceStructure
2022-06-20T04:36:08.549Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar ASDC sendASDCNotification
2022-06-20T04:36:08.549Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar
2022-06-20T04:36:08.549Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-20T04:36:08.550Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:08.551Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:08.552Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699768549,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/artifacts/service-DemoPnfPo2gqfqgbxp6fmij1vab-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-20T04:36:08.652Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:36:08.652Z||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-06-20T04:36:08.653Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:08.668Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:36:08.669Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:36:09.552Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6b5c273-1593-4932-bb17-155490404ab4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T04:36:09.565Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6b5c273-1593-4932-bb17-155490404ab4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-20T04:36:09.568Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-20T04:36:09.568Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-20T04:36:09.568Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-20T04:36:09.568Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-20T04:36:09.568Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T04:36:09.568Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T04:36:09.569Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T04:36:09.569Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T04:36:09.569Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T04:36:09.569Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T04:36:09.569Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-20T04:36:09.569Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-20T04:36:09.573Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-20T04:36:39.574Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c6b5c273-1593-4932-bb17-155490404ab4 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-20T04:36:39.585Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c6b5c273-1593-4932-bb17-155490404ab4 and serviceModelVersionId: 23d1d08c-7c4f-451a-945c-e33ffdc63c5b
2022-06-20T04:36:39.585Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c9ed411-57e7-4e3f-a12e-d4abbad9deb3
2022-06-20T04:36:39.587Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c9ed411-57e7-4e3f-a12e-d4abbad9deb3/model-vers/model-ver/23d1d08c-7c4f-451a-945c-e33ffdc63c5b?depth=0
2022-06-20T04:36:39.592Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-20T04:36:39.655Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c9ed411-57e7-4e3f-a12e-d4abbad9deb3/model-vers/model-ver/23d1d08c-7c4f-451a-945c-e33ffdc63c5b?depth=0|INFO|500||Invoke
2022-06-20T04:36:39.655Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c9ed411-57e7-4e3f-a12e-d4abbad9deb3/model-vers/model-ver/23d1d08c-7c4f-451a-945c-e33ffdc63c5b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c9ed411-57e7-4e3f-a12e-d4abbad9deb3/model-vers/model-ver/23d1d08c-7c4f-451a-945c-e33ffdc63c5b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c6b5c273-1593-4932-bb17-155490404ab4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0ced3962-698c-4708-aa2c-2a5fe34e1a4b], X-ECOMP-RequestID=[c6b5c273-1593-4932-bb17-155490404ab4], X-TransactionId=[], X-ONAP-RequestID=[c6b5c273-1593-4932-bb17-155490404ab4], Content-Type=[application/merge-patch+json]}
2022-06-20T04:36:39.686Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c9ed411-57e7-4e3f-a12e-d4abbad9deb3/model-vers/model-ver/23d1d08c-7c4f-451a-945c-e33ffdc63c5b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-20T04:36:39.853Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c9ed411-57e7-4e3f-a12e-d4abbad9deb3/model-vers/model-ver/23d1d08c-7c4f-451a-945c-e33ffdc63c5b?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/7c9ed411-57e7-4e3f-a12e-d4abbad9deb3/model-vers/model-ver/23d1d08c-7c4f-451a-945c-e33ffdc63c5b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220620-04:36:39:695-33505], vertex-id=[213112], Content-Length=[0], Date=[Mon, 20 Jun 2022 04:36:39 GMT], Content-Type=[application/json]}
2022-06-20T04:36:39.853Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c9ed411-57e7-4e3f-a12e-d4abbad9deb3/model-vers/model-ver/23d1d08c-7c4f-451a-945c-e33ffdc63c5b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-20T04:36:39.853Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c9ed411-57e7-4e3f-a12e-d4abbad9deb3/model-vers/model-ver/23d1d08c-7c4f-451a-945c-e33ffdc63c5b?depth=0|INFO|500||InvokeReturn
2022-06-20T04:36:39.859Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-20T04:36:39.860Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-20T04:36:39.866Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-20T04:36:39.867Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c6b5c273-1593-4932-bb17-155490404ab4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-20T04:36:39.867Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-20T04:36:39.867Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:39.870Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:39.870Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699799867,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-20T04:36:39.971Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-20T04:36:39.972Z||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-06-20T04:36:39.972Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:39.992Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:36:39.993Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 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-06-20T04:36:57.329Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:36:57.330Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:36:57.330Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:57.330Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-20T04:36:57.331Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-20T04:36:57.331Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|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 sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:57.461Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:36:57.462Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-20T04:36:57.462Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c6b5c273-1593-4932-bb17-155490404ab4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699757328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPo2gqfqgbxp6fmij1vab/1.0/resourceInstances/pnf9c9e9a5069e60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:36:57.463Z|00d1f7f7-27cf-49ee-9ac9-0639bd0bfad6|pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-20T04:36:57.962Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:36:57.963Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-20T04:36:57.963Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d756b4a6-2c3d-453c-a799-cea73efd103b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"715a8e55-7e10-42e7-808c-6ce695aa95a2","serviceDescription":"service","serviceInvariantUUID":"47a52391-0594-42a1-a693-de10ffe82ac6","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"86a9ffe3-afd6-4a5a-a94c-ee0019e17513","resourceInvariantUUID":"9c55f5bb-d1f3-4436-9ed9-6ad98323eb48","resourceCustomizationUUID":"9046e231-579c-47c3-a015-4379d77b9ea0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"N2U3OGY5NGQ2ZmM0MjgwMmQ1ODI0NDRjM2JiNGY1MGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b3110284-b198-4872-b07c-9827519b2a03","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"deb33420-c2e0-49b2-a75d-94b0fe67a911","artifactVersion":"2","generatedFromUUID":"1cdc6efb-0a3d-4312-9d9e-4f1c15747aaa"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1cdc6efb-0a3d-4312-9d9e-4f1c15747aaa","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MGI0Y2EzZjY4OGI5NGYxOTc5ZTFmZTc4ZjdkZjQ2MTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b0a4b5b-c11f-484c-9d71-4db39605a5a0","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fc04f9b7-2114-41f7-a5dd-400ee81dd440","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"83fbc9ef-fb9a-49ba-b05d-51834484cef8","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"45db6978-e570-4cd9-a0a2-c47ece517b68","artifactVersion":"2","generatedFromUUID":"fc04f9b7-2114-41f7-a5dd-400ee81dd440"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDdjYmU4YWNkM2FhZGU5NmIwZGE2MTNjY2MzNmY2NDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0e583e3f-f462-4f27-b627-225c488daa50","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Yzc2ZDc4YjVjYzY2NDU2MTlkYmI0YWQ4ZDIzMzQzYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b8a990c-c066-42da-93ad-c502e428ba97","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-20T04:36:57.966Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:36:57.967Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:57.969Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:57.970Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699817328,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:36:58.070Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:36:58.070Z||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-06-20T04:36:58.071Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:58.088Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:36:58.092Z||pool-46-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:36:58.974Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:36:58.976Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:58.977Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:58.978Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699817328,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-06-20T04:36:59.078Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:36:59.079Z||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-06-20T04:36:59.079Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:36:59.100Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:36:59.101Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:36:59.978Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:36:59.981Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:36:59.983Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:36:59.983Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699817328,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-06-20T04:37:00.083Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:37:00.084Z||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-06-20T04:37:00.084Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:00.096Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:37:00.097Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:00.984Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:37:00.985Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:00.986Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:00.986Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699817328,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-06-20T04:37:01.086Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:37:01.087Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:37:01.088Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:01.102Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:37:01.102Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:01.987Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:37:01.988Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:01.990Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:01.990Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699817328,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-06-20T04:37:02.091Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:37:02.092Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:37:02.092Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:02.105Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:37:02.105Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:02.991Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:37:02.992Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:02.993Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:02.994Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699817328,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:37:03.094Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-20T04:37:03.095Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:37:03.095Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:03.109Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:37:03.110Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:03.994Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:37:03.995Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:03.997Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:03.997Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699817328,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-06-20T04:37:04.097Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:37:04.098Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:37:04.098Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:04.117Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:37:04.118Z||pool-52-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:04.998Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:37:04.999Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:05.001Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:05.001Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699817328,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-20T04:37:05.103Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-20T04:37:05.104Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:37:05.104Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:05.128Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:37:05.129Z||pool-53-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:06.002Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-20T04:37:06.003Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:06.006Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:06.006Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699817328,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-20T04:37:06.105Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:37:06.106Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:37:06.106Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:06.140Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:37:06.141Z||pool-54-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-20T04:37:07.008Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "715a8e55-7e10-42e7-808c-6ce695aa95a2",
"serviceDescription": "service",
"serviceInvariantUUID": "47a52391-0594-42a1-a693-de10ffe82ac6",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "9046e231-579c-47c3-a015-4379d77b9ea0",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "86a9ffe3-afd6-4a5a-a94c-ee0019e17513",
"resourceInvariantUUID": "9c55f5bb-d1f3-4436-9ed9-6ad98323eb48",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "deb33420-c2e0-49b2-a75d-94b0fe67a911",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "1cdc6efb-0a3d-4312-9d9e-4f1c15747aaa",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "MGI0Y2EzZjY4OGI5NGYxOTc5ZTFmZTc4ZjdkZjQ2MTY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2b0a4b5b-c11f-484c-9d71-4db39605a5a0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fc04f9b7-2114-41f7-a5dd-400ee81dd440",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "45db6978-e570-4cd9-a0a2-c47ece517b68",
"generatedFromUUID": "fc04f9b7-2114-41f7-a5dd-400ee81dd440"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "45db6978-e570-4cd9-a0a2-c47ece517b68",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "Yzc2ZDc4YjVjYzY2NDU2MTlkYmI0YWQ4ZDIzMzQzYTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7b8a990c-c066-42da-93ad-c502e428ba97"
}
],
"workloadContext": "Production"
}
2022-06-20T04:37:07.009Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-20T04:37:07.009Z|c6b5c273-1593-4932-bb17-155490404ab4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 715a8e55-7e10-42e7-808c-6ce695aa95a2 ASDC
2022-06-20T04:37:07.010Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d756b4a6-2c3d-453c-a799-cea73efd103b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:715a8e55-7e10-42e7-808c-6ce695aa95a2
ServiceInvariantUUID:47a52391-0594-42a1-a693-de10ffe82ac6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:7b8a990c-c066-42da-93ad-c502e428ba97
ArtifactChecksum:Yzc2ZDc4YjVjYzY2NDU2MTlkYmI0YWQ4ZDIzMzQzYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:9046e231-579c-47c3-a015-4379d77b9ea0
ResourceInvariantUUID:9c55f5bb-d1f3-4436-9ed9-6ad98323eb48
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:86a9ffe3-afd6-4a5a-a94c-ee0019e17513
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:deb33420-c2e0-49b2-a75d-94b0fe67a911
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:1cdc6efb-0a3d-4312-9d9e-4f1c15747aaa
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:2b0a4b5b-c11f-484c-9d71-4db39605a5a0
ArtifactChecksum:MGI0Y2EzZjY4OGI5NGYxOTc5ZTFmZTc4ZjdkZjQ2MTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:fc04f9b7-2114-41f7-a5dd-400ee81dd440
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:45db6978-e570-4cd9-a0a2-c47ece517b68
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:45db6978-e570-4cd9-a0a2-c47ece517b68
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-20T04:37:07.010Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 715a8e55-7e10-42e7-808c-6ce695aa95a2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-20T04:37:07.059Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:37:07.060Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:37:07.060Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:37:07.060Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7b8a990c-c066-42da-93ad-c502e428ba97 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-20T04:37:07.060Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-20T04:37:07.061Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-20T04:37:07.209Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-20T04:37:07.212Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 7b8a990c-c066-42da-93ad-c502e428ba97 68950
2022-06-20T04:37:07.213Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-20T04:37:07.213Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-20T04:37:07.213Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-20T04:37:07.214Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-20T04:37:07.216Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-20T04:37:07.216Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "d756b4a6-2c3d-453c-a799-cea73efd103b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655699827212,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-20T04:37:07.317Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-20T04:37:07.318Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-20T04:37:07.318Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sxyUCkJ4szx1BUSI) ...
2022-06-20T04:37:07.334Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-20T04:37:07.335Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-20T04:37:08.217Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-20T04:37:08.218Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-20T04:37:08.218Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7b8a990c-c066-42da-93ad-c502e428ba97, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-20T04:37:08.219Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-20T04:37:08.219Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-20T04:37:08.219Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-20T04:37:08.337Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17951202756713105489/Definitions/service-BasicCnf-template.yml
2022-06-20T04:37:09.555Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-20T04:37:09.555Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T04:37:09.555Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-20T04:37:09.555Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-20T04:37:09.555Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-20T04:37:09.556Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-20T04:37:09.556Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-20T04:37:09.556Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 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-BasicCnf-csar.csar
2022-06-20T04:37:09.556Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-20T04:37:09.556Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:37:09.556Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:37:09.557Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T04:37:09.557Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T04:37:09.557Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:37:09.557Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:37:09.557Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:37:09.557Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T04:37:09.558Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-20T04:37:09.558Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-20T04:37:09.558Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:37:09.558Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-20T04:37:09.558Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:37:09.558Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-20T04:37:09.558Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-20T04:37:09.559Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-20T04:37:09.559Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-20T04:37:09.559Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:37:09.559Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-20T04:37:09.559Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:37:09.559Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T04:37:09.559Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:37:09.560Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-20T04:37:09.560Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-20T04:37:09.560Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-20T04:37:09.560Z|d756b4a6-2c3d-453c-a799-cea73efd103b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive