By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-07-05T05:43:25.748Z||main|||||INFO|500||The following profiles are active: basic
2022-07-05T05:43:37.051Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-05T05:43:37.051Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-05T05:43:37.171Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-05T05:43:40.971Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-05T05:43:41.329Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-05T05:43:41.739Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-05T05:43:41.744Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-05T05:43:41.844Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-05T05:43:42.031Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-05T05:43:43.000Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-05T05:43:44.631Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-05T05:43:46.953Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-05T05:43:47.019Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-05T05:43:47.588Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-05T05:43:47.920Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-07-05T05:43:49.153Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-05T05:43:50.161Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-07-05T05:43:50.178Z||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$$75ebdfa9.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-07-05T05:43:50.178Z||main|||||WARN|500||The sdc end point is not alive
2022-07-05T05:43:53.099Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-07-05T05:43:56.060Z||main|||||WARN|500||---
2022-07-05T05:43:56.061Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-05T05:43:56.061Z||main|||||WARN|500||---
2022-07-05T05:43:56.605Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-05T05:44:01.267Z||main|||||INFO|500||Started Application in 38.833 seconds (JVM running for 40.888)
2022-07-05T05:44:01.278Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-05T05:44:01.284Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-05T05:44:01.296Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-05T05:44:01.321Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-05T05:44:01.365Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ddb2b895-e2a0-4c9d-9e91-12763508fbe5 url= /sdc/v1/artifactTypes
2022-07-05T05:44:01.365Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-05T05:44:02.461Z||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.46.250] 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$$c2b41e63.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-07-05T05:44:02.466Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1cbb68f2
2022-07-05T05:44:02.466Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-05T05:44:02.488Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-05T05:44:02.491Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-05T05:44:02.497Z||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$$c2b41e63.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-07-05T05:44:51.259Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-05T05:44:51.262Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-05T05:44:51.262Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-05T05:44:51.268Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-05T05:44:51.276Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 032b05e7-b147-4a76-8811-139d7d50f4ec url= /sdc/v1/artifactTypes
2022-07-05T05:44:51.276Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-05T05:44:52.320Z||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.46.250] 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$$c2b41e63.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-07-05T05:44:52.321Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@76f8ec1
2022-07-05T05:44:52.321Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-05T05:44:52.322Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-05T05:44:52.322Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-05T05:44:52.323Z||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$$c2b41e63.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-07-05T05:45:41.258Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-05T05:45:41.258Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-05T05:45:41.258Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-05T05:45:41.262Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-05T05:45:41.268Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 03209f08-0534-4278-a188-857e34b47e0f url= /sdc/v1/artifactTypes
2022-07-05T05:45:41.268Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-05T05:45:42.304Z||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.46.250] 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$$c2b41e63.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-07-05T05:45:42.305Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e700a0e
2022-07-05T05:45:42.305Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-05T05:45:42.306Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-05T05:45:42.306Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-05T05:45:42.306Z||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$$c2b41e63.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-07-05T05:46:31.258Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-05T05:46:31.259Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-05T05:46:31.260Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-05T05:46:31.263Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-05T05:46:31.272Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 576a3be3-bdd3-4a46-b42c-15487cb9efc1 url= /sdc/v1/artifactTypes
2022-07-05T05:46:31.272Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-05T05:46:31.490Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-05T05:46:31.501Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-07-05T05:46:31.527Z||scheduling-1|||||DEBUG|500||create keys
2022-07-05T05:46:31.535Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-05T05:46:31.619Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:46:31.640Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7a386f06-16a6-405a-8cd5-a5123045b376 url= /sdc/v1/registerForDistribution
2022-07-05T05:46:31.783Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7a386f06-16a6-405a-8cd5-a5123045b376 url= /sdc/v1/registerForDistribution
2022-07-05T05:46:31.784Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-05T05:46:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:46:31.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:46:31.801Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-05T05:46:31.802Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:46:31.803Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:46:31.803Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:46:31.803Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:46:42.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:46:42.178Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:47:31.793Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:47:31.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:47:31.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:47:31.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:47:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:47:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:47:41.360Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:47:41.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:48:31.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:48:31.791Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:48:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:48:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:48:31.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:48:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:48:41.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:48:41.353Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:49:31.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:49:31.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:49:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:49:31.795Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:49:31.796Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:49:31.796Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:49:41.363Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:49:41.364Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:50:31.791Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:50:31.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:50:31.795Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:50:31.795Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:50:31.797Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zFjjb7bRxBznmSyC) ...
2022-07-05T05:50:31.796Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:50:41.361Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:50:41.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:51:31.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:51:31.791Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:51:31.792Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zFjjb7bRxBznmSyC) ...
2022-07-05T05:51:31.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:51:31.795Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:51:31.796Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:51:41.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:51:41.351Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:52:31.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:52:31.791Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:52:31.791Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zFjjb7bRxBznmSyC) ...
2022-07-05T05:52:31.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:52:31.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:52:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:52:41.420Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:52:41.421Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:53:31.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:53:31.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:53:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:53:31.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:53:31.796Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:53:31.796Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:53:32.676Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-05T05:53:41.342Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:53:41.355Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:54:31.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:54:31.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:54:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:54:31.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:54:31.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:54:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:54:41.355Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:54:41.356Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:55:31.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:55:31.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:55:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:55:31.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:55:31.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:55:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:55:41.353Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:55:41.360Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:56:31.791Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:56:31.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:56:31.794Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:56:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:56:31.795Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:56:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:56:41.355Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:56:41.355Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:57:31.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:57:31.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:57:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:57:31.794Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:57:31.795Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:57:31.797Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:57:41.359Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:57:41.360Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:58:31.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:58:31.791Z||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-07-05T05:58:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:58:31.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:58:31.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:58:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:58:41.358Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:58:41.365Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:59:31.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:59:31.791Z||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-07-05T05:59:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:59:31.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:59:31.795Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:59:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:59:41.353Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T05:59:41.358Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:00:31.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:00:31.791Z||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-07-05T06:00:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:00:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:00:31.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:00:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:00:41.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:00:41.352Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:01:31.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:01:31.791Z||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-07-05T06:01:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:01:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:01:31.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:01:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:01:41.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:01:41.352Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:02:31.791Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:02:31.793Z||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-07-05T06:02:31.793Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:02:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:02:31.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:02:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:02:41.369Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:02:41.373Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:03:31.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:03:31.791Z||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-07-05T06:03:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:03:31.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:03:31.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:03:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:03:41.367Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:03:41.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:04:31.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:04:31.791Z||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-07-05T06:04:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:04:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:04:31.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:04:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:04:41.380Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:04:41.381Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:05:31.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:05:31.792Z||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-07-05T06:05:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:05:31.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:05:31.795Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:05:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:05:41.360Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:05:41.361Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:06:31.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:06:31.791Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:06:31.791Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:06:31.794Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:06:31.795Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:06:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:06:41.356Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:06:41.363Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:07:31.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:07:31.792Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:07:31.792Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:07:31.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:07:31.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:07:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:07:41.351Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:07:41.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:08:31.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:08:31.792Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:08:31.792Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:08:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:08:31.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:08:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:08:41.345Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:08:41.348Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:09:31.791Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:09:31.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:09:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:09:31.794Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:09:31.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:09:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:09:41.350Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:09:41.356Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:10:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:10:31.791Z||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-07-05T06:10:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:10:31.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:10:31.795Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:10:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:10:41.344Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:10:41.353Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:11:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:11:31.791Z||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-07-05T06:11:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:11:31.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:11:31.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:11:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:11:41.341Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:11:41.348Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:12:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:12:31.791Z||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-07-05T06:12:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:12:31.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:12:31.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:12:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:12:41.357Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:12:41.366Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:13:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:13:31.791Z||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-07-05T06:13:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:13:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:13:31.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:13:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:13:41.346Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:13:41.352Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:14:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:14:31.791Z||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-07-05T06:14:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:14:31.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:14:31.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:14:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:14:41.341Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:14:41.351Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:15:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:15:31.792Z||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-07-05T06:15:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:15:31.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:15:31.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:15:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:15:41.348Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:15:41.361Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:16:31.791Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:16:31.793Z||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-07-05T06:16:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:16:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:16:31.795Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:16:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:16:41.352Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:16:41.358Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:17:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:17:31.791Z||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-07-05T06:17:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:17:31.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:17:31.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:17:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:17:41.343Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:17:41.343Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:18:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:18:31.791Z||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-07-05T06:18:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:18:31.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:18:31.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:18:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:18:41.379Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:18:41.379Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:19:31.791Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:19:31.792Z||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-07-05T06:19:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:19:31.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:19:31.795Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:19:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:19:41.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:19:41.348Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:20:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:20:31.791Z||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-07-05T06:20:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:20:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:20:31.795Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:20:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:20:41.375Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:20:41.376Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:21:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:21:31.791Z||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-07-05T06:21:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:21:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:21:31.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:21:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:21:41.343Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:21:41.350Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:22:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:22:31.791Z||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-07-05T06:22:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:22:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:22:31.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:22:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:22:41.374Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:22:41.374Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:23:31.791Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:23:31.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:23:31.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:23:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:23:31.794Z||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-07-05T06:23:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:23:41.381Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:23:41.381Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:24:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:24:31.791Z||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-07-05T06:24:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:24:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:24:31.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:24:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:24:41.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:24:41.379Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:25:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:25:31.791Z||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-07-05T06:25:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:25:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:25:31.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:25:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:25:41.368Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:25:41.368Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:26:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:26:31.791Z||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-07-05T06:26:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:26:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:26:31.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:26:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:26:41.349Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:26:41.356Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:27:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:27:31.791Z||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-07-05T06:27:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:27:31.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:27:31.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:27:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:27:41.347Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:27:41.347Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:28:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:28:31.791Z||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-07-05T06:28:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:28:31.794Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:28:31.795Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:28:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:28:41.356Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:28:41.357Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:29:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:29:31.791Z||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-07-05T06:29:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:29:31.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:29:31.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:29:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:29:41.357Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:29:41.365Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:30:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:30:31.791Z||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-07-05T06:30:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:30:31.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:30:31.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:30:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:30:41.354Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:30:41.358Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:31:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:31:31.793Z||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-07-05T06:31:31.793Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:31:31.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:31:31.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:31:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:31:41.372Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:31:41.372Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:32:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:32:31.791Z||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-07-05T06:32:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:32:31.794Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:32:31.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:32:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:32:41.346Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:32:41.411Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:33:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:33:31.791Z||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-07-05T06:33:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:33:31.794Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:33:31.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:33:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:33:41.350Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:33:41.373Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:34:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:34:31.792Z||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-07-05T06:34:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:34:31.794Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:34:31.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:34:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:34:41.356Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:34:41.357Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:35:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:35:31.791Z||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-07-05T06:35:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:35:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:35:31.795Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:35:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:35:41.352Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:35:41.353Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:36:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:36:31.791Z||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-07-05T06:36:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:36:31.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:36:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:31.932Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:36:31.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "aai-ml",
"timestamp": 1657002980092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "policy-id",
"timestamp": 1657002982053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "clamp",
"timestamp": 1657002975612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657002983282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "aai-ml",
"timestamp": 1657002980092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "policy-id",
"timestamp": 1657002982053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "clamp",
"timestamp": 1657002975612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
"status": "NOTIFIED"
}
2022-07-05T06:36:31.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657002983282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
"status": "NOTIFIED"
}
2022-07-05T06:36:31.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "aai-ml",
"timestamp": 1657002980092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "policy-id",
"timestamp": 1657002982053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-05T06:36:31.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657002983282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-05T06:36:31.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "clamp",
"timestamp": 1657002975612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "aai-ml",
"timestamp": 1657002980092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "policy-id",
"timestamp": 1657002982053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657002983282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "clamp",
"timestamp": 1657002975612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "aai-ml",
"timestamp": 1657002980092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "policy-id",
"timestamp": 1657002982053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657002983282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-05T06:36:31.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "clamp",
"timestamp": 1657002975612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "cds",
"timestamp": 1657002987837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "aai-ml",
"timestamp": 1657002980092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "policy-id",
"timestamp": 1657002982053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657002983282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "clamp",
"timestamp": 1657002975612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "ves-openapi-manager",
"timestamp": 1657002988880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "cds",
"timestamp": 1657002987837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "aai-ml",
"timestamp": 1657002980092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:36:31.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "policy-id",
"timestamp": 1657002982053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:36:31.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657002983282,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:36:31.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "clamp",
"timestamp": 1657002975612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:36:31.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "ves-openapi-manager",
"timestamp": 1657002988880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:31.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "cds",
"timestamp": 1657002987837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:36:32.422Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:36:32.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:36:32.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e5c83f5-c39e-4dc4-9922-c188f7644f44","serviceName":"vFW 2022-07-05 06-35-12","serviceVersion":"1.0","serviceUUID":"2d527b51-14ba-44c7-8520-e892fb00faf1","serviceDescription":"catalog service description","serviceInvariantUUID":"b0fab352-b067-4068-be2c-dfc34e29f4ef","resources":[{"resourceInstanceName":"vFW e177f10b-7733 0","resourceName":"vFW e177f10b-7733","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"24f4b67f-18e6-4d56-a27b-901d3d9dbc65","resourceInvariantUUID":"fbfd5c06-159f-47a3-b042-f430b70f4331","resourceCustomizationUUID":"2ce1f83e-12f1-410b-bf81-f19f3081a744","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vf-license-model.xml","artifactChecksum":"ZTUyOGIyNTI5MGM3ZTMxM2Y4MmQ0NTlhNTYyNzk1YjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d9f98037-46fc-464b-9ce5-c687076efe59","artifactVersion":"1"},{"artifactName":"vfwe177f10b77330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json","artifactChecksum":"ODc2YzliMjRiOTkxMDE5ZDU4MjE3ODQwNzMyOTBmNjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dbfc5736-e309-4344-b73d-a80aac70b378","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"75184aaa-411d-44b6-bebb-d5f86f7fdf27","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vendor-license-model.xml","artifactChecksum":"MmVmNmUwYzcxM2NlMzlmMGUxYzBmNjg0MTMzZDAyMWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"230e0958-c44e-46b6-9940-e75a8fc02c98","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0996e7c-9620-4aa6-ad15-2fc4f47093af","artifactVersion":"2","generatedFromUUID":"75184aaa-411d-44b6-bebb-d5f86f7fdf27"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220705063512-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-template.yml","artifactChecksum":"ZWY5NjY3NjcxMjYzMzc3ZmMxZjg0ZTc4YjZkM2YwNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dbf5e3cb-673d-48a6-8909-276823cd38f5","artifactVersion":"1"},{"artifactName":"service-Vfw20220705063512-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar","artifactChecksum":"Y2UzMTMwZTliNGVkZjM5OTk0YTNhMDUwN2RlYzZjMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0dcebf48-d05f-4fef-8fce-e370c5fab55b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T06:36:32.431Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:36:32.438Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:32.447Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:32.447Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657002991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:32.549Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-05T06:36:32.553Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:32.553Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:32.567Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:36:32.568Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:36:33.454Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:36:33.454Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:33.456Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:33.456Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657002991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
"status": "NOTIFIED"
}
2022-07-05T06:36:33.556Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:33.558Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:33.558Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:33.578Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:36:33.578Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:36:34.457Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:36:34.458Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:34.460Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:34.461Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657002991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-05T06:36:34.561Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:34.562Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:34.562Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:34.579Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:36:34.579Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:36:35.461Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:36:35.462Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:35.464Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:35.464Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657002991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:35.564Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:35.566Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:35.566Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:35.581Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:36:35.582Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:36:36.465Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:36:36.466Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:36.468Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:36.468Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657002991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-05T06:36:36.568Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:36.569Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:36.569Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:36.583Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:36:36.584Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:36:37.468Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:36:37.469Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:37.471Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:37.471Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657002991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:36:37.571Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:37.572Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:37.572Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:37.591Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:36:37.592Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:36:38.472Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:36:38.473Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:38.474Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:38.475Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657002991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:36:38.575Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:38.576Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:38.576Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:38.590Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:36:38.590Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:36:39.476Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"serviceName": "vFW 2022-07-05 06-35-12",
"serviceVersion": "1.0",
"serviceUUID": "2d527b51-14ba-44c7-8520-e892fb00faf1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b0fab352-b067-4068-be2c-dfc34e29f4ef",
"resources": [
{
"resourceInstanceName": "vFW e177f10b-7733 0",
"resourceCustomizationUUID": "2ce1f83e-12f1-410b-bf81-f19f3081a744",
"resourceName": "vFW e177f10b-7733",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "24f4b67f-18e6-4d56-a27b-901d3d9dbc65",
"resourceInvariantUUID": "fbfd5c06-159f-47a3-b042-f430b70f4331",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe177f10b77330_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
"artifactChecksum": "ODc2YzliMjRiOTkxMDE5ZDU4MjE3ODQwNzMyOTBmNjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dbfc5736-e309-4344-b73d-a80aac70b378",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "75184aaa-411d-44b6-bebb-d5f86f7fdf27",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e0996e7c-9620-4aa6-ad15-2fc4f47093af",
"generatedFromUUID": "75184aaa-411d-44b6-bebb-d5f86f7fdf27"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e0996e7c-9620-4aa6-ad15-2fc4f47093af",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220705063512-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"artifactChecksum": "Y2UzMTMwZTliNGVkZjM5OTk0YTNhMDUwN2RlYzZjMWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0dcebf48-d05f-4fef-8fce-e370c5fab55b"
}
],
"workloadContext": "Production"
}
2022-07-05T06:36:39.477Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T06:36:39.478Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2d527b51-14ba-44c7-8520-e892fb00faf1 ASDC
2022-07-05T06:36:39.596Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9e5c83f5-c39e-4dc4-9922-c188f7644f44
ServiceName:vFW 2022-07-05 06-35-12
ServiceVersion:1.0
ServiceUUID:2d527b51-14ba-44c7-8520-e892fb00faf1
ServiceInvariantUUID:b0fab352-b067-4068-be2c-dfc34e29f4ef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220705063512-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar
ArtifactUUID:0dcebf48-d05f-4fef-8fce-e370c5fab55b
ArtifactChecksum:Y2UzMTMwZTliNGVkZjM5OTk0YTNhMDUwN2RlYzZjMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e177f10b-7733 0
ResourceCustomizationUUID:2ce1f83e-12f1-410b-bf81-f19f3081a744
ResourceInvariantUUID:fbfd5c06-159f-47a3-b042-f430b70f4331
ResourceName:vFW e177f10b-7733
ResourceType:VF
ResourceUUID:24f4b67f-18e6-4d56-a27b-901d3d9dbc65
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe177f10b77330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json
ArtifactUUID:dbfc5736-e309-4344-b73d-a80aac70b378
ArtifactChecksum:ODc2YzliMjRiOTkxMDE5ZDU4MjE3ODQwNzMyOTBmNjk=
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/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml
ArtifactUUID:75184aaa-411d-44b6-bebb-d5f86f7fdf27
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/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env
ArtifactUUID:e0996e7c-9620-4aa6-ad15-2fc4f47093af
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/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env
ArtifactUUID:e0996e7c-9620-4aa6-ad15-2fc4f47093af
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-05T06:36:39.596Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d527b51-14ba-44c7-8520-e892fb00faf1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:36:39.809Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T06:36:39.810Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-05T06:36:39.811Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-05T06:36:39.811Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0dcebf48-d05f-4fef-8fce-e370c5fab55b from URL: /sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:39.811Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-05T06:36:39.812Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:40.018Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-05T06:36:40.044Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar 0dcebf48-d05f-4fef-8fce-e370c5fab55b 99053
2022-07-05T06:36:40.046Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar ASDC sendASDCNotification
2022-07-05T06:36:40.046Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:40.047Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:36:40.048Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:40.051Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:40.051Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003000045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:36:40.151Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:40.152Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:40.152Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:40.171Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:36:40.172Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:36:41.051Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T06:36:41.052Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-05T06:36:41.053Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0dcebf48-d05f-4fef-8fce-e370c5fab55b, URL: /sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar to file: /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:41.053Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220705063512-csar.csar
2022-07-05T06:36:41.132Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:41.133Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:41.797Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1122835968590748874/Definitions/service-Vfw20220705063512-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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
2022-07-05T06:36:44.553Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T06:36:44.558Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-05T06:36:44.558Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.558Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-05T06:36:44.558Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||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-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.559Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||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-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.559Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e177f10b-7733 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-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.559Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|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-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.559Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.559Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.559Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||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-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.559Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|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-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.560Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.560Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.560Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.560Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.560Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|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-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.560Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-05T06:36:44.567Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:44.569Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:44.573Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:44.573Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-05T06:36:44.575Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T06:36:44.577Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:44.577Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:44.578Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:44.578Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-05T06:36:44.578Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T06:36:44.578Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:44.579Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:44.582Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:44.582Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is not matching search criteria
2022-07-05T06:36:44.582Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T06:36:44.582Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T06:36:44.583Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.583Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:44.583Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T06:36:44.583Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.583Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T06:36:44.584Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T06:36:44.584Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T06:36:44.584Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.584Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:44.584Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T06:36:44.584Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:44.585Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T06:36:44.585Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.585Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-05T06:36:44.585Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:44.585Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T06:36:44.587Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:44.587Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:44.587Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:36:44.587Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:44.588Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:44.588Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:36:44.588Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:44.588Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:44.588Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:36:44.589Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:44.589Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is not matching search criteria
2022-07-05T06:36:44.589Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T06:36:44.589Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-05T06:36:44.590Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T06:36:44.590Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T06:36:44.590Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T06:36:44.590Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.590Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:44.591Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T06:36:44.591Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:44.591Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T06:36:44.591Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.591Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=139f3803-b1dd-448e-abe3-cbf676abed7e
2022-07-05T06:36:44.592Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:44.592Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is not matching search criteria
2022-07-05T06:36:44.592Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T06:36:44.592Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T06:36:44.592Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.593Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:44.593Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T06:36:44.593Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.593Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T06:36:44.593Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-05T06:36:44.594Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T06:36:44.594Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:44.594Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T06:36:44.594Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.594Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f150b1c5-01ca-4d59-b425-837669e47aaa
2022-07-05T06:36:44.595Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:44.595Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is not matching search criteria
2022-07-05T06:36:44.595Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T06:36:44.595Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T06:36:44.595Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.595Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:44.596Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T06:36:44.596Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.596Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T06:36:44.596Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T06:36:44.596Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T06:36:44.596Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.597Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:44.597Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-05T06:36:44.597Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e0e56331-9cb3-4c14-a7ce-c067e9601184
2022-07-05T06:36:44.597Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:44.597Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:44.597Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:44.598Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:44.598Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:44.598Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:44.598Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:44.598Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:44.598Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-07-05 06-35-12
Description:catalog service description
Model UUID:2d527b51-14ba-44c7-8520-e892fb00faf1
Model Version:NULL
Model InvariantUuid:b0fab352-b067-4068-be2c-dfc34e29f4ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e177f10b-7733
Model UUID:ba086c3a-a4dc-4b73-b784-5118bcc89cad
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fbfd5c06-159f-47a3-b042-f430b70f4331
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2ce1f83e-12f1-410b-bf81-f19f3081a744
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:750033aa-caad-4658-a020-d757dd085373
ModelName:VfwE177f10b7733..base_vfw..module-0
ModelUuid:043080f0-4233-467d-be37-ac0d7f3d7e55
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:139f3803-b1dd-448e-abe3-cbf676abed7e
ModelInvariantUuid:0e9a3fbd-bb6d-4370-85c5-2a24f0fb60cf
ModelName:vFW e177f10b-7733-nodes.vfwCvfc
ModelUuid:a6564fbe-08ba-4948-9e56-20ecc2941afc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:af33ae04-85b1-4723-b77b-bd9c14dec2a3
ModelInvariantUuid:69bddaf8-7c76-4ec6-a219-d0ca3d9bedc6
ModelName:VfwE177f10b7733.compute.nodes.heat.vfw
ModelUuid:7394e8f2-ac93-4048-a443-6d5e9a5d44a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f150b1c5-01ca-4d59-b425-837669e47aaa
ModelInvariantUuid:21d38055-cc06-4b16-b796-a2f199952a6c
ModelName:vFW e177f10b-7733-nodes.vsnCvfc
ModelUuid:31154ca9-7e59-4b54-8869-f8bb4e339831
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:428dad4b-27b0-4bf5-8af3-753cefb531a0
ModelInvariantUuid:e169f2e1-7f9e-43e5-aaab-e5b9e3b7112e
ModelName:VfwE177f10b7733.compute.nodes.heat.vsn
ModelUuid:e6d76534-9d02-4a60-a4c7-0b764244b89a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e0e56331-9cb3-4c14-a7ce-c067e9601184
ModelInvariantUuid:cd63f438-44f5-4fd7-9457-52e62d094585
ModelName:vFW e177f10b-7733-nodes.vpgCvfc
ModelUuid:81b6c40d-61c6-4d83-82a6-da566f8adfb9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f974aaf2-2767-44b2-a6f7-c4a7541e8819
ModelInvariantUuid:7d4ef85c-7b47-4005-addb-e03c539cbd9b
ModelName:VfwE177f10b7733.compute.nodes.heat.vpg
ModelUuid:7a9b231f-cbc4-4df4-b9ae-3257a29a01d5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-05T06:36:44.621Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 24f4b67f-18e6-4d56-a27b-901d3d9dbc65
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:36:44.704Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||vFW e177f10b-7733 0
2022-07-05T06:36:44.711Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 24f4b67f-18e6-4d56-a27b-901d3d9dbc65
2022-07-05T06:36:44.712Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dbfc5736-e309-4344-b73d-a80aac70b378 from URL: /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json
2022-07-05T06:36:44.712Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-05T06:36:44.712Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json
2022-07-05T06:36:44.967Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-05T06:36:44.968Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json dbfc5736-e309-4344-b73d-a80aac70b378 785
2022-07-05T06:36:44.968Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json ASDC sendASDCNotification
2022-07-05T06:36:44.969Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json
2022-07-05T06:36:44.969Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:36:44.969Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:44.972Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:44.972Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003004968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:36:45.072Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-07-05T06:36:45.073Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:45.073Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:45.091Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:36:45.091Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:36:45.992Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE177f10b7733..base_vfw..module-0",
"vfModuleModelInvariantUUID": "750033aa-caad-4658-a020-d757dd085373",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "043080f0-4233-467d-be37-ac0d7f3d7e55",
"vfModuleModelCustomizationUUID": "c5823e74-3c85-4516-bc1a-429fdb45c413",
"isBase": true,
"artifacts": [
"75184aaa-411d-44b6-bebb-d5f86f7fdf27",
"e0996e7c-9620-4aa6-ad15-2fc4f47093af"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-07-05T06:36:46.010Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE177f10b7733..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:043080f0-4233-467d-be37-ac0d7f3d7e55
VfModuleModelInvariantUUID:750033aa-caad-4658-a020-d757dd085373
VfModuleModelDescription:NULL
Artifacts UUID List:{
75184aaa-411d-44b6-bebb-d5f86f7fdf27
,
e0996e7c-9620-4aa6-ad15-2fc4f47093af
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-07-05T06:36:46.013Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE177f10b7733..base_vfw..module-0",
"vfModuleModelInvariantUUID": "750033aa-caad-4658-a020-d757dd085373",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "043080f0-4233-467d-be37-ac0d7f3d7e55",
"vfModuleModelCustomizationUUID": "c5823e74-3c85-4516-bc1a-429fdb45c413",
"isBase": true,
"artifacts": [
"75184aaa-411d-44b6-bebb-d5f86f7fdf27",
"e0996e7c-9620-4aa6-ad15-2fc4f47093af"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-07-05T06:36:46.013Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE177f10b7733..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:043080f0-4233-467d-be37-ac0d7f3d7e55
VfModuleModelInvariantUUID:750033aa-caad-4658-a020-d757dd085373
VfModuleModelDescription:NULL
Artifacts UUID List:{
75184aaa-411d-44b6-bebb-d5f86f7fdf27
,
e0996e7c-9620-4aa6-ad15-2fc4f47093af
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-07-05T06:36:46.014Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 75184aaa-411d-44b6-bebb-d5f86f7fdf27 from URL: /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml
2022-07-05T06:36:46.014Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-05T06:36:46.014Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml
2022-07-05T06:36:46.092Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-05T06:36:46.093Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml 75184aaa-411d-44b6-bebb-d5f86f7fdf27 20368
2022-07-05T06:36:46.094Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-05T06:36:46.094Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml
2022-07-05T06:36:46.094Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:36:46.095Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:46.097Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:46.098Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003006094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:36:46.198Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:46.198Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:46.199Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:46.215Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:36:46.216Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:36:47.099Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e0996e7c-9620-4aa6-ad15-2fc4f47093af from URL: /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env
2022-07-05T06:36:47.100Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-05T06:36:47.100Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env
2022-07-05T06:36:47.192Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-05T06:36:47.193Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env e0996e7c-9620-4aa6-ad15-2fc4f47093af 2098
2022-07-05T06:36:47.194Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-05T06:36:47.194Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env
2022-07-05T06:36:47.194Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:36:47.194Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:47.197Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:47.197Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003007193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:36:47.297Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:47.298Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:47.298Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:47.313Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:36:47.314Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:36:48.198Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2d527b51-14ba-44c7-8520-e892fb00faf1
2022-07-05T06:36:48.199Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e177f10b-7733 0 24f4b67f-18e6-4d56-a27b-901d3d9dbc65 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-07-05T06:36:48.236Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c343478, org.onap.sdc.toscaparser.api.parameters.Input@ebade8a, org.onap.sdc.toscaparser.api.parameters.Input@76e1c35e, org.onap.sdc.toscaparser.api.parameters.Input@3e0d0c26, org.onap.sdc.toscaparser.api.parameters.Input@3317686b]
2022-07-05T06:36:48.240Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:48.240Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:48.240Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-07-05T06:36:48.241Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 2ce1f83e-12f1-410b-bf81-f19f3081a744
2022-07-05T06:36:48.241Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2ce1f83e-12f1-410b-bf81-f19f3081a744 matches Tosca VF Customization UUID: 2ce1f83e-12f1-410b-bf81-f19f3081a744
2022-07-05T06:36:48.241Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 2ce1f83e-12f1-410b-bf81-f19f3081a744 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-05T06:36:48.247Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:48.248Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:48.249Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 2ce1f83e-12f1-410b-bf81-f19f3081a744: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-07-05T06:36:48.250Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43670cd0
2022-07-05T06:36:48.250Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:48.250Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T06:36:48.251Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c5823e74-3c85-4516-bc1a-429fdb45c413
2022-07-05T06:36:48.252Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c5823e74-3c85-4516-bc1a-429fdb45c413
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-05T06:36:48.257Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:48.257Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:48.258Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:36:48.259Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:48.259Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:48.259Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:36:48.260Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:48.260Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is not matching search criteria
2022-07-05T06:36:48.261Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T06:36:48.261Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-05T06:36:48.261Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T06:36:48.261Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T06:36:48.262Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T06:36:48.262Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T06:36:48.262Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:48.263Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T06:36:48.263Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:48.263Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T06:36:48.264Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T06:36:48.264Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=139f3803-b1dd-448e-abe3-cbf676abed7e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-05T06:36:48.270Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:48.271Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:48.271Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:36:48.271Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:48.272Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is not matching search criteria
2022-07-05T06:36:48.272Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T06:36:48.272Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T06:36:48.273Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T06:36:48.273Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:48.274Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T06:36:48.274Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T06:36:48.274Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T06:36:48.275Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-05T06:36:48.275Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T06:36:48.275Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:48.276Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T06:36:48.276Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T06:36:48.276Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f150b1c5-01ca-4d59-b425-837669e47aaa
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-05T06:36:48.278Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:48.279Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:48.279Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:36:48.283Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:48.283Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is not matching search criteria
2022-07-05T06:36:48.283Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T06:36:48.284Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T06:36:48.285Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T06:36:48.285Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:48.285Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T06:36:48.285Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T06:36:48.286Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T06:36:48.286Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T06:36:48.286Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T06:36:48.286Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T06:36:48.287Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:48.287Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-05T06:36:48.287Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e0e56331-9cb3-4c14-a7ce-c067e9601184
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-05T06:36:48.290Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:48.290Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:48.290Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:36:48.291Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:48.291Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:48.291Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0] matching following query criteria: sdcType=VF, customizationUUID=2ce1f83e-12f1-410b-bf81-f19f3081a744
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:36:48.293Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:48.294Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:48.295Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2d527b51-14ba-44c7-8520-e892fb00faf1: vFW e177f10b-7733
2022-07-05T06:36:48.295Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:48.296Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:48.296Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:48.297Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:48.300Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:48.301Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:48.301Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:48.301Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:48.301Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:36:48.301Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:48.302Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-07-05 06-35-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-07-05T06:36:48.567Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e177f10b-7733 24f4b67f-18e6-4d56-a27b-901d3d9dbc65 1 ASDC deployResourceStructure
2022-07-05T06:36:48.567Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json ASDC sendASDCNotification
2022-07-05T06:36:48.567Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json
2022-07-05T06:36:48.568Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:36:48.568Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:48.569Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:48.570Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003008567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
"status": "DEPLOY_OK"
}
2022-07-05T06:36:48.670Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:48.671Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:48.671Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:48.686Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:36:48.687Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:36:49.570Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-05T06:36:49.571Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml
2022-07-05T06:36:49.571Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:36:49.571Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:49.574Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:49.575Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003009570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-05T06:36:49.674Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T06:36:49.676Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:49.676Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:49.696Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:36:49.697Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:36:50.575Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-05T06:36:50.576Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env
2022-07-05T06:36:50.576Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:36:50.576Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:50.578Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:50.578Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003010575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-05T06:36:50.678Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:50.680Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:50.680Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:50.697Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:36:50.698Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:36:51.579Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar ASDC sendASDCNotification
2022-07-05T06:36:51.579Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:51.580Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:36:51.580Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:51.587Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:51.587Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003011579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T06:36:51.687Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:51.688Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:51.688Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:51.704Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:36:51.704Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:36:52.588Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:36:52.612Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:36:52.614Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:36:52.614Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:36:52.614Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:37:22.614Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:37:22.631Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:37:22.634Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:37:22.635Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:37:22.635Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:37:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:37:31.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:37:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:37:31.840Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:37:31.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:37:31.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657002991709,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:37:31.842Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:37:52.635Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:37:52.648Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:37:52.651Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:37:52.651Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:37:52.651Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:38:22.652Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:38:22.670Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:38:22.672Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:38:22.672Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:38:22.672Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:38:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:38:31.796Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:38:31.796Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:38:31.829Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:38:31.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:38:31.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "aai-ml",
"timestamp": 1657002992306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:38:31.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:38:31.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:38:31.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "policy-id",
"timestamp": 1657002990909,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:38:31.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:38:52.673Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:38:52.687Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:38:52.689Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:38:52.689Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:38:52.689Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:39:22.690Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:39:22.700Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:39:22.702Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:39:22.702Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:39:22.703Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:39:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:39:31.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:39:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:39:31.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:39:32.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "ves-openapi-manager",
"timestamp": 1657002988880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "cds",
"timestamp": 1657002987837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657002991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "policy-id",
"timestamp": 1657002991929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T06:39:32.333Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "ves-openapi-manager",
"timestamp": 1657002988880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657002992844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.334Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "cds",
"timestamp": 1657002987837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657002991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
"status": "NOTIFIED"
}
2022-07-05T06:39:32.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "ves-openapi-manager",
"timestamp": 1657002988880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "policy-id",
"timestamp": 1657002992939,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.354Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e5c83f5-c39e-4dc4-9922-c188f7644f44
2022-07-05T06:39:32.354Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e5c83f5-c39e-4dc4-9922-c188f7644f44 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:32.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657002993971,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.366Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "cds",
"timestamp": 1657002987837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657002991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-05T06:39:32.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "ves-openapi-manager",
"timestamp": 1657002988880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657002995088,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.373Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e5c83f5-c39e-4dc4-9922-c188f7644f44
2022-07-05T06:39:32.373Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e5c83f5-c39e-4dc4-9922-c188f7644f44 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-05T06:39:32.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "cds",
"timestamp": 1657002987837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:39:32.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657002991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "ves-openapi-manager",
"timestamp": 1657002988880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657002996095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
"status": "DEPLOY_OK"
}
2022-07-05T06:39:32.382Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657002991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-05T06:39:32.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "cds",
"timestamp": 1657002996022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "clamp",
"timestamp": 1657002995355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657002991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "cds",
"timestamp": 1657002997046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.389Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e5c83f5-c39e-4dc4-9922-c188f7644f44
2022-07-05T06:39:32.389Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e5c83f5-c39e-4dc4-9922-c188f7644f44 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:32.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657002991790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:39:32.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "clamp",
"timestamp": 1657002997371,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T06:39:32.398Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "clamp",
"timestamp": 1657002998377,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.403Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e5c83f5-c39e-4dc4-9922-c188f7644f44
2022-07-05T06:39:32.403Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e5c83f5-c39e-4dc4-9922-c188f7644f44 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:32.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003000045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.412Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003001159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003001159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003001159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "policy-id",
"timestamp": 1657003002057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003003282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003001159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "cds",
"timestamp": 1657003002833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "policy-id",
"timestamp": 1657003002057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003003282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
"status": "NOTIFIED"
}
2022-07-05T06:39:32.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003004968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003001159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "cds",
"timestamp": 1657003002833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "policy-id",
"timestamp": 1657003002057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-05T06:39:32.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003003282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-05T06:39:32.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003006094,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.418Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003001159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "cds",
"timestamp": 1657003002833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "policy-id",
"timestamp": 1657003002057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003003282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003007193,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.420Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003001159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:39:32.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "cds",
"timestamp": 1657003002833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "policy-id",
"timestamp": 1657003002057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "clamp",
"timestamp": 1657003005610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003003282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-05T06:39:32.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "cds",
"timestamp": 1657003002833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003009050,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.423Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003008567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
"status": "DEPLOY_OK"
}
2022-07-05T06:39:32.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "policy-id",
"timestamp": 1657003002057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "clamp",
"timestamp": 1657003005610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
"status": "NOTIFIED"
}
2022-07-05T06:39:32.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003003282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "cds",
"timestamp": 1657003002833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003009570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-05T06:39:32.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657003008880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "policy-id",
"timestamp": 1657003002057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:39:32.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "clamp",
"timestamp": 1657003005610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003003282,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:39:32.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "cds",
"timestamp": 1657003002833,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:39:32.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003010575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-05T06:39:32.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657003008880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "clamp",
"timestamp": 1657003005610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "policy-id",
"timestamp": 1657003010165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003011174,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "cds",
"timestamp": 1657003010681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.431Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003011579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T06:39:32.431Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657003008880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "clamp",
"timestamp": 1657003005610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "policy-id",
"timestamp": 1657003011180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T06:39:32.432Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003012304,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "cds",
"timestamp": 1657003011696,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-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-07-05T06:39:32.446Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1052a856-4c7c-41b2-8730-2b5d87d5b2bc
2022-07-05T06:39:32.446Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1052a856-4c7c-41b2-8730-2b5d87d5b2bc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:32.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657003008880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "clamp",
"timestamp": 1657003005610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "policy-id",
"timestamp": 1657003012187,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.460Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1052a856-4c7c-41b2-8730-2b5d87d5b2bc
2022-07-05T06:39:32.460Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1052a856-4c7c-41b2-8730-2b5d87d5b2bc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:32.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003013445,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657003008880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "clamp",
"timestamp": 1657003005610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:39:32.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003015021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T06:39:32.470Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003014478,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.475Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1052a856-4c7c-41b2-8730-2b5d87d5b2bc
2022-07-05T06:39:32.475Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1052a856-4c7c-41b2-8730-2b5d87d5b2bc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-05T06:39:32.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657003008880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003016027,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.488Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e5c83f5-c39e-4dc4-9922-c188f7644f44
2022-07-05T06:39:32.489Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e5c83f5-c39e-4dc4-9922-c188f7644f44 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:32.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003015481,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-05T06:39:32.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657003008880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "aai-ml",
"timestamp": 1657003017451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T06:39:32.498Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "aai-ml",
"timestamp": 1657003018458,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.504Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e5c83f5-c39e-4dc4-9922-c188f7644f44
2022-07-05T06:39:32.504Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e5c83f5-c39e-4dc4-9922-c188f7644f44 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:32.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "aai-ml",
"timestamp": 1657003019462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "aai-ml",
"timestamp": 1657003019462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "aai-ml",
"timestamp": 1657003019462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "aai-ml",
"timestamp": 1657003019462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "aai-ml",
"timestamp": 1657003019462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "aai-ml",
"timestamp": 1657003019462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "aai-ml",
"timestamp": 1657003019462,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:39:32.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "aai-ml",
"timestamp": 1657003027228,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.523Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "clamp",
"timestamp": 1657003025350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.524Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "clamp",
"timestamp": 1657003027358,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T06:39:32.525Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "clamp",
"timestamp": 1657003028362,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.532Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1052a856-4c7c-41b2-8730-2b5d87d5b2bc
2022-07-05T06:39:32.532Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1052a856-4c7c-41b2-8730-2b5d87d5b2bc and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:32.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003031159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003031159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003031159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003031159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003031159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003031159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "aai-ml",
"timestamp": 1657003037612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T06:39:32.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003031159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:39:32.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-05T06:39:32.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "aai-ml",
"timestamp": 1657003038618,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.554Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1052a856-4c7c-41b2-8730-2b5d87d5b2bc
2022-07-05T06:39:32.554Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1052a856-4c7c-41b2-8730-2b5d87d5b2bc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:32.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003038950,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003041717,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T06:39:32.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003042722,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.577Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1052a856-4c7c-41b2-8730-2b5d87d5b2bc
2022-07-05T06:39:32.577Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1052a856-4c7c-41b2-8730-2b5d87d5b2bc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:52.703Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:39:52.717Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:39:52.722Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:39:52.723Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T06:39:52.724Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T06:39:52.724Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T06:39:52.724Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T06:39:52.725Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T06:39:52.725Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T06:39:52.725Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T06:39:52.725Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T06:39:52.725Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T06:39:52.726Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|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-07-05T06:39:52.732Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T06:40:22.733Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-05T06:40:22.747Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44 and serviceModelVersionId: 2d527b51-14ba-44c7-8520-e892fb00faf1
2022-07-05T06:40:22.748Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b0fab352-b067-4068-be2c-dfc34e29f4ef
2022-07-05T06:40:31.795Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:40:31.796Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:40:31.796Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:36.942Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b0fab352-b067-4068-be2c-dfc34e29f4ef/model-vers/model-ver/2d527b51-14ba-44c7-8520-e892fb00faf1?depth=0
2022-07-05T06:40:37.048Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T06:40:37.553Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fab352-b067-4068-be2c-dfc34e29f4ef/model-vers/model-ver/2d527b51-14ba-44c7-8520-e892fb00faf1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-05T06:40:37.558Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fab352-b067-4068-be2c-dfc34e29f4ef/model-vers/model-ver/2d527b51-14ba-44c7-8520-e892fb00faf1?depth=0|INFO|500||Invoke
2022-07-05T06:40:37.680Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fab352-b067-4068-be2c-dfc34e29f4ef/model-vers/model-ver/2d527b51-14ba-44c7-8520-e892fb00faf1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-05T06:40:38.001Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fab352-b067-4068-be2c-dfc34e29f4ef/model-vers/model-ver/2d527b51-14ba-44c7-8520-e892fb00faf1?depth=0|INFO|500||InvokeReturn
2022-07-05T06:40:38.002Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fab352-b067-4068-be2c-dfc34e29f4ef/model-vers/model-ver/2d527b51-14ba-44c7-8520-e892fb00faf1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220705-06:40:36:971-56851], vertex-id=[209088], Content-Length=[0], Date=[Tue, 05 Jul 2022 06:40:36 GMT], Content-Type=[application/json]}
2022-07-05T06:40:38.002Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-07-05T06:40:38.006Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T06:40:38.006Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|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-07-05T06:40:38.013Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|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-07-05T06:40:38.014Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e5c83f5-c39e-4dc4-9922-c188f7644f44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T06:40:38.015Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T06:40:38.015Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:38.017Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:38.017Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003238014,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T06:40:38.117Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T06:40:38.118Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:38.119Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:38.148Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:40:38.149Z||pool-18-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:38.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:40:38.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T06:40:38.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003238014,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T06:40:38.766Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T06:40:39.031Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:40:39.032Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|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-07-05T06:40:39.032Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:43.501Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:40:43.502Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:40:43.502Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1052a856-4c7c-41b2-8730-2b5d87d5b2bc","serviceName":"basic_onboard_ZJdujz","serviceVersion":"1.0","serviceUUID":"d721dafa-aca4-4eea-af1e-379daee37e1e","serviceDescription":"service","serviceInvariantUUID":"0a2b45b5-3728-42ea-adcc-4d50c771235f","resources":[{"resourceInstanceName":"basic_onboard_ZJdujz 0","resourceName":"basic_onboard_ZJdujz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8898f90e-c023-4e78-8952-f52d89fab8b2","resourceInvariantUUID":"3dcf64e1-6636-42c1-9e07-2969ed3d98ec","resourceCustomizationUUID":"d803fad7-4404-40b7-b1e0-c50604bb2de7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vf-license-model.xml","artifactChecksum":"ZjY2OTQ4ZWY0NjRmNDI4ODRiZjVlY2EyMGU1OWZkYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1588e969-0cc3-4695-9835-e6c468c6c2b6","artifactVersion":"1"},{"artifactName":"basic_onboard_zjdujz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json","artifactChecksum":"OGNkZDk2YzdjYWZkYzk2NGVlNjI1N2NlYjBiZjg4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c682b97c-06a3-4e5f-9883-c041b81d2bb4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c24ba34f-38bd-4262-b9d6-ab8e157f8e3d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ea6d555-0792-46a5-9552-22c040c638a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0d5e30a9-5919-4ef8-adb7-a134a480347a","artifactVersion":"2","generatedFromUUID":"c24ba34f-38bd-4262-b9d6-ab8e157f8e3d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZjdujz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-template.yml","artifactChecksum":"MDZjOGJiMTdlYWU5OGFiZjEyNjllMmNlOWE4NmY5ZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"522b685c-5ea9-4869-bad9-780b712383fb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZjdujz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar","artifactChecksum":"NzUwNmU2YTIyMWQwN2I2MmU5MGM1ZjU3NjBkYWM3NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e585099-61b2-47ca-8729-15d0fb49324a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T06:40:43.505Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:40:43.505Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:43.507Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:43.508Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003239031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:40:43.608Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:43.609Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:43.609Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:43.623Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:40:43.623Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:44.508Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:40:44.509Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:44.511Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:44.511Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003239031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
"status": "NOTIFIED"
}
2022-07-05T06:40:44.611Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:44.612Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:44.612Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:44.629Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:40:44.630Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:40:45.511Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:40:45.512Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:45.515Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:45.515Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003239031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-05T06:40:45.615Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:45.616Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:45.616Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:45.630Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:40:45.631Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:46.515Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:40:46.517Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:46.518Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:46.518Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003239031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:40:46.619Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:46.620Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:46.620Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:46.636Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:40:46.636Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:47.519Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:40:47.520Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:47.522Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:47.522Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003239031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-05T06:40:47.622Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:47.623Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:47.623Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:47.639Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:40:47.640Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:48.522Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:40:48.523Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:48.525Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:48.525Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003239031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:40:48.625Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:48.626Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:48.626Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:48.641Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:40:48.641Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:49.525Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:40:49.526Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:49.528Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:49.528Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003239031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:40:49.628Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:49.629Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:49.629Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:49.643Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:40:49.643Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:40:50.530Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"serviceName": "basic_onboard_ZJdujz",
"serviceVersion": "1.0",
"serviceUUID": "d721dafa-aca4-4eea-af1e-379daee37e1e",
"serviceDescription": "service",
"serviceInvariantUUID": "0a2b45b5-3728-42ea-adcc-4d50c771235f",
"resources": [
{
"resourceInstanceName": "basic_onboard_ZJdujz 0",
"resourceCustomizationUUID": "d803fad7-4404-40b7-b1e0-c50604bb2de7",
"resourceName": "basic_onboard_ZJdujz",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8898f90e-c023-4e78-8952-f52d89fab8b2",
"resourceInvariantUUID": "3dcf64e1-6636-42c1-9e07-2969ed3d98ec",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zjdujz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
"artifactChecksum": "OGNkZDk2YzdjYWZkYzk2NGVlNjI1N2NlYjBiZjg4YTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c682b97c-06a3-4e5f-9883-c041b81d2bb4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c24ba34f-38bd-4262-b9d6-ab8e157f8e3d",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0d5e30a9-5919-4ef8-adb7-a134a480347a",
"generatedFromUUID": "c24ba34f-38bd-4262-b9d6-ab8e157f8e3d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0d5e30a9-5919-4ef8-adb7-a134a480347a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZjdujz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"artifactChecksum": "NzUwNmU2YTIyMWQwN2I2MmU5MGM1ZjU3NjBkYWM3NmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1e585099-61b2-47ca-8729-15d0fb49324a"
}
],
"workloadContext": "Production"
}
2022-07-05T06:40:50.530Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T06:40:50.530Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d721dafa-aca4-4eea-af1e-379daee37e1e ASDC
2022-07-05T06:40:50.531Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1052a856-4c7c-41b2-8730-2b5d87d5b2bc
ServiceName:basic_onboard_ZJdujz
ServiceVersion:1.0
ServiceUUID:d721dafa-aca4-4eea-af1e-379daee37e1e
ServiceInvariantUUID:0a2b45b5-3728-42ea-adcc-4d50c771235f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZjdujz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar
ArtifactUUID:1e585099-61b2-47ca-8729-15d0fb49324a
ArtifactChecksum:NzUwNmU2YTIyMWQwN2I2MmU5MGM1ZjU3NjBkYWM3NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ZJdujz 0
ResourceCustomizationUUID:d803fad7-4404-40b7-b1e0-c50604bb2de7
ResourceInvariantUUID:3dcf64e1-6636-42c1-9e07-2969ed3d98ec
ResourceName:basic_onboard_ZJdujz
ResourceType:VF
ResourceUUID:8898f90e-c023-4e78-8952-f52d89fab8b2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zjdujz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json
ArtifactUUID:c682b97c-06a3-4e5f-9883-c041b81d2bb4
ArtifactChecksum:OGNkZDk2YzdjYWZkYzk2NGVlNjI1N2NlYjBiZjg4YTg=
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/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c24ba34f-38bd-4262-b9d6-ab8e157f8e3d
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/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env
ArtifactUUID:0d5e30a9-5919-4ef8-adb7-a134a480347a
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/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env
ArtifactUUID:0d5e30a9-5919-4ef8-adb7-a134a480347a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-05T06:40:50.531Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d721dafa-aca4-4eea-af1e-379daee37e1e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T06:40:50.561Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T06:40:50.561Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-05T06:40:50.562Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-05T06:40:50.562Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1e585099-61b2-47ca-8729-15d0fb49324a from URL: /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:50.562Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-05T06:40:50.562Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:50.763Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-05T06:40:50.766Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar 1e585099-61b2-47ca-8729-15d0fb49324a 71575
2022-07-05T06:40:50.767Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar ASDC sendASDCNotification
2022-07-05T06:40:50.767Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:50.767Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:40:50.768Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:50.769Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:50.769Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003250767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:40:50.870Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:50.871Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:50.871Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:50.884Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:40:50.885Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:51.770Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T06:40:51.771Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-05T06:40:51.772Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1e585099-61b2-47ca-8729-15d0fb49324a, URL: /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar to file: /app/ASDC/1/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:51.772Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:51.773Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:51.773Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:51.900Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP596587269542141037/Definitions/service-BasicOnboardZjdujz-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-07-05T06:40:53.107Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T06:40:53.107Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-05T06:40:53.108Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:53.108Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-05T06:40:53.108Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:53.108Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:53.108Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:53.108Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:53.108Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:53.108Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:53.109Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:53.109Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZJdujz 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-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:53.109Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:53.109Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-05T06:40:53.109Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:53.109Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:53.110Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is matching search criteria
2022-07-05T06:40:53.110Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-05T06:40:53.110Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZJdujz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T06:40:53.110Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:53.110Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:53.110Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is matching search criteria
2022-07-05T06:40:53.110Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-05T06:40:53.111Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZJdujz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T06:40:53.111Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:53.111Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:53.111Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:53.111Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is not matching search criteria
2022-07-05T06:40:53.111Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-05T06:40:53.112Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-05T06:40:53.112Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-05T06:40:53.112Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-05T06:40:53.112Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-05T06:40:53.112Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:53.112Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T06:40:53.113Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:53.113Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is matching search criteria
2022-07-05T06:40:53.113Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZJdujz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:40:53.113Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:53.113Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is matching search criteria
2022-07-05T06:40:53.113Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZJdujz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:40:53.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:53.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is matching search criteria
2022-07-05T06:40:53.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZJdujz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:40:53.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:53.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is not matching search criteria
2022-07-05T06:40:53.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-05T06:40:53.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-05T06:40:53.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fce27c33-c841-4e65-b84f-103b42b8007c
2022-07-05T06:40:53.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:53.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:53.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:53.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:53.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:53.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:53.116Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:53.116Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:53.116Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ZJdujz
Description:service
Model UUID:d721dafa-aca4-4eea-af1e-379daee37e1e
Model Version:NULL
Model InvariantUuid:0a2b45b5-3728-42ea-adcc-4d50c771235f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ZJdujz
Model UUID:9da7a8d1-1dd8-4369-850d-578c8cf46f87
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3dcf64e1-6636-42c1-9e07-2969ed3d98ec
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d803fad7-4404-40b7-b1e0-c50604bb2de7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4f9e0f9d-eed6-464e-ad07-9327a4dc4243
ModelName:BasicOnboardZjdujz..base_ubuntu18..module-0
ModelUuid:ae33cb2d-e486-4e2a-a0f3-f17304a966b7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:fce27c33-c841-4e65-b84f-103b42b8007c
ModelInvariantUuid:aff3f1e9-0004-44eb-96c4-d8ba4eba5a59
ModelName:basic_onboard_ZJdujz-nodes.ubuntu18Cvfc
ModelUuid:bebbd0d4-1d17-4d54-9f44-40d8ebddd814
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:75d00525-d84e-4e59-8560-b2c4b6bfbefa
ModelInvariantUuid:446e49bb-bfc7-4d56-890e-83f7f9813a72
ModelName:BasicOnboardZjdujz.compute.nodes.heat.ubuntu18
ModelUuid:fa612bd0-39b5-4f5c-85b4-cc0fbb66408c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-05T06:40:53.122Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 8898f90e-c023-4e78-8952-f52d89fab8b2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:40:53.124Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||basic_onboard_ZJdujz 0
2022-07-05T06:40:53.124Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8898f90e-c023-4e78-8952-f52d89fab8b2
2022-07-05T06:40:53.124Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c682b97c-06a3-4e5f-9883-c041b81d2bb4 from URL: /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json
2022-07-05T06:40:53.124Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-05T06:40:53.125Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json
2022-07-05T06:40:53.186Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-05T06:40:53.186Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json c682b97c-06a3-4e5f-9883-c041b81d2bb4 798
2022-07-05T06:40:53.186Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json ASDC sendASDCNotification
2022-07-05T06:40:53.186Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json
2022-07-05T06:40:53.187Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:40:53.187Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:53.189Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:53.189Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003253186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:40:53.289Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:53.291Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:53.291Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:53.309Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:40:53.309Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:54.190Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZjdujz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4f9e0f9d-eed6-464e-ad07-9327a4dc4243",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ae33cb2d-e486-4e2a-a0f3-f17304a966b7",
"vfModuleModelCustomizationUUID": "e05325c0-0e8b-48fc-abde-3abd335ddd35",
"isBase": true,
"artifacts": [
"c24ba34f-38bd-4262-b9d6-ab8e157f8e3d",
"0d5e30a9-5919-4ef8-adb7-a134a480347a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-07-05T06:40:54.195Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZjdujz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ae33cb2d-e486-4e2a-a0f3-f17304a966b7
VfModuleModelInvariantUUID:4f9e0f9d-eed6-464e-ad07-9327a4dc4243
VfModuleModelDescription:NULL
Artifacts UUID List:{
c24ba34f-38bd-4262-b9d6-ab8e157f8e3d
,
0d5e30a9-5919-4ef8-adb7-a134a480347a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-07-05T06:40:54.198Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZjdujz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "4f9e0f9d-eed6-464e-ad07-9327a4dc4243",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ae33cb2d-e486-4e2a-a0f3-f17304a966b7",
"vfModuleModelCustomizationUUID": "e05325c0-0e8b-48fc-abde-3abd335ddd35",
"isBase": true,
"artifacts": [
"c24ba34f-38bd-4262-b9d6-ab8e157f8e3d",
"0d5e30a9-5919-4ef8-adb7-a134a480347a"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-07-05T06:40:54.198Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZjdujz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ae33cb2d-e486-4e2a-a0f3-f17304a966b7
VfModuleModelInvariantUUID:4f9e0f9d-eed6-464e-ad07-9327a4dc4243
VfModuleModelDescription:NULL
Artifacts UUID List:{
c24ba34f-38bd-4262-b9d6-ab8e157f8e3d
,
0d5e30a9-5919-4ef8-adb7-a134a480347a
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-07-05T06:40:54.198Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c24ba34f-38bd-4262-b9d6-ab8e157f8e3d from URL: /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml
2022-07-05T06:40:54.199Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-05T06:40:54.199Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml
2022-07-05T06:40:54.257Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-05T06:40:54.258Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml c24ba34f-38bd-4262-b9d6-ab8e157f8e3d 5033
2022-07-05T06:40:54.258Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-05T06:40:54.258Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml
2022-07-05T06:40:54.258Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:40:54.259Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:54.260Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:54.260Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003254258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:40:54.361Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:54.362Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:54.362Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:54.385Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:40:54.385Z||pool-28-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:40:55.261Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0d5e30a9-5919-4ef8-adb7-a134a480347a from URL: /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env
2022-07-05T06:40:55.262Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-05T06:40:55.262Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env
2022-07-05T06:40:55.329Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-05T06:40:55.329Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env 0d5e30a9-5919-4ef8-adb7-a134a480347a 909
2022-07-05T06:40:55.330Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-05T06:40:55.330Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env
2022-07-05T06:40:55.330Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:40:55.330Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:55.332Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:55.332Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003255330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:40:55.432Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:55.433Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:55.433Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:55.452Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:40:55.452Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:56.332Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d721dafa-aca4-4eea-af1e-379daee37e1e
2022-07-05T06:40:56.333Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZJdujz 0 8898f90e-c023-4e78-8952-f52d89fab8b2 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:40:56.344Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61dfdad5, org.onap.sdc.toscaparser.api.parameters.Input@30ed247, org.onap.sdc.toscaparser.api.parameters.Input@700400be, org.onap.sdc.toscaparser.api.parameters.Input@203bf500, org.onap.sdc.toscaparser.api.parameters.Input@3fad9aa0]
2022-07-05T06:40:56.346Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:56.346Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:56.346Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-07-05T06:40:56.346Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= d803fad7-4404-40b7-b1e0-c50604bb2de7
2022-07-05T06:40:56.346Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d803fad7-4404-40b7-b1e0-c50604bb2de7 matches Tosca VF Customization UUID: d803fad7-4404-40b7-b1e0-c50604bb2de7
2022-07-05T06:40:56.347Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: d803fad7-4404-40b7-b1e0-c50604bb2de7 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-05T06:40:56.348Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:56.349Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:56.349Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id d803fad7-4404-40b7-b1e0-c50604bb2de7: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-07-05T06:40:56.349Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65796659
2022-07-05T06:40:56.349Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:56.350Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T06:40:56.350Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e05325c0-0e8b-48fc-abde-3abd335ddd35
2022-07-05T06:40:56.350Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e05325c0-0e8b-48fc-abde-3abd335ddd35
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-05T06:40:56.352Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:56.353Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is matching search criteria
2022-07-05T06:40:56.353Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZJdujz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:40:56.353Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:56.353Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is matching search criteria
2022-07-05T06:40:56.353Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZJdujz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:40:56.354Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:56.354Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is not matching search criteria
2022-07-05T06:40:56.354Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-05T06:40:56.354Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-05T06:40:56.354Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fce27c33-c841-4e65-b84f-103b42b8007c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-05T06:40:56.356Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:56.356Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is matching search criteria
2022-07-05T06:40:56.356Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZJdujz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:40:56.356Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:56.357Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is matching search criteria
2022-07-05T06:40:56.357Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZJdujz 0] matching following query criteria: sdcType=VF, customizationUUID=d803fad7-4404-40b7-b1e0-c50604bb2de7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:40:56.358Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:56.359Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:56.359Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d721dafa-aca4-4eea-af1e-379daee37e1e: basic_onboard_ZJdujz
2022-07-05T06:40:56.359Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:56.359Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:56.359Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:56.359Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:56.360Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:56.360Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:56.360Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:56.360Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:56.360Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:40:56.361Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:56.361Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_ZJdujz
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:40:56.436Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZJdujz 8898f90e-c023-4e78-8952-f52d89fab8b2 1 ASDC deployResourceStructure
2022-07-05T06:40:56.437Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json ASDC sendASDCNotification
2022-07-05T06:40:56.437Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json
2022-07-05T06:40:56.437Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:40:56.438Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:56.440Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:56.440Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003256437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-05T06:40:56.540Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T06:40:56.541Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:56.542Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:56.560Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:40:56.560Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:40:57.441Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-05T06:40:57.442Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml
2022-07-05T06:40:57.442Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:40:57.443Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:57.445Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:57.445Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003257441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-05T06:40:57.545Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:57.546Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:57.546Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:57.563Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:40:57.564Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:58.446Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-05T06:40:58.447Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env
2022-07-05T06:40:58.447Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:40:58.447Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:58.449Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:58.450Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003258446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-05T06:40:58.550Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T06:40:58.551Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:58.551Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:58.570Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:40:58.570Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:59.450Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar ASDC sendASDCNotification
2022-07-05T06:40:59.451Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:59.451Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:40:59.452Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:59.453Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:59.454Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003259450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T06:40:59.554Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:59.554Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:59.555Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:59.571Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:40:59.571Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:41:00.455Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1052a856-4c7c-41b2-8730-2b5d87d5b2bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:41:00.465Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1052a856-4c7c-41b2-8730-2b5d87d5b2bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:41:00.468Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:41:00.469Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T06:41:00.469Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T06:41:00.469Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T06:41:00.469Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T06:41:00.470Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T06:41:00.470Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T06:41:00.470Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T06:41:00.470Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T06:41:00.471Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T06:41:00.471Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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-07-05T06:41:00.476Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T06:41:30.476Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1052a856-4c7c-41b2-8730-2b5d87d5b2bc and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-05T06:41:30.481Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1052a856-4c7c-41b2-8730-2b5d87d5b2bc and serviceModelVersionId: d721dafa-aca4-4eea-af1e-379daee37e1e
2022-07-05T06:41:30.482Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0a2b45b5-3728-42ea-adcc-4d50c771235f
2022-07-05T06:41:30.482Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0a2b45b5-3728-42ea-adcc-4d50c771235f/model-vers/model-ver/d721dafa-aca4-4eea-af1e-379daee37e1e?depth=0
2022-07-05T06:41:30.486Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T06:41:30.533Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a2b45b5-3728-42ea-adcc-4d50c771235f/model-vers/model-ver/d721dafa-aca4-4eea-af1e-379daee37e1e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-05T06:41:30.535Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a2b45b5-3728-42ea-adcc-4d50c771235f/model-vers/model-ver/d721dafa-aca4-4eea-af1e-379daee37e1e?depth=0|INFO|500||Invoke
2022-07-05T06:41:30.557Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a2b45b5-3728-42ea-adcc-4d50c771235f/model-vers/model-ver/d721dafa-aca4-4eea-af1e-379daee37e1e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-05T06:41:30.652Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a2b45b5-3728-42ea-adcc-4d50c771235f/model-vers/model-ver/d721dafa-aca4-4eea-af1e-379daee37e1e?depth=0|INFO|500||InvokeReturn
2022-07-05T06:41:30.652Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a2b45b5-3728-42ea-adcc-4d50c771235f/model-vers/model-ver/d721dafa-aca4-4eea-af1e-379daee37e1e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220705-06:41:29:850-65085], vertex-id=[167944], Content-Length=[0], Date=[Tue, 05 Jul 2022 06:41:29 GMT], Content-Type=[application/json]}
2022-07-05T06:41:30.653Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-07-05T06:41:30.653Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T06:41:30.654Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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-07-05T06:41:30.661Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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-07-05T06:41:30.661Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1052a856-4c7c-41b2-8730-2b5d87d5b2bc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T06:41:30.662Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T06:41:30.662Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:41:30.668Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:41:30.668Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003290661,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T06:41:30.765Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-05T06:41:30.766Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:41:30.766Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:41:30.786Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:41:30.786Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T06:41:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:41:31.681Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:41:31.681Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:41:31.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:41:31.795Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:41:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:41:32.428Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:41:32.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003239031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:41:32.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-05T06:41:32.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003239031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
"status": "NOTIFIED"
}
2022-07-05T06:41:32.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-05T06:41:32.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003239031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-05T06:41:32.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-05T06:41:32.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003239031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:41:32.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-05T06:41:32.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003239031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-05T06:41:32.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-05T06:41:32.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003239031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:41:32.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-05T06:41:32.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003239031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:41:32.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-05T06:41:32.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003250767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:41:32.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:41:32.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003253186,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:41:32.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:41:32.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003254258,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:41:32.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:41:32.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003255330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:41:32.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:41:32.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003256437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-05T06:41:32.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:41:32.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003257441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-05T06:41:32.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:41:32.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003258446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-05T06:41:32.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:41:32.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003259450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T06:41:32.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:41:32.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003290661,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T06:41:32.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:41:41.273Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:41:41.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:41:41.274Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:41:41.274Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:41:50.824Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:41:50.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:41:50.825Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:41:50.825Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:42:00.371Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:42:00.371Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:42:00.372Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:42:00.372Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:42:09.941Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:42:31.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:42:31.791Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:42:31.791Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:42:31.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:42:31.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:42:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:42:41.359Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:42:41.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:43:31.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:43:31.791Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:43:31.791Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:43:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:43:31.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:43:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:43:41.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:43:41.375Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:44:31.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:44:31.791Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:44:31.791Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:44:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:44:31.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:44:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:44:41.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:44:41.351Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:45:31.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:45:31.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:45:31.793Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:45:31.794Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:45:31.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:45:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:45:41.353Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:45:41.353Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:46:31.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:46:31.791Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:46:31.791Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:46:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:46:31.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:46:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:46:41.362Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:46:41.362Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:47:31.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:47:31.791Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:47:31.791Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:47:31.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:47:31.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:47:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:47:41.349Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:47:41.349Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:48:31.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:48:31.791Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:48:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:48:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:48:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:48:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:48:41.401Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:48:41.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:49:31.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:49:31.791Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:49:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:49:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:49:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:49:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:49:41.453Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:49:41.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:50:31.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:50:31.791Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:50:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:50:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:50:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:50:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:50:35.790Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:50:35.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T06:50:35.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a68339f-0477-45bb-a65e-deb2d08d2603","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7e7a16e0-8111-4184-827d-358fb6de1181","serviceDescription":"service","serviceInvariantUUID":"eeceb384-c297-48b2-bee5-6a067f02d589","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4ee47edb-8a08-4194-a68c-37eb7fc5f073","resourceInvariantUUID":"9dd98a38-b3a6-4a0c-ad83-cb52d1394511","resourceCustomizationUUID":"8eb1e429-39ba-4b61-aad1-fc53b964570d","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZGZmMmRlODU0NjUwN2E0NjIzMzVkMjIzOWM0N2RlYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e3bfec7-c63e-41f8-8a55-cff01b738609","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTdlMzM1OGNkZjNlZDZmMDRiZmE2ZGE1NTY0MzQ0MzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d988635-c1c6-4d4a-bb94-4aac85604fae","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T06:50:35.795Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:50:35.795Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:50:35.798Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:50:35.798Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003831790,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:50:35.898Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:50:35.899Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:50:35.899Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:50:35.917Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:50:35.918Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":4,"count":1}
2022-07-05T06:50:36.035Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:50:36.036Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:50:36.036Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003831790,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:50:36.037Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:50:36.799Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:50:36.799Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:50:36.802Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:50:36.802Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003831790,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:50:36.903Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T06:50:36.904Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:50:36.904Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:50:36.922Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:50:36.922Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:50:37.803Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "7e7a16e0-8111-4184-827d-358fb6de1181",
"serviceDescription": "service",
"serviceInvariantUUID": "eeceb384-c297-48b2-bee5-6a067f02d589",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "8eb1e429-39ba-4b61-aad1-fc53b964570d",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "4ee47edb-8a08-4194-a68c-37eb7fc5f073",
"resourceInvariantUUID": "9dd98a38-b3a6-4a0c-ad83-cb52d1394511",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "OTdlMzM1OGNkZjNlZDZmMDRiZmE2ZGE1NTY0MzQ0MzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8d988635-c1c6-4d4a-bb94-4aac85604fae"
}
],
"workloadContext": "Production"
}
2022-07-05T06:50:37.804Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T06:50:37.804Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7e7a16e0-8111-4184-827d-358fb6de1181 ASDC
2022-07-05T06:50:37.805Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:7a68339f-0477-45bb-a65e-deb2d08d2603
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7e7a16e0-8111-4184-827d-358fb6de1181
ServiceInvariantUUID:eeceb384-c297-48b2-bee5-6a067f02d589
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:8d988635-c1c6-4d4a-bb94-4aac85604fae
ArtifactChecksum:OTdlMzM1OGNkZjNlZDZmMDRiZmE2ZGE1NTY0MzQ0MzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8eb1e429-39ba-4b61-aad1-fc53b964570d
ResourceInvariantUUID:9dd98a38-b3a6-4a0c-ad83-cb52d1394511
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4ee47edb-8a08-4194-a68c-37eb7fc5f073
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-07-05T06:50:37.805Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e7a16e0-8111-4184-827d-358fb6de1181 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:50:37.838Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T06:50:37.839Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-05T06:50:37.839Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-05T06:50:37.840Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8d988635-c1c6-4d4a-bb94-4aac85604fae from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-05T06:50:37.840Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-05T06:50:37.840Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-05T06:50:38.480Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-05T06:50:38.483Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8d988635-c1c6-4d4a-bb94-4aac85604fae 52508
2022-07-05T06:50:38.483Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-05T06:50:38.483Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-05T06:50:38.483Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:50:38.484Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:50:38.486Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:50:38.486Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003838483,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:50:38.586Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:50:38.587Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:50:38.587Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:50:38.600Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:50:38.601Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:50:39.486Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T06:50:39.487Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-05T06:50:39.488Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8d988635-c1c6-4d4a-bb94-4aac85604fae, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T06:50:39.488Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-05T06:50:39.488Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T06:50:39.488Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T06:50:39.670Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3582990538337217338/Definitions/service-BasicNetwork-template.yml
2022-07-05T06:50:40.164Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T06:50:40.165Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-05T06:50:40.165Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T06:50:40.165Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-05T06:50:40.165Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T06:50:40.165Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T06:50:40.165Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T06:50:40.165Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T06:50:40.165Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T06:50:40.166Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T06:50:40.166Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T06:50:40.166Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T06:50:40.166Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-05T06:50:40.166Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:50:40.166Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.167Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-05T06:50:40.167Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-05T06:50:40.167Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T06:50:40.167Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:50:40.168Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.168Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-05T06:50:40.168Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-05T06:50:40.168Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T06:50:40.168Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:50:40.168Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.168Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:50:40.169Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.169Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:50:40.169Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.169Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:50:40.169Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.169Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:50:40.170Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.170Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:7e7a16e0-8111-4184-827d-358fb6de1181
Model Version:NULL
Model InvariantUuid:eeceb384-c297-48b2-bee5-6a067f02d589
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9dd98a38-b3a6-4a0c-ad83-cb52d1394511
Model UUID:52c63340-5f00-4a88-a12c-fc4734fe23e0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:8eb1e429-39ba-4b61-aad1-fc53b964570d
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-05T06:50:40.176Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 4ee47edb-8a08-4194-a68c-37eb7fc5f073
2022-07-05T06:50:40.176Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||No resources found for Service: 7e7a16e0-8111-4184-827d-358fb6de1181
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:50:40.182Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||
2022-07-05T06:50:40.183Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-07-05T06:50:40.183Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 7e7a16e0-8111-4184-827d-358fb6de1181
2022-07-05T06:50:40.183Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7e7a16e0-8111-4184-827d-358fb6de1181
2022-07-05T06:50:40.184Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-07-05T06:50:40.184Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:50:40.189Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7176ff5d, org.onap.sdc.toscaparser.api.parameters.Input@568492e5, org.onap.sdc.toscaparser.api.parameters.Input@4f082197, org.onap.sdc.toscaparser.api.parameters.Input@56c5c77f, org.onap.sdc.toscaparser.api.parameters.Input@100f46ed]
2022-07-05T06:50:40.190Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:50:40.191Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.191Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:50:40.191Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.191Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7e7a16e0-8111-4184-827d-358fb6de1181: Generic NeutronNet
2022-07-05T06:50:40.191Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:50:40.192Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.192Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:50:40.192Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-07-05T06:50:40.229Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:50:40.229Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.229Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:50:40.229Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.230Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:50:40.230Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.230Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-05T06:50:40.300Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-07-05T06:50:40.300Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-05T06:50:40.300Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-05T06:50:40.300Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:50:40.301Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:50:40.302Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:50:40.303Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003840300,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T06:50:40.403Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:50:40.404Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:50:40.404Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:50:40.422Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:50:40.422Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:50:41.304Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:50:41.315Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:50:41.316Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:50:41.317Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:50:41.317Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:51:11.317Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:51:11.329Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:51:11.332Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:51:11.332Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:51:11.332Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:51:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:51:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:51:31.795Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:51:31.821Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:51:31.822Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:51:31.822Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "ves-openapi-manager",
"timestamp": 1657003828880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:51:31.822Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:51:41.333Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:51:41.341Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:51:41.346Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:51:41.346Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:51:41.346Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:52:11.346Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:52:11.357Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:52:11.359Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:52:11.359Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:52:11.359Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:52:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:52:31.796Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:52:31.796Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:52:31.846Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:52:31.847Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:52:31.847Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "cds",
"timestamp": 1657003827832,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:52:31.848Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:52:41.360Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:52:41.375Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:52:41.377Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:52:41.378Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:52:41.378Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:53:11.378Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:53:11.389Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:53:11.392Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:53:11.392Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:53:11.392Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:53:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:53:31.795Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:53:31.795Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:53:31.848Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:53:31.850Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.850Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003831790,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:53:31.851Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.851Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.851Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "ves-openapi-manager",
"timestamp": 1657003828880,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.851Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.852Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.852Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "cds",
"timestamp": 1657003827832,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:53:31.852Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.852Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.852Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "cds",
"timestamp": 1657003837690,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:53:31.852Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.852Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.852Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003838483,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:53:31.853Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.853Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.853Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "cds",
"timestamp": 1657003838700,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:53:31.861Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a68339f-0477-45bb-a65e-deb2d08d2603
2022-07-05T06:53:31.861Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a68339f-0477-45bb-a65e-deb2d08d2603 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:53:31.878Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.878Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657003840300,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T06:53:31.878Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.878Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.878Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003841168,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.879Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.879Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.879Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003841168,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:53:31.879Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.879Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.879Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003843976,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:53:31.879Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "policy-id",
"timestamp": 1657003842053,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003843284,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "policy-id",
"timestamp": 1657003842053,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:53:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003843284,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:53:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003845829,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T06:53:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "policy-id",
"timestamp": 1657003844859,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:53:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003846834,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:53:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a68339f-0477-45bb-a65e-deb2d08d2603
2022-07-05T06:53:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a68339f-0477-45bb-a65e-deb2d08d2603 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:53:31.900Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.901Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "policy-id",
"timestamp": 1657003845867,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T06:53:31.901Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.901Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.901Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "policy-id",
"timestamp": 1657003846871,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:53:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a68339f-0477-45bb-a65e-deb2d08d2603
2022-07-05T06:53:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a68339f-0477-45bb-a65e-deb2d08d2603 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:53:31.913Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "clamp",
"timestamp": 1657003845610,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "clamp",
"timestamp": 1657003845610,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:53:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "aai-ml",
"timestamp": 1657003850085,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "aai-ml",
"timestamp": 1657003850085,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:53:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "aai-ml",
"timestamp": 1657003852897,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:53:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "aai-ml",
"timestamp": 1657003858897,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T06:53:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "aai-ml",
"timestamp": 1657003859902,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:53:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a68339f-0477-45bb-a65e-deb2d08d2603
2022-07-05T06:53:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a68339f-0477-45bb-a65e-deb2d08d2603 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:53:31.927Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.927Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "clamp",
"timestamp": 1657003859463,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:53:31.927Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.927Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.927Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "clamp",
"timestamp": 1657003861472,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T06:53:31.927Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.927Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.928Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "clamp",
"timestamp": 1657003862476,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:53:31.931Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a68339f-0477-45bb-a65e-deb2d08d2603
2022-07-05T06:53:31.931Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a68339f-0477-45bb-a65e-deb2d08d2603 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:53:31.937Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "ves-openapi-manager",
"timestamp": 1657003868880,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003863282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003871160,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "policy-id",
"timestamp": 1657003862053,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "ves-openapi-manager",
"timestamp": 1657003868880,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003863282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003871160,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.940Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "policy-id",
"timestamp": 1657003862053,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.940Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.940Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.940Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "ves-openapi-manager",
"timestamp": 1657003868880,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.940Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.940Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.940Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003863282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.940Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003871160,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "policy-id",
"timestamp": 1657003862053,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "cds",
"timestamp": 1657003872832,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "ves-openapi-manager",
"timestamp": 1657003868880,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003863282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003871160,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "policy-id",
"timestamp": 1657003862053,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "cds",
"timestamp": 1657003872832,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "ves-openapi-manager",
"timestamp": 1657003868880,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003863282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.944Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003871160,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.944Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.944Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.944Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "policy-id",
"timestamp": 1657003862053,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.944Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.944Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.944Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "cds",
"timestamp": 1657003872832,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.944Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.944Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.944Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003863282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.945Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.945Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.945Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "ves-openapi-manager",
"timestamp": 1657003868880,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-07-05T06:53:31.945Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.945Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.945Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003871160,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.945Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.945Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.945Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "policy-id",
"timestamp": 1657003862053,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.945Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "cds",
"timestamp": 1657003872832,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003863282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "ves-openapi-manager",
"timestamp": 1657003868880,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003871160,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.947Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.947Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.947Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "policy-id",
"timestamp": 1657003862053,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.947Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.947Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.947Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "clamp",
"timestamp": 1657003875610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.947Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.947Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.947Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "cds",
"timestamp": 1657003872832,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657003863282,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "ves-openapi-manager",
"timestamp": 1657003868880,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003871160,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.949Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "policy-id",
"timestamp": 1657003862053,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:53:31.949Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.949Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.949Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "clamp",
"timestamp": 1657003875610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.949Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.949Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.949Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "cds",
"timestamp": 1657003872832,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.949Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.949Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.949Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "clamp",
"timestamp": 1657003875610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003880613,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "policy-id",
"timestamp": 1657003879202,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "ves-openapi-manager",
"timestamp": 1657003879852,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "aai-ml",
"timestamp": 1657003880085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "cds",
"timestamp": 1657003872832,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "clamp",
"timestamp": 1657003875610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "policy-id",
"timestamp": 1657003880210,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "aai-ml",
"timestamp": 1657003880085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.952Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.952Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.952Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "ves-openapi-manager",
"timestamp": 1657003881113,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-07-05T06:53:31.952Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.952Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.952Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "cds",
"timestamp": 1657003872832,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:53:31.952Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.952Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.952Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "clamp",
"timestamp": 1657003875610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.952Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.953Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.953Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003882604,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-05T06:53:31.953Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.953Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.953Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "policy-id",
"timestamp": 1657003881213,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:53:31.964Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 65e6200d-fd73-4dcd-919e-1e43bdefdd8d
2022-07-05T06:53:31.964Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65e6200d-fd73-4dcd-919e-1e43bdefdd8d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:53:31.971Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.971Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "aai-ml",
"timestamp": 1657003880085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.971Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.971Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.971Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "ves-openapi-manager",
"timestamp": 1657003882118,
"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-07-05T06:53:31.975Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 65e6200d-fd73-4dcd-919e-1e43bdefdd8d
2022-07-05T06:53:31.975Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65e6200d-fd73-4dcd-919e-1e43bdefdd8d and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:53:31.982Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.982Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "cds",
"timestamp": 1657003881747,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:53:31.982Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.982Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.982Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "clamp",
"timestamp": 1657003875610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.982Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.982Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.982Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657003883609,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:53:31.986Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 65e6200d-fd73-4dcd-919e-1e43bdefdd8d
2022-07-05T06:53:31.986Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65e6200d-fd73-4dcd-919e-1e43bdefdd8d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:53:31.993Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.993Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "aai-ml",
"timestamp": 1657003880085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.993Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:31.993Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.993Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "cds",
"timestamp": 1657003882755,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:53:31.997Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 65e6200d-fd73-4dcd-919e-1e43bdefdd8d
2022-07-05T06:53:31.997Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65e6200d-fd73-4dcd-919e-1e43bdefdd8d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:53:32.004Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:32.004Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "clamp",
"timestamp": 1657003875610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:32.005Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:32.005Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:32.005Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "aai-ml",
"timestamp": 1657003880085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:32.005Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:32.005Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:32.005Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "clamp",
"timestamp": 1657003875610,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:53:32.005Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:32.005Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:32.005Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "aai-ml",
"timestamp": 1657003880085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:32.006Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:32.006Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:32.006Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "aai-ml",
"timestamp": 1657003880085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:53:32.006Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:32.006Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:32.006Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "aai-ml",
"timestamp": 1657003880085,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:53:32.006Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-05T06:53:32.006Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:32.006Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "aai-ml",
"timestamp": 1657003888865,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:53:32.006Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:41.392Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:53:41.403Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:53:41.406Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:53:41.406Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T06:53:41.407Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T06:53:41.407Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T06:53:41.407Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T06:53:41.407Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T06:53:41.407Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T06:53:41.407Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T06:53:41.407Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T06:53:41.408Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-05T06:53:41.408Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:53:41.414Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T06:54:11.414Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-05T06:54:11.420Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a68339f-0477-45bb-a65e-deb2d08d2603 and serviceModelVersionId: 7e7a16e0-8111-4184-827d-358fb6de1181
2022-07-05T06:54:11.420Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eeceb384-c297-48b2-bee5-6a067f02d589
2022-07-05T06:54:11.422Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eeceb384-c297-48b2-bee5-6a067f02d589/model-vers/model-ver/7e7a16e0-8111-4184-827d-358fb6de1181?depth=0
2022-07-05T06:54:11.428Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T06:54:11.491Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeceb384-c297-48b2-bee5-6a067f02d589/model-vers/model-ver/7e7a16e0-8111-4184-827d-358fb6de1181?depth=0|INFO|500||Invoke
2022-07-05T06:54:11.492Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeceb384-c297-48b2-bee5-6a067f02d589/model-vers/model-ver/7e7a16e0-8111-4184-827d-358fb6de1181?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeceb384-c297-48b2-bee5-6a067f02d589/model-vers/model-ver/7e7a16e0-8111-4184-827d-358fb6de1181?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a68339f-0477-45bb-a65e-deb2d08d2603], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fe7fd79c-fa41-4843-b03e-2ff2652dfd0e], X-ECOMP-RequestID=[7a68339f-0477-45bb-a65e-deb2d08d2603], X-TransactionId=[], X-ONAP-RequestID=[7a68339f-0477-45bb-a65e-deb2d08d2603], Content-Type=[application/merge-patch+json]}
2022-07-05T06:54:11.515Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeceb384-c297-48b2-bee5-6a067f02d589/model-vers/model-ver/7e7a16e0-8111-4184-827d-358fb6de1181?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-05T06:54:11.607Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeceb384-c297-48b2-bee5-6a067f02d589/model-vers/model-ver/7e7a16e0-8111-4184-827d-358fb6de1181?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/eeceb384-c297-48b2-bee5-6a067f02d589/model-vers/model-ver/7e7a16e0-8111-4184-827d-358fb6de1181?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220705-06:54:10:806-99926], vertex-id=[372808], Content-Length=[0], Date=[Tue, 05 Jul 2022 06:54:10 GMT], Content-Type=[application/json]}
2022-07-05T06:54:11.607Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeceb384-c297-48b2-bee5-6a067f02d589/model-vers/model-ver/7e7a16e0-8111-4184-827d-358fb6de1181?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-05T06:54:11.608Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeceb384-c297-48b2-bee5-6a067f02d589/model-vers/model-ver/7e7a16e0-8111-4184-827d-358fb6de1181?depth=0|INFO|500||InvokeReturn
2022-07-05T06:54:11.608Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T06:54:11.608Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:54:11.613Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-05T06:54:11.613Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a68339f-0477-45bb-a65e-deb2d08d2603 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T06:54:11.614Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T06:54:11.614Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:11.616Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:11.616Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657004051614,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T06:54:11.716Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:54:11.717Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:11.718Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:11.737Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:54:11.737Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T06:54:12.627Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:54:12.628Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:54:12.628Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:17.082Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:54:17.083Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T06:54:17.083Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"65e6200d-fd73-4dcd-919e-1e43bdefdd8d","serviceName":"Demo_pNF_lLO5nJrcVK2j2nqQhHav","serviceVersion":"1.0","serviceUUID":"9f2001f7-2e79-44a9-bde0-887a6f7fd29a","serviceDescription":"catalog service description","serviceInvariantUUID":"62194ec2-1f84-4f39-a779-c6e18eb93218","resources":[{"resourceInstanceName":"pNF e9c896ef-1731 0","resourceName":"pNF e9c896ef-1731","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d09ea88c-c8ac-40bd-9aab-04ae20fa319b","resourceInvariantUUID":"287e7b6d-bfe9-4da9-bbe3-24684aacf215","resourceCustomizationUUID":"4f0ea2df-4cd5-4d34-99ec-7514a24b8dc8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vf-license-model.xml","artifactChecksum":"OTRiNmJjNWE2Y2RkYjY0OWJiZmZhYzQ0MjM3ZDlmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad95b945-9d83-4fba-829d-9337a3a4bd77","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/pNF.csar","artifactChecksum":"MDY0MWViNjMwN2FiNTA4NGIwNzI0Mzc1YWVjN2Q3MzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"77ae9c02-db6b-4b76-9a20-60d6af4f784e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c141ad63-9082-4e1e-90d5-dc3712317cef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vendor-license-model.xml","artifactChecksum":"NjIwN2JkNjNmMmFlZWE3MzMyNDgxMmQzODU4ODEzZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"55154c9f-1e12-4684-ae6d-6493c908422d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6238578c-42ab-437c-99ee-a8137d66841e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fdc5529-b3bb-4ac5-917a-3d17487bbed6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml","artifactChecksum":"Yzc3YzM5MGUxNDhlYmQ5YTFmZTMwNWMwMDQ0MDkyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b61dc36f-5c42-4477-a26d-c784e415d4bc","artifactVersion":"1"},{"artifactName":"service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar","artifactChecksum":"Zjc4ZTI3YzhiYjc4Yzk5YTk1NWI1OWJmMWQ1MzU4OGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8363c7e9-d11a-4ecb-8e9a-ef6ec2bbe02a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T06:54:17.086Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:54:17.086Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:17.088Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:17.088Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657004052627,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:54:17.188Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:54:17.189Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:17.189Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:17.207Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:54:17.208Z||pool-40-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:54:18.088Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:54:18.089Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:18.092Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:18.092Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657004052627,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:54:18.192Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:54:18.192Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:18.193Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:18.208Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:54:18.208Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:54:19.092Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:54:19.093Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:19.095Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:19.095Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657004052627,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:54:19.195Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T06:54:19.195Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:19.195Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:19.211Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:54:19.211Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:54:20.095Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:54:20.096Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:20.098Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:20.098Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657004052627,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:54:20.198Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:54:20.199Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:20.199Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:20.215Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:54:20.216Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:54:21.098Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:54:21.099Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:21.101Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:21.101Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657004052627,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:54:21.201Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:54:21.202Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:21.202Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:21.217Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:54:21.217Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:54:22.102Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:54:22.103Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:22.104Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:22.104Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657004052627,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:54:22.205Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:54:22.205Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:22.206Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:22.220Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:54:22.220Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:54:23.105Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:54:23.106Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:23.108Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:23.108Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657004052627,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-05T06:54:23.208Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T06:54:23.210Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:23.210Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:23.229Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:54:23.229Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:54:24.109Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:54:24.110Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:24.111Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:24.112Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657004052627,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
"status": "NOTIFIED"
}
2022-07-05T06:54:24.212Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:54:24.213Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:24.213Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:24.234Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:54:24.235Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:54:25.112Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"serviceName": "Demo_pNF_lLO5nJrcVK2j2nqQhHav",
"serviceVersion": "1.0",
"serviceUUID": "9f2001f7-2e79-44a9-bde0-887a6f7fd29a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "62194ec2-1f84-4f39-a779-c6e18eb93218",
"resources": [
{
"resourceInstanceName": "pNF e9c896ef-1731 0",
"resourceCustomizationUUID": "4f0ea2df-4cd5-4d34-99ec-7514a24b8dc8",
"resourceName": "pNF e9c896ef-1731",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "d09ea88c-c8ac-40bd-9aab-04ae20fa319b",
"resourceInvariantUUID": "287e7b6d-bfe9-4da9-bbe3-24684aacf215",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
"artifactChecksum": "Zjc4ZTI3YzhiYjc4Yzk5YTk1NWI1OWJmMWQ1MzU4OGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8363c7e9-d11a-4ecb-8e9a-ef6ec2bbe02a"
}
],
"workloadContext": "Production"
}
2022-07-05T06:54:25.113Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T06:54:25.113Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9f2001f7-2e79-44a9-bde0-887a6f7fd29a ASDC
2022-07-05T06:54:25.114Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:65e6200d-fd73-4dcd-919e-1e43bdefdd8d
ServiceName:Demo_pNF_lLO5nJrcVK2j2nqQhHav
ServiceVersion:1.0
ServiceUUID:9f2001f7-2e79-44a9-bde0-887a6f7fd29a
ServiceInvariantUUID:62194ec2-1f84-4f39-a779-c6e18eb93218
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
ArtifactUUID:8363c7e9-d11a-4ecb-8e9a-ef6ec2bbe02a
ArtifactChecksum:Zjc4ZTI3YzhiYjc4Yzk5YTk1NWI1OWJmMWQ1MzU4OGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e9c896ef-1731 0
ResourceCustomizationUUID:4f0ea2df-4cd5-4d34-99ec-7514a24b8dc8
ResourceInvariantUUID:287e7b6d-bfe9-4da9-bbe3-24684aacf215
ResourceName:pNF e9c896ef-1731
ResourceType:PNF
ResourceUUID:d09ea88c-c8ac-40bd-9aab-04ae20fa319b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-07-05T06:54:25.114Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9f2001f7-2e79-44a9-bde0-887a6f7fd29a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T06:54:25.136Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T06:54:25.136Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-05T06:54:25.136Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-05T06:54:25.136Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8363c7e9-d11a-4ecb-8e9a-ef6ec2bbe02a from URL: /sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:25.137Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-05T06:54:25.137Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:25.438Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-05T06:54:25.442Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar 8363c7e9-d11a-4ecb-8e9a-ef6ec2bbe02a 82651
2022-07-05T06:54:25.442Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar ASDC sendASDCNotification
2022-07-05T06:54:25.442Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:25.442Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:54:25.442Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:25.444Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:25.444Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657004065442,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-05T06:54:25.545Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:54:25.546Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:25.546Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:25.562Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-05T06:54:25.562Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:54:26.445Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T06:54:26.446Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-05T06:54:26.446Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8363c7e9-d11a-4ecb-8e9a-ef6ec2bbe02a, URL: /sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar to file: /app/ASDC/1/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:26.446Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:26.447Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:26.447Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:26.576Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15549519095830990759/Definitions/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml
2022-07-05T06:54:27.428Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T06:54:27.428Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-05T06:54:27.428Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:27.428Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-05T06:54:27.429Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e9c896ef-1731 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-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:27.429Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||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-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:27.429Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:27.429Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||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-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:27.429Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:27.429Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:27.429Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:27.430Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-05T06:54:27.430Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:54:27.430Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lLO5nJrcVK2j2nqQhHav is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:54:27.430Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Node template pNF e9c896ef-1731 0 is matching search criteria
2022-07-05T06:54:27.430Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-05T06:54:27.431Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF e9c896ef-1731 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T06:54:27.431Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:54:27.431Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lLO5nJrcVK2j2nqQhHav is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:54:27.431Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Node template pNF e9c896ef-1731 0 is matching search criteria
2022-07-05T06:54:27.431Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-05T06:54:27.432Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF e9c896ef-1731 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T06:54:27.432Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:54:27.432Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lLO5nJrcVK2j2nqQhHav is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:54:27.432Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-05T06:54:27.432Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lLO5nJrcVK2j2nqQhHav is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:54:27.433Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery