By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-19T03:36:40.810Z||main|||||INFO|500||The following profiles are active: basic
2022-06-19T03:36:53.009Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-19T03:36:53.010Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-19T03:36:53.145Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-19T03:36:57.210Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-19T03:36:57.631Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-19T03:36:58.099Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-19T03:36:58.114Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-19T03:36:58.263Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-19T03:36:58.487Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-19T03:36:59.098Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-19T03:37:00.956Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-19T03:37:03.464Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-19T03:37:03.519Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-19T03:37:04.145Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-19T03:37:04.398Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-19T03:37:05.678Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-19T03:37:06.755Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-19T03:37:06.777Z||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$$51610b81.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-19T03:37:06.778Z||main|||||WARN|500||The sdc end point is not alive
2022-06-19T03:37:09.792Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-19T03:37:12.605Z||main|||||WARN|500||---
2022-06-19T03:37:12.606Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-19T03:37:12.606Z||main|||||WARN|500||---
2022-06-19T03:37:13.078Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-19T03:37:17.834Z||main|||||INFO|500||Started Application in 40.241 seconds (JVM running for 42.33)
2022-06-19T03:37:17.853Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-19T03:37:17.855Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-19T03:37:17.867Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-19T03:37:17.892Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-19T03:37:17.933Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c15173a-212a-4670-a159-f85f077efdd1 url= /sdc/v1/artifactTypes
2022-06-19T03:37:17.933Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-19T03:37:19.028Z||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.16.68] 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$$bc22c81c.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-19T03:37:19.032Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ff7fd01
2022-06-19T03:37:19.033Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-19T03:37:19.047Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-19T03:37:19.049Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-19T03:37:19.051Z||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$$bc22c81c.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-19T03:38:07.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-19T03:38:07.832Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-19T03:38:07.832Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-19T03:38:07.839Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-19T03:38:07.848Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b7aa1af8-a1ff-4677-95a6-8d9a8a036e6c url= /sdc/v1/artifactTypes
2022-06-19T03:38:07.849Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-19T03:38:08.885Z||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.16.68] 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$$bc22c81c.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-19T03:38:08.887Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47220a49
2022-06-19T03:38:08.887Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-19T03:38:08.888Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-19T03:38:08.888Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-19T03:38:08.889Z||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$$bc22c81c.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-19T03:38:57.828Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-19T03:38:57.829Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-19T03:38:57.830Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-19T03:38:57.835Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-19T03:38:57.842Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0c9478d3-f165-45ec-b593-a6d41b351542 url= /sdc/v1/artifactTypes
2022-06-19T03:38:57.842Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-19T03:38:58.874Z||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.16.68] 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$$bc22c81c.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-19T03:38:58.875Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18a6437c
2022-06-19T03:38:58.875Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-19T03:38:58.876Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-19T03:38:58.877Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-19T03:38:58.877Z||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$$bc22c81c.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-19T03:39:47.828Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-19T03:39:47.829Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-19T03:39:47.829Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-19T03:39:47.834Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-19T03:39:47.840Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 198e72b7-fc21-4395-8a03-b8c09329e0a4 url= /sdc/v1/artifactTypes
2022-06-19T03:39:47.840Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-19T03:39:48.857Z||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.16.68] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bc22c81c.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-19T03:39:48.859Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55208acd
2022-06-19T03:39:48.860Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-19T03:39:48.861Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-19T03:39:48.861Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-19T03:39:48.863Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bc22c81c.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-19T03:40:37.829Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-19T03:40:37.830Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-19T03:40:37.831Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-19T03:40:37.834Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-19T03:40:37.843Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d3f7bbf-94e2-40d5-908d-fc5fa27f7d16 url= /sdc/v1/artifactTypes
2022-06-19T03:40:37.843Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-19T03:40:38.869Z||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.16.68] failed: Connection refused (Connection refused)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bc22c81c.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 49 common frames omitted
2022-06-19T03:40:38.870Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@727dd893
2022-06-19T03:40:38.870Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-19T03:40:38.871Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-19T03:40:38.871Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-19T03:40:38.872Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bc22c81c.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 32 common frames omitted
2022-06-19T03:41:27.828Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-19T03:41:27.829Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-19T03:41:27.829Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-19T03:41:27.854Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-19T03:41:27.879Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e4938e88-baff-4e97-bb3c-940b55c8ad40 url= /sdc/v1/artifactTypes
2022-06-19T03:41:27.879Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-19T03:41:28.141Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-19T03:41:28.153Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-19T03:41:28.193Z||scheduling-1|||||DEBUG|500||create keys
2022-06-19T03:41:28.202Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-19T03:41:28.238Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:41:28.261Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d874adc1-9348-468c-b546-fb0691bb7f8e url= /sdc/v1/registerForDistribution
2022-06-19T03:41:28.426Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d874adc1-9348-468c-b546-fb0691bb7f8e url= /sdc/v1/registerForDistribution
2022-06-19T03:41:28.427Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-19T03:41:28.440Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:41:28.441Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:41:28.446Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-19T03:41:28.462Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:41:28.463Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:41:28.464Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:41:28.465Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:41:38.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:41:38.830Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:42:28.436Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:42:28.438Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:42:28.438Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:42:28.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:42:28.440Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:42:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:42:38.000Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:42:38.000Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:43:28.436Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:43:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:43:28.441Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:43:28.441Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:43:28.440Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:43:28.442Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:43:38.091Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:43:38.093Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:44:28.436Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:44:28.437Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:44:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:44:28.440Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:44:28.442Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:44:28.442Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:44:38.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:44:38.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:45:28.436Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:45:28.437Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:45:28.438Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:45:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:45:28.440Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:45:28.441Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:45:37.997Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:45:37.999Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:46:28.436Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:46:28.437Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:46:28.438Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:46:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:46:28.440Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:46:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:46:37.990Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:46:37.989Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:46:51.673Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-19T03:47:28.437Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:47:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:47:28.440Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:47:28.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:47:28.441Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:47:28.441Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:47:37.998Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:47:37.998Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:48:28.436Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:48:28.437Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:48:28.438Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:48:28.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:48:28.443Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:48:28.443Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:48:37.996Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:48:37.997Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:49:28.436Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:49:28.437Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:49:28.438Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:49:28.439Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:49:28.440Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:49:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:49:37.984Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:49:37.985Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:50:28.436Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:50:28.437Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:50:28.437Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:50:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:50:28.439Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:50:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:50:37.992Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:50:37.993Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:51:28.436Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:51:28.437Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:51:28.438Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:51:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:51:28.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:51:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:51:37.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:51:37.987Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:52:28.436Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:52:28.438Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:52:28.438Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:52:28.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:52:28.440Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:52:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:52:37.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:52:37.992Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:53:28.436Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:53:28.437Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:53:28.437Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:53:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:53:28.439Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:53:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:53:37.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:53:37.992Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:54:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:54:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:54:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:54:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:54:28.440Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:54:28.441Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:54:37.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:54:37.991Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:55:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:55:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:55:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:55:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:55:28.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:55:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:55:37.991Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:55:37.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:56:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:56:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:56:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:56:28.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:56:28.439Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:56:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:56:37.997Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:56:37.997Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:57:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:57:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:57:28.438Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:57:28.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:57:28.440Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:57:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:57:37.986Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:57:37.986Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:58:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:58:28.438Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:58:28.438Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:58:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:58:28.440Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:58:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:58:37.988Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:58:38.010Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:59:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:59:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:59:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:59:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:59:28.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:59:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:59:37.981Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T03:59:37.984Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:00:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:00:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:00:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:00:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:00:28.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:00:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:00:37.984Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:00:37.987Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:01:28.438Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:01:28.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:01:28.439Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:01:28.439Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:01:28.440Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:01:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:01:37.991Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:01:38.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:02:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:02:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:02:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:02:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:02:28.439Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:02:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:02:37.983Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:02:37.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:03:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:03:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:03:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:03:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:03:28.439Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:03:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:03:37.988Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:03:37.997Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:04:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:04:28.438Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:04:28.438Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:04:28.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:04:28.439Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:04:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:04:37.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:04:37.991Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:05:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:05:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:05:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:05:28.439Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:05:28.440Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:05:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:05:37.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:05:38.007Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:06:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:06:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:06:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:06:28.439Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:06:28.439Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:06:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:06:37.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:06:37.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:07:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:07:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:07:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:07:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:07:28.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:07:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:07:37.983Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:07:37.984Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:08:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:08:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:08:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:08:28.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:08:28.440Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:08:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:08:37.984Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:08:37.985Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:09:28.436Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:09:28.437Z||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-06-19T04:09:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:09:28.439Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:09:28.439Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:09:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:09:37.989Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:09:37.989Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:10:28.437Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:10:28.439Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:10:28.439Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:10:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:10:28.440Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:10:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:10:37.999Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:10:38.001Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:11:28.436Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:11:28.438Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:11:28.438Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:11:28.439Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:11:28.440Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:11:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:11:37.982Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:11:37.988Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:12:28.436Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:12:28.437Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:12:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:12:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:12:28.440Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:12:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:12:37.989Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:12:38.000Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:13:28.436Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:13:28.437Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:13:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:13:28.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:13:28.440Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:13:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:13:37.990Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:13:38.005Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:14:28.436Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:14:28.437Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:14:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:14:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:14:28.440Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:14:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:14:37.983Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:14:37.989Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:15:28.436Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:15:28.437Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:15:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:15:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:15:28.440Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:15:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:15:38.012Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:15:38.013Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:16:28.436Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:16:28.437Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:16:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:16:28.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:16:28.439Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:16:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:16:37.986Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:16:37.986Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:17:28.436Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:17:28.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:17:28.440Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:17:28.440Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:17:28.441Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:17:28.441Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:17:37.990Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:17:37.993Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:18:28.436Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:18:28.438Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:18:28.438Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:18:28.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:18:28.440Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:18:28.441Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:18:37.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:18:37.993Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:19:28.436Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:19:28.437Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:19:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:19:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:19:28.439Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:19:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:19:37.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:19:37.993Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:20:28.436Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:20:28.437Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:20:28.438Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:20:28.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:20:28.440Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:20:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:20:37.996Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:20:37.997Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:21:28.436Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:21:28.437Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:21:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:21:28.439Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:21:28.440Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:21:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:21:37.995Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:21:37.995Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:22:28.436Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:22:28.437Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:22:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:22:28.439Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:22:28.439Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:22:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:22:37.995Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:22:37.995Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:23:28.436Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:23:28.439Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:23:28.439Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:23:28.439Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:23:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:23:28.439Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:23:37.991Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:23:37.991Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:24:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:24:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:24:28.438Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:24:28.439Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:24:28.440Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:24:28.441Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:24:37.990Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:24:37.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:25:28.436Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:25:28.437Z||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-06-19T04:25:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:25:28.439Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:25:28.439Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:25:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:25:37.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:25:37.990Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:26:28.436Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:26:28.437Z||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-06-19T04:26:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:26:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:26:28.439Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:26:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:26:37.983Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:26:38.004Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:27:28.436Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:27:28.437Z||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-06-19T04:27:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:27:28.439Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:27:28.439Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:27:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:27:37.996Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:27:38.001Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:28:28.436Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:28:28.437Z||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-06-19T04:28:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:28:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:28:28.439Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:28:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:28:37.985Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:28:37.985Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:29:28.436Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:29:28.437Z||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-06-19T04:29:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:28.439Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:29:28.440Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:29:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:28.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:29:28.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "ves-openapi-manager",
"timestamp": 1655612928264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.619Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.619Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612927322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.619Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655612928166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.620Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "ves-openapi-manager",
"timestamp": 1655612928264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612927322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
"status": "NOTIFIED"
}
2022-06-19T04:29:28.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "cds",
"timestamp": 1655612931851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655612928166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "ves-openapi-manager",
"timestamp": 1655612928264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612927322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-19T04:29:28.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "cds",
"timestamp": 1655612931851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655612928166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "ves-openapi-manager",
"timestamp": 1655612928264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.626Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612927322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "cds",
"timestamp": 1655612931851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655612928166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "ves-openapi-manager",
"timestamp": 1655612928264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612927322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-19T04:29:28.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "cds",
"timestamp": 1655612931851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.631Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655612928166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "ves-openapi-manager",
"timestamp": 1655612928264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612927322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "cds",
"timestamp": 1655612931851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655612928166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "ves-openapi-manager",
"timestamp": 1655612928264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612927322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:29:28.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "cds",
"timestamp": 1655612931851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655612928166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:29:28.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "policy-id",
"timestamp": 1655612938007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "cds",
"timestamp": 1655612931851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:29:28.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612939199,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:29:28.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:28.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655612939615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:29:28.640Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:28.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "policy-id",
"timestamp": 1655612938007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "aai-ml",
"timestamp": 1655612938284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "cds",
"timestamp": 1655612939786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:29:28.642Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:28.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612940283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:29:28.643Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:28.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "policy-id",
"timestamp": 1655612938007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-19T04:29:28.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "aai-ml",
"timestamp": 1655612938284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:28.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "cds",
"timestamp": 1655612940822,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:29:28.930Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b93204c0-1311-49b2-99b2-a1d13298745c
2022-06-19T04:29:28.956Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b93204c0-1311-49b2-99b2-a1d13298745c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:29:29.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "policy-id",
"timestamp": 1655612938007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612941342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:29:29.052Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:29.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "aai-ml",
"timestamp": 1655612938284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "policy-id",
"timestamp": 1655612938007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612942414,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:29:29.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:29:29.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b93204c0-1311-49b2-99b2-a1d13298745c","serviceName":"vFW 2022-06-19 04-27-42","serviceVersion":"1.0","serviceUUID":"a8c05d86-3f71-40ef-b8ab-05c9c2a535ca","serviceDescription":"catalog service description","serviceInvariantUUID":"8e47c4aa-f989-4d7a-af6c-e1a4a564d046","resources":[{"resourceInstanceName":"vFW a540e628-b98e 0","resourceName":"vFW a540e628-b98e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e2dc4c88-7cee-43bc-9edc-87fe8768291f","resourceInvariantUUID":"60bc8b91-ace3-4c72-a0cc-87487f590fe5","resourceCustomizationUUID":"bb179383-a9b0-43e0-b4c0-e530a9f460a3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vf-license-model.xml","artifactChecksum":"NjU2MTk2MTgyZmU0OThjZmU0ZGZkOTYyNDg5NjFhZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec80c8bb-1676-4006-a7b8-e3f8c57644ff","artifactVersion":"1"},{"artifactName":"vfwa540e628b98e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json","artifactChecksum":"MDViNDQwZDM5M2Y1NTQ3ZTJlNDU0N2JjNzYxOTUwYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"63f9c176-14ec-4480-848e-7247b55a0d63","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"31fb1424-310e-408e-80bf-7973d143b6e9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vendor-license-model.xml","artifactChecksum":"OTg5YTY5NThjMmEzMTMzZTYxZjA0MzJjMzQ5NGZiOGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bd6b543b-85d3-41ed-951f-201d2e9b2d50","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b1513a0f-eadb-4698-a3cb-ce4a9c55154c","artifactVersion":"2","generatedFromUUID":"31fb1424-310e-408e-80bf-7973d143b6e9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220619042742-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-template.yml","artifactChecksum":"Mzg5NzIxM2VlN2RhYjkyNDVmOWY3NWU1ZjgzM2Y3MDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d94c16b-6173-4d2f-a813-6fc06ed13d38","artifactVersion":"1"},{"artifactName":"service-Vfw20220619042742-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar","artifactChecksum":"ZmU2ZWVlZDVmNzQ5ZTFjNDI5YjYyNDViMTQyYzY2NTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c3e7281-febb-40d9-b056-0cc49ed1101e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T04:29:29.084Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b93204c0-1311-49b2-99b2-a1d13298745c
2022-06-19T04:29:29.084Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b93204c0-1311-49b2-99b2-a1d13298745c and ComponentName POLICY
2022-06-19T04:29:29.088Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
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=?
2022-06-19T04:29:29.094Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:29:29.117Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:29.117Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "aai-ml",
"timestamp": 1655612938284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "clamp",
"timestamp": 1655612941744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "policy-id",
"timestamp": 1655612938007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612943418,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-19T04:29:29.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:29.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "aai-ml",
"timestamp": 1655612938284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "clamp",
"timestamp": 1655612941744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
"status": "NOTIFIED"
}
2022-06-19T04:29:29.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "policy-id",
"timestamp": 1655612938007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:29:29.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "aai-ml",
"timestamp": 1655612938284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655612945006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:29:29.133Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:29.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "clamp",
"timestamp": 1655612941744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "policy-id",
"timestamp": 1655612945810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:29:29.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:29.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "aai-ml",
"timestamp": 1655612938284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:29:29.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655612946011,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:29:29.146Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b93204c0-1311-49b2-99b2-a1d13298745c
2022-06-19T04:29:29.147Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b93204c0-1311-49b2-99b2-a1d13298745c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:29:29.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "clamp",
"timestamp": 1655612941744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "policy-id",
"timestamp": 1655612946819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:29:29.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:29.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "aai-ml",
"timestamp": 1655612946126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:29:29.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:29.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "clamp",
"timestamp": 1655612941744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "policy-id",
"timestamp": 1655612947823,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:29:29.177Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b93204c0-1311-49b2-99b2-a1d13298745c
2022-06-19T04:29:29.177Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b93204c0-1311-49b2-99b2-a1d13298745c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-19T04:29:29.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "clamp",
"timestamp": 1655612941744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "clamp",
"timestamp": 1655612941744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:29:29.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "clamp",
"timestamp": 1655612958104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:29:29.211Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:29.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "clamp",
"timestamp": 1655612960111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:29:29.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:29.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "aai-ml",
"timestamp": 1655612961100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:29:29.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:29.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "clamp",
"timestamp": 1655612961116,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
2022-06-19T04:29:29.214Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-06-19T04:29:29.218Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:29.218Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:29:29.227Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b93204c0-1311-49b2-99b2-a1d13298745c
2022-06-19T04:29:29.229Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b93204c0-1311-49b2-99b2-a1d13298745c 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=?
2022-06-19T04:29:29.236Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:29:29.237Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:29:29.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "aai-ml",
"timestamp": 1655612962106,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:29:29.259Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b93204c0-1311-49b2-99b2-a1d13298745c
2022-06-19T04:29:29.259Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b93204c0-1311-49b2-99b2-a1d13298745c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:29:29.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "cds",
"timestamp": 1655612961851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655612958166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "policy-id",
"timestamp": 1655612958007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612967324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "cds",
"timestamp": 1655612961851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.288Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655612958166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.288Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:29.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "policy-id",
"timestamp": 1655612958007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.289Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-19T04:29:30.132Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:29:30.132Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:30.135Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:30.135Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
"status": "NOTIFIED"
}
2022-06-19T04:29:30.235Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:29:30.236Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:30.236Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:30.250Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:29:30.251Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:29:31.136Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:29:31.136Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:31.139Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:31.139Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-19T04:29:31.239Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:29:31.240Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:31.240Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:31.254Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:29:31.254Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:32.139Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:29:32.140Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:32.143Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:32.143Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:32.243Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:29:32.245Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:32.245Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:32.257Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:29:32.258Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:33.145Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:29:33.145Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:33.147Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:33.147Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-19T04:29:33.248Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:29:33.249Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:33.249Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:33.266Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:29:33.267Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:29:34.148Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:29:34.149Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:34.152Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:34.153Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:29:34.253Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:29:34.255Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:34.255Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:34.269Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:29:34.270Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:35.153Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:29:35.155Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:35.156Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:35.157Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:29:35.257Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:29:35.258Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:35.258Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:35.271Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:29:35.272Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:36.158Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"serviceName": "vFW 2022-06-19 04-27-42",
"serviceVersion": "1.0",
"serviceUUID": "a8c05d86-3f71-40ef-b8ab-05c9c2a535ca",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8e47c4aa-f989-4d7a-af6c-e1a4a564d046",
"resources": [
{
"resourceInstanceName": "vFW a540e628-b98e 0",
"resourceCustomizationUUID": "bb179383-a9b0-43e0-b4c0-e530a9f460a3",
"resourceName": "vFW a540e628-b98e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e2dc4c88-7cee-43bc-9edc-87fe8768291f",
"resourceInvariantUUID": "60bc8b91-ace3-4c72-a0cc-87487f590fe5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa540e628b98e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
"artifactChecksum": "MDViNDQwZDM5M2Y1NTQ3ZTJlNDU0N2JjNzYxOTUwYTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "63f9c176-14ec-4480-848e-7247b55a0d63",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "31fb1424-310e-408e-80bf-7973d143b6e9",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b1513a0f-eadb-4698-a3cb-ce4a9c55154c",
"generatedFromUUID": "31fb1424-310e-408e-80bf-7973d143b6e9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b1513a0f-eadb-4698-a3cb-ce4a9c55154c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220619042742-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"artifactChecksum": "ZmU2ZWVlZDVmNzQ5ZTFjNDI5YjYyNDViMTQyYzY2NTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6c3e7281-febb-40d9-b056-0cc49ed1101e"
}
],
"workloadContext": "Production"
}
2022-06-19T04:29:36.160Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T04:29:36.160Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a8c05d86-3f71-40ef-b8ab-05c9c2a535ca ASDC
2022-06-19T04:29:36.301Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b93204c0-1311-49b2-99b2-a1d13298745c
ServiceName:vFW 2022-06-19 04-27-42
ServiceVersion:1.0
ServiceUUID:a8c05d86-3f71-40ef-b8ab-05c9c2a535ca
ServiceInvariantUUID:8e47c4aa-f989-4d7a-af6c-e1a4a564d046
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220619042742-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar
ArtifactUUID:6c3e7281-febb-40d9-b056-0cc49ed1101e
ArtifactChecksum:ZmU2ZWVlZDVmNzQ5ZTFjNDI5YjYyNDViMTQyYzY2NTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a540e628-b98e 0
ResourceCustomizationUUID:bb179383-a9b0-43e0-b4c0-e530a9f460a3
ResourceInvariantUUID:60bc8b91-ace3-4c72-a0cc-87487f590fe5
ResourceName:vFW a540e628-b98e
ResourceType:VF
ResourceUUID:e2dc4c88-7cee-43bc-9edc-87fe8768291f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa540e628b98e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json
ArtifactUUID:63f9c176-14ec-4480-848e-7247b55a0d63
ArtifactChecksum:MDViNDQwZDM5M2Y1NTQ3ZTJlNDU0N2JjNzYxOTUwYTM=
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/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml
ArtifactUUID:31fb1424-310e-408e-80bf-7973d143b6e9
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/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env
ArtifactUUID:b1513a0f-eadb-4698-a3cb-ce4a9c55154c
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/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env
ArtifactUUID:b1513a0f-eadb-4698-a3cb-ce4a9c55154c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-19T04:29:36.302Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a8c05d86-3f71-40ef-b8ab-05c9c2a535ca ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T04:29:36.398Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:29:36.400Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-19T04:29:36.401Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-19T04:29:36.402Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6c3e7281-febb-40d9-b056-0cc49ed1101e from URL: /sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:36.402Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-19T04:29:36.406Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:36.490Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-19T04:29:36.510Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar 6c3e7281-febb-40d9-b056-0cc49ed1101e 99038
2022-06-19T04:29:36.511Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar ASDC sendASDCNotification
2022-06-19T04:29:36.511Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:36.512Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:29:36.513Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:36.517Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:36.517Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612976510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:29:36.616Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:29:36.617Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:36.617Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:36.631Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:29:36.631Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:29:37.519Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:29:37.521Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-19T04:29:37.522Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 6c3e7281-febb-40d9-b056-0cc49ed1101e, URL: /sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar to file: /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:37.523Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220619042742-csar.csar
2022-06-19T04:29:37.623Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:37.624Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:38.375Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12735016616199929774/Definitions/service-Vfw20220619042742-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-06-19T04:29:41.574Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T04:29:41.579Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-19T04:29:41.579Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.580Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-19T04:29:41.580Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||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-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.580Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||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-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.580Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||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-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.580Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.581Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.581Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||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-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.581Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||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-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.581Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||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-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.581Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.582Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||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-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.582Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.582Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||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-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.582Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a540e628-b98e 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-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.583Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-19T04:29:41.589Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:41.591Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:41.595Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:41.595Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-19T04:29:41.597Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:29:41.599Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:41.600Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:41.600Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:41.600Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-19T04:29:41.600Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:29:41.601Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:41.601Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:41.605Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:41.605Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is not matching search criteria
2022-06-19T04:29:41.605Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T04:29:41.605Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-19T04:29:41.606Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:41.606Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.606Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.606Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-19T04:29:41.607Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T04:29:41.607Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-19T04:29:41.607Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-19T04:29:41.607Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.608Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:41.608Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-19T04:29:41.608Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:41.609Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-19T04:29:41.609Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.609Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-19T04:29:41.609Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:41.609Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T04:29:41.611Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:41.611Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:41.611Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:29:41.612Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:41.612Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:41.612Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:29:41.612Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:41.613Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:41.613Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:29:41.613Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:41.613Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is not matching search criteria
2022-06-19T04:29:41.614Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T04:29:41.614Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-19T04:29:41.614Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T04:29:41.614Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-19T04:29:41.615Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-19T04:29:41.615Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.615Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:41.615Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-19T04:29:41.615Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:41.616Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-19T04:29:41.616Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.616Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b072e19b-0411-4681-81cc-347a9a163c86
2022-06-19T04:29:41.617Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:41.617Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is not matching search criteria
2022-06-19T04:29:41.617Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T04:29:41.617Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-19T04:29:41.617Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:41.617Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.618Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.618Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-19T04:29:41.618Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T04:29:41.618Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-19T04:29:41.619Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-19T04:29:41.619Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:41.619Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-19T04:29:41.619Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.619Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=df2e47fa-26c0-4782-919a-0343ce525a76
2022-06-19T04:29:41.620Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:41.620Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is not matching search criteria
2022-06-19T04:29:41.620Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T04:29:41.621Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-19T04:29:41.621Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:41.621Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.621Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.621Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-19T04:29:41.622Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T04:29:41.622Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-19T04:29:41.622Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-19T04:29:41.622Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.623Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:41.623Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-19T04:29:41.623Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0a1104a0-2d51-42d8-b4c6-3077afd6b039
2022-06-19T04:29:41.623Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:41.624Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:41.624Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:41.624Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:41.624Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:41.624Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:41.625Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:41.625Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:41.625Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-19 04-27-42
Description:catalog service description
Model UUID:a8c05d86-3f71-40ef-b8ab-05c9c2a535ca
Model Version:NULL
Model InvariantUuid:8e47c4aa-f989-4d7a-af6c-e1a4a564d046
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a540e628-b98e
Model UUID:befb5992-ccec-406b-a4ad-8dd45295d5a9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:60bc8b91-ace3-4c72-a0cc-87487f590fe5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bb179383-a9b0-43e0-b4c0-e530a9f460a3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f4ef4285-11c5-4157-85c9-ad929fbec4e3
ModelName:VfwA540e628B98e..base_vfw..module-0
ModelUuid:c402c21d-3330-4dc8-8c92-ccafac2648b0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b072e19b-0411-4681-81cc-347a9a163c86
ModelInvariantUuid:f33aee00-d79c-4a99-93b9-aedcd89c57ed
ModelName:vFW a540e628-b98e-nodes.vfwCvfc
ModelUuid:e6585f05-dd92-4cc1-b8c6-a6774cb55216
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:273a88fb-4328-490a-958e-520835c11b21
ModelInvariantUuid:ec7f239b-37f0-4cc1-b803-7e19694b570b
ModelName:VfwA540e628B98e.compute.nodes.heat.vfw
ModelUuid:769611b9-1690-4957-908e-5fd65f0beb79
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:df2e47fa-26c0-4782-919a-0343ce525a76
ModelInvariantUuid:1dd4b4d2-e725-4dac-9ced-0f9c575b60f6
ModelName:vFW a540e628-b98e-nodes.vsnCvfc
ModelUuid:eddde267-684a-429d-9f6b-25c3903b8181
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:4ed29494-af2b-4601-8d60-3e2c7c2701c7
ModelInvariantUuid:cbf11144-44ef-4834-8083-de76fd14ba53
ModelName:VfwA540e628B98e.compute.nodes.heat.vsn
ModelUuid:473d1cd5-4d9f-4517-b957-99add911681a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0a1104a0-2d51-42d8-b4c6-3077afd6b039
ModelInvariantUuid:e3fbd31c-f352-444a-a825-61f80375140d
ModelName:vFW a540e628-b98e-nodes.vpgCvfc
ModelUuid:eacea1f7-6948-495a-be95-7dce7c25e520
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:5e76caf5-cd94-4b71-9071-2e8a07b124e2
ModelInvariantUuid:2f873a8f-b8c0-47f4-b3fc-7253c8f93aa3
ModelName:VfwA540e628B98e.compute.nodes.heat.vpg
ModelUuid:e3b78bdb-8de7-4f0c-8abe-f21a1742c965
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-19T04:29:41.638Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: e2dc4c88-7cee-43bc-9edc-87fe8768291f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:29:41.723Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||vFW a540e628-b98e 0
2022-06-19T04:29:41.731Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e2dc4c88-7cee-43bc-9edc-87fe8768291f
2022-06-19T04:29:41.731Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 63f9c176-14ec-4480-848e-7247b55a0d63 from URL: /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json
2022-06-19T04:29:41.731Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-19T04:29:41.731Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json
2022-06-19T04:29:41.787Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-19T04:29:41.788Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json 63f9c176-14ec-4480-848e-7247b55a0d63 785
2022-06-19T04:29:41.788Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json ASDC sendASDCNotification
2022-06-19T04:29:41.788Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json
2022-06-19T04:29:41.789Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:29:41.789Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:41.791Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:41.791Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612981788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:29:41.891Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:29:41.892Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:41.892Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:41.926Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:29:41.927Z||pool-11-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:42.792Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA540e628B98e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f4ef4285-11c5-4157-85c9-ad929fbec4e3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c402c21d-3330-4dc8-8c92-ccafac2648b0",
"vfModuleModelCustomizationUUID": "6dbed666-8bc0-43d3-94b5-6196d936cc24",
"isBase": true,
"artifacts": [
"31fb1424-310e-408e-80bf-7973d143b6e9",
"b1513a0f-eadb-4698-a3cb-ce4a9c55154c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-19T04:29:42.807Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA540e628B98e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c402c21d-3330-4dc8-8c92-ccafac2648b0
VfModuleModelInvariantUUID:f4ef4285-11c5-4157-85c9-ad929fbec4e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
31fb1424-310e-408e-80bf-7973d143b6e9
,
b1513a0f-eadb-4698-a3cb-ce4a9c55154c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-19T04:29:42.810Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA540e628B98e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f4ef4285-11c5-4157-85c9-ad929fbec4e3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c402c21d-3330-4dc8-8c92-ccafac2648b0",
"vfModuleModelCustomizationUUID": "6dbed666-8bc0-43d3-94b5-6196d936cc24",
"isBase": true,
"artifacts": [
"31fb1424-310e-408e-80bf-7973d143b6e9",
"b1513a0f-eadb-4698-a3cb-ce4a9c55154c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-19T04:29:42.811Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA540e628B98e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c402c21d-3330-4dc8-8c92-ccafac2648b0
VfModuleModelInvariantUUID:f4ef4285-11c5-4157-85c9-ad929fbec4e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
31fb1424-310e-408e-80bf-7973d143b6e9
,
b1513a0f-eadb-4698-a3cb-ce4a9c55154c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-19T04:29:42.811Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 31fb1424-310e-408e-80bf-7973d143b6e9 from URL: /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml
2022-06-19T04:29:42.811Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-19T04:29:42.811Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml
2022-06-19T04:29:42.884Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-19T04:29:42.885Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml 31fb1424-310e-408e-80bf-7973d143b6e9 20368
2022-06-19T04:29:42.885Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-19T04:29:42.885Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml
2022-06-19T04:29:42.885Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:29:42.885Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:42.894Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:42.894Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612982885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:29:43.002Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-19T04:29:43.003Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:43.003Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:43.051Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:29:43.051Z||pool-12-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:43.894Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b1513a0f-eadb-4698-a3cb-ce4a9c55154c from URL: /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env
2022-06-19T04:29:43.895Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-19T04:29:43.896Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env
2022-06-19T04:29:43.990Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-19T04:29:43.994Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env b1513a0f-eadb-4698-a3cb-ce4a9c55154c 2098
2022-06-19T04:29:43.994Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-19T04:29:43.994Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env
2022-06-19T04:29:43.994Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:29:43.995Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:43.997Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:43.997Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612983994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:29:44.097Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:29:44.098Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:44.098Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:44.121Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:29:44.122Z||pool-13-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:44.998Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a8c05d86-3f71-40ef-b8ab-05c9c2a535ca
2022-06-19T04:29:44.999Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a540e628-b98e 0 e2dc4c88-7cee-43bc-9edc-87fe8768291f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:29:45.051Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45771362, org.onap.sdc.toscaparser.api.parameters.Input@2d615e92, org.onap.sdc.toscaparser.api.parameters.Input@312a6241, org.onap.sdc.toscaparser.api.parameters.Input@26ffd38f, org.onap.sdc.toscaparser.api.parameters.Input@5bee2831]
2022-06-19T04:29:45.061Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:45.061Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:45.061Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-06-19T04:29:45.062Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= bb179383-a9b0-43e0-b4c0-e530a9f460a3
2022-06-19T04:29:45.062Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bb179383-a9b0-43e0-b4c0-e530a9f460a3 matches Tosca VF Customization UUID: bb179383-a9b0-43e0-b4c0-e530a9f460a3
2022-06-19T04:29:45.062Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: bb179383-a9b0-43e0-b4c0-e530a9f460a3 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-19T04:29:45.071Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:45.072Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:45.075Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id bb179383-a9b0-43e0-b4c0-e530a9f460a3: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-19T04:29:45.075Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@261c6e33
2022-06-19T04:29:45.076Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:45.076Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T04:29:45.076Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6dbed666-8bc0-43d3-94b5-6196d936cc24
2022-06-19T04:29:45.078Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6dbed666-8bc0-43d3-94b5-6196d936cc24
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-19T04:29:45.089Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:45.090Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:45.090Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:29:45.091Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:45.091Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:45.091Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:29:45.092Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:45.092Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is not matching search criteria
2022-06-19T04:29:45.092Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T04:29:45.092Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-19T04:29:45.093Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T04:29:45.093Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-19T04:29:45.093Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-19T04:29:45.093Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-19T04:29:45.094Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:45.094Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-19T04:29:45.094Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:45.094Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-19T04:29:45.095Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T04:29:45.095Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b072e19b-0411-4681-81cc-347a9a163c86
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-19T04:29:45.108Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:45.108Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:45.108Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:29:45.109Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:45.109Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is not matching search criteria
2022-06-19T04:29:45.109Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T04:29:45.109Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-19T04:29:45.110Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:45.110Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-19T04:29:45.110Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T04:29:45.111Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-19T04:29:45.111Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T04:29:45.111Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-19T04:29:45.111Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-19T04:29:45.112Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:45.112Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-19T04:29:45.112Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T04:29:45.113Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=df2e47fa-26c0-4782-919a-0343ce525a76
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-19T04:29:45.116Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:45.117Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:45.117Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:29:45.121Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:45.121Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is not matching search criteria
2022-06-19T04:29:45.121Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T04:29:45.121Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-19T04:29:45.121Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:45.122Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-19T04:29:45.122Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T04:29:45.122Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-19T04:29:45.122Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T04:29:45.123Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-19T04:29:45.123Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-19T04:29:45.123Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-19T04:29:45.123Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:45.124Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-19T04:29:45.124Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0a1104a0-2d51-42d8-b4c6-3077afd6b039
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-19T04:29:45.128Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:45.128Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:45.128Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:29:45.128Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:45.128Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:45.129Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0] matching following query criteria: sdcType=VF, customizationUUID=bb179383-a9b0-43e0-b4c0-e530a9f460a3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:29:45.131Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:45.131Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:45.132Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a8c05d86-3f71-40ef-b8ab-05c9c2a535ca: vFW a540e628-b98e
2022-06-19T04:29:45.132Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:45.132Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:45.132Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:45.133Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:45.134Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:45.134Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:45.134Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:45.134Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:45.135Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:29:45.135Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:45.135Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-06-19 04-27-42
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:29:45.621Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a540e628-b98e e2dc4c88-7cee-43bc-9edc-87fe8768291f 1 ASDC deployResourceStructure
2022-06-19T04:29:45.622Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json ASDC sendASDCNotification
2022-06-19T04:29:45.622Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json
2022-06-19T04:29:45.622Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:29:45.623Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:45.625Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:45.625Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612985622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-19T04:29:45.725Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:29:45.727Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:45.727Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:45.741Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:29:45.742Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:46.626Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-19T04:29:46.627Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml
2022-06-19T04:29:46.627Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:29:46.627Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:46.630Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:46.630Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612986626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-19T04:29:46.730Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:29:46.731Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:46.731Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:46.746Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:29:46.746Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:47.630Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-19T04:29:47.631Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env
2022-06-19T04:29:47.631Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:29:47.632Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:47.634Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:47.635Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612987630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-19T04:29:47.734Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-19T04:29:47.735Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:47.736Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:47.749Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:29:47.750Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:48.637Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar ASDC sendASDCNotification
2022-06-19T04:29:48.638Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:48.638Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:29:48.639Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:48.642Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:48.643Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612988637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:29:48.742Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:29:48.744Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:48.744Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:48.762Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:29:48.763Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:49.645Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b93204c0-1311-49b2-99b2-a1d13298745c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:29:49.677Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b93204c0-1311-49b2-99b2-a1d13298745c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:29:49.683Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:29:49.683Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T04:29:49.683Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T04:29:49.683Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T04:29:49.684Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T04:29:49.684Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T04:29:49.684Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T04:29:49.684Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T04:29:49.684Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T04:29:49.685Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T04:29:49.685Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:29:49.693Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T04:30:19.693Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b93204c0-1311-49b2-99b2-a1d13298745c and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-19T04:30:19.710Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b93204c0-1311-49b2-99b2-a1d13298745c and serviceModelVersionId: a8c05d86-3f71-40ef-b8ab-05c9c2a535ca
2022-06-19T04:30:19.711Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e47c4aa-f989-4d7a-af6c-e1a4a564d046
2022-06-19T04:30:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:30:28.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:30:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:28.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:30:28.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:30:28.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1655612968264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:30:28.483Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:30:34.406Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e47c4aa-f989-4d7a-af6c-e1a4a564d046/model-vers/model-ver/a8c05d86-3f71-40ef-b8ab-05c9c2a535ca?depth=0
2022-06-19T04:30:34.522Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T04:30:35.068Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e47c4aa-f989-4d7a-af6c-e1a4a564d046/model-vers/model-ver/a8c05d86-3f71-40ef-b8ab-05c9c2a535ca?depth=0|INFO|500||Invoke
2022-06-19T04:30:35.076Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e47c4aa-f989-4d7a-af6c-e1a4a564d046/model-vers/model-ver/a8c05d86-3f71-40ef-b8ab-05c9c2a535ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e47c4aa-f989-4d7a-af6c-e1a4a564d046/model-vers/model-ver/a8c05d86-3f71-40ef-b8ab-05c9c2a535ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b93204c0-1311-49b2-99b2-a1d13298745c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e938d664-c4b8-43aa-9d26-f63abd57b568], X-ECOMP-RequestID=[b93204c0-1311-49b2-99b2-a1d13298745c], X-TransactionId=[], X-ONAP-RequestID=[b93204c0-1311-49b2-99b2-a1d13298745c], Content-Type=[application/merge-patch+json]}
2022-06-19T04:30:35.211Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e47c4aa-f989-4d7a-af6c-e1a4a564d046/model-vers/model-ver/a8c05d86-3f71-40ef-b8ab-05c9c2a535ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-19T04:30:35.447Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e47c4aa-f989-4d7a-af6c-e1a4a564d046/model-vers/model-ver/a8c05d86-3f71-40ef-b8ab-05c9c2a535ca?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/8e47c4aa-f989-4d7a-af6c-e1a4a564d046/model-vers/model-ver/a8c05d86-3f71-40ef-b8ab-05c9c2a535ca?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220619-04:30:35:222-90926], vertex-id=[163944], Content-Length=[0], Date=[Sun, 19 Jun 2022 04:30:35 GMT], Content-Type=[application/json]}
2022-06-19T04:30:35.449Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e47c4aa-f989-4d7a-af6c-e1a4a564d046/model-vers/model-ver/a8c05d86-3f71-40ef-b8ab-05c9c2a535ca?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-19T04:30:35.449Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e47c4aa-f989-4d7a-af6c-e1a4a564d046/model-vers/model-ver/a8c05d86-3f71-40ef-b8ab-05c9c2a535ca?depth=0|INFO|500||InvokeReturn
2022-06-19T04:30:35.453Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T04:30:35.453Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:30:35.459Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-19T04:30:35.461Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b93204c0-1311-49b2-99b2-a1d13298745c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T04:30:35.461Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T04:30:35.462Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:35.464Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:35.464Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613035461,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:30:35.565Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:30:35.566Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:35.566Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:35.578Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:30:35.579Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T04:30:36.484Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T04:30:36.484Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"20444544-f292-4328-8820-dcad2433a4fd","serviceName":"basic_onboard_BfCKfv","serviceVersion":"1.0","serviceUUID":"894e11a4-2219-4a69-b9da-2a543616552b","serviceDescription":"service","serviceInvariantUUID":"48544fd0-9a3a-47ca-b2b5-e99f7196fe5a","resources":[{"resourceInstanceName":"basic_onboard_BfCKfv 0","resourceName":"basic_onboard_BfCKfv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7648862f-587f-481b-ae00-49c685629d8f","resourceInvariantUUID":"4d38c5b4-1c2f-4cc2-9f29-06ac7383ddb4","resourceCustomizationUUID":"dcc27328-0f97-4771-9061-de6145ce57b8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vf-license-model.xml","artifactChecksum":"ZmUxYjY4NzQ0NGM0NzI4MWMzMGU1ZDJjOTg2ODFjYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae43b594-c65a-4161-ad80-75d60822204f","artifactVersion":"1"},{"artifactName":"basic_onboard_bfckfv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json","artifactChecksum":"MmVmMTkyNDRkNjM2Mzg2Mzk5YmY0OTUwYTdjYzZjMzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"68a561d1-4774-4d3c-bc97-29a1acacaf25","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c3c81dc4-5886-42ef-8e4a-5763b745de1a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f500397-a934-4176-84f1-cd1736297a3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e54c01a3-ed1c-4d70-a52b-36e313878a23","artifactVersion":"2","generatedFromUUID":"c3c81dc4-5886-42ef-8e4a-5763b745de1a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBfckfv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-template.yml","artifactChecksum":"ZDgzMDE2NDZiOTZiYjAwZTI5MTVlNjdiNjRlNWI0ZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"633ed807-aed0-4a60-b0ae-117e9c3cf358","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBfckfv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar","artifactChecksum":"ODhiNDg1YWM2MGJlNmU1NWRmMDI0YWM3ZWIxYWQxOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"14bd427d-0473-4cfb-a6fc-2230a1fc16cb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T04:30:36.485Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:30:36.485Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:36.487Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:36.487Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:30:36.587Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:36.588Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:36.589Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:36.603Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:30:36.603Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:30:37.487Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:30:37.488Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:37.490Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:37.490Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
"status": "NOTIFIED"
}
2022-06-19T04:30:37.591Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:37.592Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:37.592Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:37.605Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:30:37.605Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:30:38.491Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:30:38.492Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:38.494Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:38.494Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-19T04:30:38.595Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T04:30:38.596Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:38.596Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:38.616Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:30:38.617Z||pool-21-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:30:39.494Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:30:39.495Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:39.497Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:39.498Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:30:39.598Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:39.599Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:39.599Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:39.612Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:30:39.613Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:30:40.498Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:30:40.499Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:40.501Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:40.501Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-19T04:30:40.603Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:40.604Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:40.604Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:40.625Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:30:40.626Z||pool-23-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:30:41.502Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:30:41.503Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:41.505Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:41.505Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:30:41.605Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:41.606Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:41.607Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:41.619Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:30:41.619Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:30:42.507Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:30:42.508Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:42.509Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:42.510Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:30:42.610Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:42.611Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:42.611Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:42.624Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:30:42.624Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:30:43.511Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"serviceName": "basic_onboard_BfCKfv",
"serviceVersion": "1.0",
"serviceUUID": "894e11a4-2219-4a69-b9da-2a543616552b",
"serviceDescription": "service",
"serviceInvariantUUID": "48544fd0-9a3a-47ca-b2b5-e99f7196fe5a",
"resources": [
{
"resourceInstanceName": "basic_onboard_BfCKfv 0",
"resourceCustomizationUUID": "dcc27328-0f97-4771-9061-de6145ce57b8",
"resourceName": "basic_onboard_BfCKfv",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7648862f-587f-481b-ae00-49c685629d8f",
"resourceInvariantUUID": "4d38c5b4-1c2f-4cc2-9f29-06ac7383ddb4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_bfckfv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
"artifactChecksum": "MmVmMTkyNDRkNjM2Mzg2Mzk5YmY0OTUwYTdjYzZjMzc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "68a561d1-4774-4d3c-bc97-29a1acacaf25",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c3c81dc4-5886-42ef-8e4a-5763b745de1a",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e54c01a3-ed1c-4d70-a52b-36e313878a23",
"generatedFromUUID": "c3c81dc4-5886-42ef-8e4a-5763b745de1a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e54c01a3-ed1c-4d70-a52b-36e313878a23",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardBfckfv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"artifactChecksum": "ODhiNDg1YWM2MGJlNmU1NWRmMDI0YWM3ZWIxYWQxOGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "14bd427d-0473-4cfb-a6fc-2230a1fc16cb"
}
],
"workloadContext": "Production"
}
2022-06-19T04:30:43.511Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T04:30:43.512Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 894e11a4-2219-4a69-b9da-2a543616552b ASDC
2022-06-19T04:30:43.512Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:20444544-f292-4328-8820-dcad2433a4fd
ServiceName:basic_onboard_BfCKfv
ServiceVersion:1.0
ServiceUUID:894e11a4-2219-4a69-b9da-2a543616552b
ServiceInvariantUUID:48544fd0-9a3a-47ca-b2b5-e99f7196fe5a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBfckfv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar
ArtifactUUID:14bd427d-0473-4cfb-a6fc-2230a1fc16cb
ArtifactChecksum:ODhiNDg1YWM2MGJlNmU1NWRmMDI0YWM3ZWIxYWQxOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BfCKfv 0
ResourceCustomizationUUID:dcc27328-0f97-4771-9061-de6145ce57b8
ResourceInvariantUUID:4d38c5b4-1c2f-4cc2-9f29-06ac7383ddb4
ResourceName:basic_onboard_BfCKfv
ResourceType:VF
ResourceUUID:7648862f-587f-481b-ae00-49c685629d8f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_bfckfv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json
ArtifactUUID:68a561d1-4774-4d3c-bc97-29a1acacaf25
ArtifactChecksum:MmVmMTkyNDRkNjM2Mzg2Mzk5YmY0OTUwYTdjYzZjMzc=
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/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c3c81dc4-5886-42ef-8e4a-5763b745de1a
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/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env
ArtifactUUID:e54c01a3-ed1c-4d70-a52b-36e313878a23
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/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env
ArtifactUUID:e54c01a3-ed1c-4d70-a52b-36e313878a23
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-19T04:30:43.513Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 894e11a4-2219-4a69-b9da-2a543616552b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:30:43.605Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:30:43.605Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-19T04:30:43.606Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-19T04:30:43.606Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 14bd427d-0473-4cfb-a6fc-2230a1fc16cb from URL: /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:43.606Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-19T04:30:43.607Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:43.684Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-19T04:30:43.695Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar 14bd427d-0473-4cfb-a6fc-2230a1fc16cb 71567
2022-06-19T04:30:43.695Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar ASDC sendASDCNotification
2022-06-19T04:30:43.695Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:43.695Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:30:43.696Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:43.697Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:43.698Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613043695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:30:43.798Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:43.800Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:43.800Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:43.818Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:30:43.819Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:30:44.698Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:30:44.699Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-19T04:30:44.699Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 14bd427d-0473-4cfb-a6fc-2230a1fc16cb, URL: /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar to file: /app/ASDC/1/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:44.700Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:44.700Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:44.700Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:44.833Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13089337394158156485/Definitions/service-BasicOnboardBfckfv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-19T04:30:46.131Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T04:30:46.132Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-19T04:30:46.132Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:46.132Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-19T04:30:46.133Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_BfCKfv 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-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:46.133Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||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-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:46.133Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||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-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:46.133Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||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-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:46.134Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||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-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:46.134Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:46.134Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:46.135Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||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-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:46.135Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||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-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:46.135Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-19T04:30:46.136Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:46.136Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:46.136Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is matching search criteria
2022-06-19T04:30:46.137Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-19T04:30:46.137Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfCKfv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:30:46.137Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:46.138Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:46.138Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is matching search criteria
2022-06-19T04:30:46.139Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-19T04:30:46.139Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfCKfv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:30:46.139Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:46.140Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:46.140Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:46.141Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is not matching search criteria
2022-06-19T04:30:46.141Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-19T04:30:46.141Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-19T04:30:46.142Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-19T04:30:46.142Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-19T04:30:46.142Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-19T04:30:46.143Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:46.143Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T04:30:46.144Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:46.144Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is matching search criteria
2022-06-19T04:30:46.144Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfCKfv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:30:46.145Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:46.145Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is matching search criteria
2022-06-19T04:30:46.146Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfCKfv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:30:46.146Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:46.146Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is matching search criteria
2022-06-19T04:30:46.147Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfCKfv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:30:46.147Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:46.148Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is not matching search criteria
2022-06-19T04:30:46.148Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-19T04:30:46.148Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-19T04:30:46.149Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1a252521-fb45-44fd-884d-57e281818c37
2022-06-19T04:30:46.149Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:46.150Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:46.150Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:46.150Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:46.151Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:46.151Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:46.152Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:46.152Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:46.152Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_BfCKfv
Description:service
Model UUID:894e11a4-2219-4a69-b9da-2a543616552b
Model Version:NULL
Model InvariantUuid:48544fd0-9a3a-47ca-b2b5-e99f7196fe5a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_BfCKfv
Model UUID:41ad8b99-8dc2-4f44-82e6-77a705d7d88e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4d38c5b4-1c2f-4cc2-9f29-06ac7383ddb4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:dcc27328-0f97-4771-9061-de6145ce57b8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f966ee58-9feb-4247-951a-1037f64b3caf
ModelName:BasicOnboardBfckfv..base_ubuntu18..module-0
ModelUuid:5ac00155-dce6-4fba-8c5c-fcfe684457a0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1a252521-fb45-44fd-884d-57e281818c37
ModelInvariantUuid:44040ce8-3a7c-4b6b-ae95-bdda2e45aa4a
ModelName:basic_onboard_BfCKfv-nodes.ubuntu18Cvfc
ModelUuid:547ce5c9-f2e5-4cfc-bcd3-af1a5f313e63
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:f36f390d-f7ed-42ca-8f49-c2f07fdd028f
ModelInvariantUuid:1125855b-c0d4-444b-8a15-929c92e3cc97
ModelName:BasicOnboardBfckfv.compute.nodes.heat.ubuntu18
ModelUuid:3ae48dfb-b1fc-499b-96ba-bf2e0d588160
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-19T04:30:46.161Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 7648862f-587f-481b-ae00-49c685629d8f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:30:46.165Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||basic_onboard_BfCKfv 0
2022-06-19T04:30:46.165Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7648862f-587f-481b-ae00-49c685629d8f
2022-06-19T04:30:46.165Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 68a561d1-4774-4d3c-bc97-29a1acacaf25 from URL: /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json
2022-06-19T04:30:46.165Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-19T04:30:46.166Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json
2022-06-19T04:30:46.212Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-19T04:30:46.213Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json 68a561d1-4774-4d3c-bc97-29a1acacaf25 798
2022-06-19T04:30:46.213Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json ASDC sendASDCNotification
2022-06-19T04:30:46.213Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json
2022-06-19T04:30:46.213Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:30:46.214Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:46.216Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:46.216Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613046213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:30:46.316Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:46.317Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:46.318Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:46.332Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:30:46.333Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:30:47.217Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBfckfv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f966ee58-9feb-4247-951a-1037f64b3caf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5ac00155-dce6-4fba-8c5c-fcfe684457a0",
"vfModuleModelCustomizationUUID": "75a48cfe-b8c9-4e61-b871-2e835976ce87",
"isBase": true,
"artifacts": [
"c3c81dc4-5886-42ef-8e4a-5763b745de1a",
"e54c01a3-ed1c-4d70-a52b-36e313878a23"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-19T04:30:47.222Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBfckfv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ac00155-dce6-4fba-8c5c-fcfe684457a0
VfModuleModelInvariantUUID:f966ee58-9feb-4247-951a-1037f64b3caf
VfModuleModelDescription:NULL
Artifacts UUID List:{
c3c81dc4-5886-42ef-8e4a-5763b745de1a
,
e54c01a3-ed1c-4d70-a52b-36e313878a23
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-19T04:30:47.225Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardBfckfv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f966ee58-9feb-4247-951a-1037f64b3caf",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5ac00155-dce6-4fba-8c5c-fcfe684457a0",
"vfModuleModelCustomizationUUID": "75a48cfe-b8c9-4e61-b871-2e835976ce87",
"isBase": true,
"artifacts": [
"c3c81dc4-5886-42ef-8e4a-5763b745de1a",
"e54c01a3-ed1c-4d70-a52b-36e313878a23"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-19T04:30:47.225Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBfckfv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ac00155-dce6-4fba-8c5c-fcfe684457a0
VfModuleModelInvariantUUID:f966ee58-9feb-4247-951a-1037f64b3caf
VfModuleModelDescription:NULL
Artifacts UUID List:{
c3c81dc4-5886-42ef-8e4a-5763b745de1a
,
e54c01a3-ed1c-4d70-a52b-36e313878a23
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-19T04:30:47.225Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c3c81dc4-5886-42ef-8e4a-5763b745de1a from URL: /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml
2022-06-19T04:30:47.225Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-19T04:30:47.225Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml
2022-06-19T04:30:47.339Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-19T04:30:47.340Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml c3c81dc4-5886-42ef-8e4a-5763b745de1a 5033
2022-06-19T04:30:47.340Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-19T04:30:47.340Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml
2022-06-19T04:30:47.341Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:30:47.341Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:47.343Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:47.343Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613047340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:30:47.443Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:47.444Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:47.444Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:47.459Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:30:47.459Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:30:48.344Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e54c01a3-ed1c-4d70-a52b-36e313878a23 from URL: /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env
2022-06-19T04:30:48.344Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-19T04:30:48.344Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env
2022-06-19T04:30:48.389Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-19T04:30:48.390Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env e54c01a3-ed1c-4d70-a52b-36e313878a23 909
2022-06-19T04:30:48.390Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-19T04:30:48.390Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env
2022-06-19T04:30:48.390Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:30:48.391Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:48.393Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:48.393Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613048390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:30:48.493Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:48.494Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:48.494Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:48.508Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:30:48.509Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:30:49.394Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 894e11a4-2219-4a69-b9da-2a543616552b
2022-06-19T04:30:49.394Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_BfCKfv 0 7648862f-587f-481b-ae00-49c685629d8f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:30:49.416Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32c1fc85, org.onap.sdc.toscaparser.api.parameters.Input@52a56, org.onap.sdc.toscaparser.api.parameters.Input@293ebc14, org.onap.sdc.toscaparser.api.parameters.Input@e2eb8f7, org.onap.sdc.toscaparser.api.parameters.Input@33b64863]
2022-06-19T04:30:49.418Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:49.419Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:49.419Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-06-19T04:30:49.419Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= dcc27328-0f97-4771-9061-de6145ce57b8
2022-06-19T04:30:49.419Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dcc27328-0f97-4771-9061-de6145ce57b8 matches Tosca VF Customization UUID: dcc27328-0f97-4771-9061-de6145ce57b8
2022-06-19T04:30:49.420Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: dcc27328-0f97-4771-9061-de6145ce57b8 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-19T04:30:49.423Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:49.423Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:49.424Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id dcc27328-0f97-4771-9061-de6145ce57b8: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-19T04:30:49.424Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3dd8b3b6
2022-06-19T04:30:49.425Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:49.425Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T04:30:49.425Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 75a48cfe-b8c9-4e61-b871-2e835976ce87
2022-06-19T04:30:49.426Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 75a48cfe-b8c9-4e61-b871-2e835976ce87
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-19T04:30:49.429Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:49.430Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is matching search criteria
2022-06-19T04:30:49.430Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfCKfv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:30:49.430Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:49.430Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is matching search criteria
2022-06-19T04:30:49.431Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfCKfv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:30:49.431Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:49.431Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is not matching search criteria
2022-06-19T04:30:49.431Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-19T04:30:49.432Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-19T04:30:49.432Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1a252521-fb45-44fd-884d-57e281818c37
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-19T04:30:49.435Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:49.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is matching search criteria
2022-06-19T04:30:49.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfCKfv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:30:49.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:49.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is matching search criteria
2022-06-19T04:30:49.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfCKfv 0] matching following query criteria: sdcType=VF, customizationUUID=dcc27328-0f97-4771-9061-de6145ce57b8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:30:49.438Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:49.439Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:49.439Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 894e11a4-2219-4a69-b9da-2a543616552b: basic_onboard_BfCKfv
2022-06-19T04:30:49.439Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:49.440Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:49.440Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:49.441Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:49.441Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:49.441Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:49.442Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:49.442Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:49.443Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:30:49.443Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:49.443Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_BfCKfv
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:30:49.597Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_BfCKfv 7648862f-587f-481b-ae00-49c685629d8f 1 ASDC deployResourceStructure
2022-06-19T04:30:49.599Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json ASDC sendASDCNotification
2022-06-19T04:30:49.599Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json
2022-06-19T04:30:49.599Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:30:49.600Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:49.602Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:49.602Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613049599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-19T04:30:49.702Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:49.703Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:49.703Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:49.716Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:30:49.717Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:30:50.603Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-19T04:30:50.603Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml
2022-06-19T04:30:50.604Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:30:50.604Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:50.607Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:50.607Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613050603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-19T04:30:50.707Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:50.708Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:50.708Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:50.721Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:30:50.722Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:30:51.608Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-19T04:30:51.608Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env
2022-06-19T04:30:51.608Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:30:51.609Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:51.611Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:51.611Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613051608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-19T04:30:51.711Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:51.712Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:51.713Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:51.726Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:30:51.726Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:30:52.612Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar ASDC sendASDCNotification
2022-06-19T04:30:52.612Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:52.613Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:30:52.614Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:52.616Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:52.616Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613052612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:30:52.716Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:52.717Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:52.717Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:52.730Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:30:52.731Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:30:53.617Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:30:53.630Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:30:53.633Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:30:53.633Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:30:53.633Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:31:23.634Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:31:23.655Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:31:23.659Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:31:23.659Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:31:23.659Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:31:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:31:28.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:31:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:31:28.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:31:28.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:31:28.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612967324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
"status": "NOTIFIED"
}
2022-06-19T04:31:28.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:31:53.659Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:31:53.688Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:31:53.690Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:31:53.690Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:31:53.690Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:32:23.691Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:32:23.710Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:32:23.713Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:32:23.714Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:32:23.714Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:32:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:32:28.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:32:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:32:28.499Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:32:28.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "aai-ml",
"timestamp": 1655612968284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "cds",
"timestamp": 1655612961851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655612958166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "policy-id",
"timestamp": 1655612958007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-19T04:32:28.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1655612968264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612967324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-19T04:32:28.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "aai-ml",
"timestamp": 1655612968284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
"status": "NOTIFIED"
}
2022-06-19T04:32:28.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "cds",
"timestamp": 1655612961851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655612958166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "policy-id",
"timestamp": 1655612958007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1655612968264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612967324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "aai-ml",
"timestamp": 1655612968284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-19T04:32:28.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "cds",
"timestamp": 1655612961851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655612958166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "policy-id",
"timestamp": 1655612958007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1655612968264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612967324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-19T04:32:28.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "aai-ml",
"timestamp": 1655612968284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "cds",
"timestamp": 1655612961851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655612958166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "policy-id",
"timestamp": 1655612958007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "clamp",
"timestamp": 1655612971744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1655612968264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612967324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "aai-ml",
"timestamp": 1655612968284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-19T04:32:28.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "cds",
"timestamp": 1655612961851,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:32:28.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655612958166,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:32:28.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "policy-id",
"timestamp": 1655612958007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:32:28.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "clamp",
"timestamp": 1655612971744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
"status": "NOTIFIED"
}
2022-06-19T04:32:28.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1655612968264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612967324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:32:28.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "aai-ml",
"timestamp": 1655612968284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "cds",
"timestamp": 1655612974405,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.517Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "clamp",
"timestamp": 1655612971744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655612975331,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1655612968264,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "policy-id",
"timestamp": 1655612975322,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612975146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "aai-ml",
"timestamp": 1655612968284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:32:28.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:32:28.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "cds",
"timestamp": 1655612975413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:32:28.532Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 20444544-f292-4328-8820-dcad2433a4fd
2022-06-19T04:32:28.532Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20444544-f292-4328-8820-dcad2433a4fd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:32:28.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "clamp",
"timestamp": 1655612971744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "policy-id",
"timestamp": 1655612976326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:32:28.560Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612976222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "aai-ml",
"timestamp": 1655612976066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.562Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "clamp",
"timestamp": 1655612971744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "policy-id",
"timestamp": 1655612977329,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:32:28.571Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20444544-f292-4328-8820-dcad2433a4fd
2022-06-19T04:32:28.572Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20444544-f292-4328-8820-dcad2433a4fd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:32:28.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612976510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.587Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655612977675,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:32:28.587Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612977298,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.588Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "clamp",
"timestamp": 1655612971744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655612978681,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:32:28.604Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 20444544-f292-4328-8820-dcad2433a4fd
2022-06-19T04:32:28.605Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20444544-f292-4328-8820-dcad2433a4fd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:32:28.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612978325,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:32:28.629Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20444544-f292-4328-8820-dcad2433a4fd
2022-06-19T04:32:28.629Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20444544-f292-4328-8820-dcad2433a4fd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-19T04:32:28.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "clamp",
"timestamp": 1655612971744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:32:28.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-06-19T04:32:28.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655612979328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-19T04:32:28.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612981788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612982885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "aai-ml",
"timestamp": 1655612983455,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612983994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "aai-ml",
"timestamp": 1655612984460,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:32:28.651Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 20444544-f292-4328-8820-dcad2433a4fd
2022-06-19T04:32:28.651Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20444544-f292-4328-8820-dcad2433a4fd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:32:28.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612985622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-19T04:32:28.666Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612986626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-19T04:32:28.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612987630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-19T04:32:28.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612988637,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:32:28.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "clamp",
"timestamp": 1655612989094,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "clamp",
"timestamp": 1655612991102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:32:28.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "clamp",
"timestamp": 1655612992113,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:32:28.676Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 20444544-f292-4328-8820-dcad2433a4fd
2022-06-19T04:32:28.677Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20444544-f292-4328-8820-dcad2433a4fd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:32:53.714Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:32:53.726Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:32:53.731Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:32:53.732Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T04:32:53.732Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T04:32:53.732Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T04:32:53.732Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T04:32:53.732Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T04:32:53.732Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T04:32:53.733Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T04:32:53.733Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T04:32:53.733Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T04:32:53.733Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:32:53.740Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T04:33:23.741Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-19T04:33:23.755Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20444544-f292-4328-8820-dcad2433a4fd and serviceModelVersionId: 894e11a4-2219-4a69-b9da-2a543616552b
2022-06-19T04:33:23.756Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 48544fd0-9a3a-47ca-b2b5-e99f7196fe5a
2022-06-19T04:33:23.757Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/48544fd0-9a3a-47ca-b2b5-e99f7196fe5a/model-vers/model-ver/894e11a4-2219-4a69-b9da-2a543616552b?depth=0
2022-06-19T04:33:23.762Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T04:33:23.816Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48544fd0-9a3a-47ca-b2b5-e99f7196fe5a/model-vers/model-ver/894e11a4-2219-4a69-b9da-2a543616552b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-19T04:33:23.818Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48544fd0-9a3a-47ca-b2b5-e99f7196fe5a/model-vers/model-ver/894e11a4-2219-4a69-b9da-2a543616552b?depth=0|INFO|500||Invoke
2022-06-19T04:33:23.851Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48544fd0-9a3a-47ca-b2b5-e99f7196fe5a/model-vers/model-ver/894e11a4-2219-4a69-b9da-2a543616552b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-19T04:33:23.993Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48544fd0-9a3a-47ca-b2b5-e99f7196fe5a/model-vers/model-ver/894e11a4-2219-4a69-b9da-2a543616552b?depth=0|INFO|500||InvokeReturn
2022-06-19T04:33:23.996Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48544fd0-9a3a-47ca-b2b5-e99f7196fe5a/model-vers/model-ver/894e11a4-2219-4a69-b9da-2a543616552b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220619-04:33:23:859-48754], vertex-id=[200824], Content-Length=[0], Date=[Sun, 19 Jun 2022 04:33:23 GMT], Content-Type=[application/json]}
2022-06-19T04:33:23.997Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-19T04:33:24.001Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T04:33:24.010Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:33:24.019Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-19T04:33:24.019Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20444544-f292-4328-8820-dcad2433a4fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T04:33:24.020Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T04:33:24.020Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:33:24.022Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:33:24.023Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613204020,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:33:24.123Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:33:24.124Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:33:24.124Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:33:24.139Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:33:24.140Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T04:33:25.075Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:33:25.075Z|20444544-f292-4328-8820-dcad2433a4fd|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-06-19T04:33:25.075Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:33:28.439Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:33:28.440Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:33:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:33:28.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:33:28.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613035461,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:33:28.482Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:33:28.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:33:28.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-19T04:33:28.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
"status": "NOTIFIED"
}
2022-06-19T04:33:28.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-19T04:33:28.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-19T04:33:28.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-19T04:33:28.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:33:28.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-19T04:33:28.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-19T04:33:28.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-19T04:33:28.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:33:28.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-19T04:33:28.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655612968436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:33:28.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-19T04:33:28.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613043695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:33:28.488Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:33:28.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613046213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:33:28.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:33:28.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613047340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:33:28.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:33:28.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613048390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:33:28.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:33:28.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613049599,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-19T04:33:28.491Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:33:28.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613050603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-19T04:33:28.491Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:33:28.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613051608,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-19T04:33:28.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:33:28.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613052612,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:33:28.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:33:35.402Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:33:35.403Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:33:35.403Z|20444544-f292-4328-8820-dcad2433a4fd|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-06-19T04:33:35.404Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:33:44.945Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:33:44.946Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:33:44.947Z|20444544-f292-4328-8820-dcad2433a4fd|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-06-19T04:33:44.947Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:33:54.527Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:33:54.528Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:33:54.528Z|20444544-f292-4328-8820-dcad2433a4fd|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-06-19T04:33:54.528Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:34:04.078Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:34:28.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:34:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|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-06-19T04:34:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:34:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:34:28.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:34:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:34:28.969Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:34:28.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:34:28.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613204020,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:34:28.971Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:34:37.978Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:35:28.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:35:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|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-06-19T04:35:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:35:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:35:28.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:35:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:35:37.990Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:35:37.992Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:36:28.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:36:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|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-06-19T04:36:28.438Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:36:28.439Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:36:28.439Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:36:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:36:38.003Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:36:38.003Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:37:28.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:37:28.439Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:37:28.439Z|20444544-f292-4328-8820-dcad2433a4fd|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-06-19T04:37:28.439Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:37:28.439Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:37:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:37:37.989Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:37:38.004Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:38:28.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:38:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|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-06-19T04:38:28.438Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:38:28.440Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:38:28.441Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:38:28.442Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:38:38.003Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:38:38.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:39:28.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:39:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|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-06-19T04:39:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:39:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:39:28.439Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:39:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:39:37.984Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:39:37.984Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:40:28.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:40:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|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-06-19T04:40:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:40:28.439Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:40:28.439Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:40:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:40:37.986Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:40:37.986Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:41:28.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:41:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|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-06-19T04:41:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:41:28.439Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:41:28.439Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:41:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:41:37.980Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:41:37.980Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:42:28.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:42:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|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-06-19T04:42:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:42:28.439Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:42:28.439Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:42:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:42:37.996Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:42:37.996Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:43:28.437Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:43:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:43:28.442Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:43:28.442Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:43:28.442Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:43:28.443Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:43:29.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:43:29.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:43:29.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"145f26d3-8837-4bff-b6a7-239d1d0341e6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"44e6cc02-4e8f-4fa9-b90c-c9342308cbf7","serviceDescription":"service","serviceInvariantUUID":"70c1542b-c4a7-46b8-988b-b9d1df38f439","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a17c0841-1ee6-4450-9bfe-031b4bd38fe8","resourceInvariantUUID":"fdbd6a1a-14a6-4622-a3fd-bc22e429f093","resourceCustomizationUUID":"3191615d-f9a3-4880-b993-4fd52f0aa76f","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":"MmRhNjE1MDk1ZjYwMjRmNjYyMjRkYTk0NGEwNGJkZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d187600c-a379-47f0-923a-5f125ae50ced","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGIzMjYwODQyYjZmNGY2MThjOGI0YWJhZDgxMzczOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b8d66b3-c254-4f07-9166-77cdecd64f6c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T04:43:29.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "clamp",
"timestamp": 1655613781744,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:43:29.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:43:29.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613787322,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:43:29.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:43:29.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613788264,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:43:29.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:43:29.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "cds",
"timestamp": 1655613786853,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:43:29.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:43:29.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "clamp",
"timestamp": 1655613781744,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:43:29.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:43:29.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613787322,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:43:29.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:43:29.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613788264,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:43:29.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:43:29.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "cds",
"timestamp": 1655613786853,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:43:29.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:43:29.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "cds",
"timestamp": 1655613791982,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:43:29.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:43:29.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "cds",
"timestamp": 1655613793002,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-06-19T04:43:29.098Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:43:29.099Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:43:29.109Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:43:29.109Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613808437,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:43:29.149Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 145f26d3-8837-4bff-b6a7-239d1d0341e6
2022-06-19T04:43:29.150Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145f26d3-8837-4bff-b6a7-239d1d0341e6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:43:29.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "clamp",
"timestamp": 1655613795204,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:43:29.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:43:29.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "clamp",
"timestamp": 1655613797216,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:43:29.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:43:29.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "policy-id",
"timestamp": 1655613798009,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:43:29.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:43:29.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613798166,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:43:29.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:43:29.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "clamp",
"timestamp": 1655613798220,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:43:29.185Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 145f26d3-8837-4bff-b6a7-239d1d0341e6
2022-06-19T04:43:29.185Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145f26d3-8837-4bff-b6a7-239d1d0341e6 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:43:29.209Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:43:29.210Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:43:29.210Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:43:29.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "policy-id",
"timestamp": 1655613798009,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:43:29.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:43:29.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613798166,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:43:29.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:43:29.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "policy-id",
"timestamp": 1655613800733,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:43:29.220Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:43:29.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613800895,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:43:29.220Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:43:29.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "policy-id",
"timestamp": 1655613801738,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:43:29.220Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:43:29.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613802722,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:43:29.221Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:43:29.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "policy-id",
"timestamp": 1655613802741,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:43:29.235Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 145f26d3-8837-4bff-b6a7-239d1d0341e6
2022-06-19T04:43:29.235Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145f26d3-8837-4bff-b6a7-239d1d0341e6 and ComponentName POLICY
2022-06-19T04:43:29.240Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:43:29.240Z||pool-35-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:43:29.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613803726,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:43:29.271Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 145f26d3-8837-4bff-b6a7-239d1d0341e6
2022-06-19T04:43:29.272Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145f26d3-8837-4bff-b6a7-239d1d0341e6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:43:30.111Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:43:30.112Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:43:30.115Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:43:30.115Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613808437,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:43:30.215Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:43:30.216Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:43:30.216Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:43:30.231Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:43:30.232Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:43:31.116Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "44e6cc02-4e8f-4fa9-b90c-c9342308cbf7",
"serviceDescription": "service",
"serviceInvariantUUID": "70c1542b-c4a7-46b8-988b-b9d1df38f439",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "3191615d-f9a3-4880-b993-4fd52f0aa76f",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "a17c0841-1ee6-4450-9bfe-031b4bd38fe8",
"resourceInvariantUUID": "fdbd6a1a-14a6-4622-a3fd-bc22e429f093",
"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": "NGIzMjYwODQyYjZmNGY2MThjOGI0YWJhZDgxMzczOWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3b8d66b3-c254-4f07-9166-77cdecd64f6c"
}
],
"workloadContext": "Production"
}
2022-06-19T04:43:31.117Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T04:43:31.117Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44e6cc02-4e8f-4fa9-b90c-c9342308cbf7 ASDC
2022-06-19T04:43:31.118Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:145f26d3-8837-4bff-b6a7-239d1d0341e6
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:44e6cc02-4e8f-4fa9-b90c-c9342308cbf7
ServiceInvariantUUID:70c1542b-c4a7-46b8-988b-b9d1df38f439
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:3b8d66b3-c254-4f07-9166-77cdecd64f6c
ArtifactChecksum:NGIzMjYwODQyYjZmNGY2MThjOGI0YWJhZDgxMzczOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3191615d-f9a3-4880-b993-4fd52f0aa76f
ResourceInvariantUUID:fdbd6a1a-14a6-4622-a3fd-bc22e429f093
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:a17c0841-1ee6-4450-9bfe-031b4bd38fe8
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-19T04:43:31.119Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44e6cc02-4e8f-4fa9-b90c-c9342308cbf7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T04:43:31.175Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:43:31.177Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:43:31.177Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:43:31.177Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3b8d66b3-c254-4f07-9166-77cdecd64f6c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-19T04:43:31.177Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T04:43:31.178Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-19T04:43:31.244Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T04:43:31.247Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3b8d66b3-c254-4f07-9166-77cdecd64f6c 52510
2022-06-19T04:43:31.248Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-19T04:43:31.248Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-19T04:43:31.248Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:43:31.248Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:43:31.251Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:43:31.252Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613811248,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:43:31.351Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:43:31.352Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:43:31.352Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:43:31.365Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:43:31.365Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:43:32.252Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:43:32.253Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:43:32.254Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3b8d66b3-c254-4f07-9166-77cdecd64f6c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T04:43:32.255Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-19T04:43:32.256Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T04:43:32.256Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T04:43:32.465Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5579493398898410937/Definitions/service-BasicNetwork-template.yml
2022-06-19T04:43:33.213Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T04:43:33.214Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T04:43:33.214Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T04:43:33.214Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-19T04:43:33.214Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||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-06-19T04:43:33.214Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||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-06-19T04:43:33.215Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||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-06-19T04:43:33.215Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||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-06-19T04:43:33.215Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T04:43:33.215Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||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-06-19T04:43:33.215Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||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-06-19T04:43:33.215Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||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-06-19T04:43:33.215Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T04:43:33.216Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:43:33.216Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.216Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-19T04:43:33.217Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T04:43:33.217Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:43:33.217Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:43:33.217Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.217Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-19T04:43:33.217Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T04:43:33.218Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:43:33.218Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:43:33.218Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.218Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:43:33.218Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.219Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:43:33.219Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.220Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:43:33.220Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.220Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:43:33.220Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.220Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:44e6cc02-4e8f-4fa9-b90c-c9342308cbf7
Model Version:NULL
Model InvariantUuid:70c1542b-c4a7-46b8-988b-b9d1df38f439
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:fdbd6a1a-14a6-4622-a3fd-bc22e429f093
Model UUID:acb5a804-ab14-4ace-80f8-7f4b9c4692fd
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:3191615d-f9a3-4880-b993-4fd52f0aa76f
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-06-19T04:43:33.238Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: a17c0841-1ee6-4450-9bfe-031b4bd38fe8
2022-06-19T04:43:33.238Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||No resources found for Service: 44e6cc02-4e8f-4fa9-b90c-c9342308cbf7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:43:33.249Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||
2022-06-19T04:43:33.249Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-19T04:43:33.252Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 44e6cc02-4e8f-4fa9-b90c-c9342308cbf7
2022-06-19T04:43:33.252Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 44e6cc02-4e8f-4fa9-b90c-c9342308cbf7
2022-06-19T04:43:33.252Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-19T04:43:33.253Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||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-06-19T04:43:33.261Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1150fc11, org.onap.sdc.toscaparser.api.parameters.Input@1bda9266, org.onap.sdc.toscaparser.api.parameters.Input@22684bcc, org.onap.sdc.toscaparser.api.parameters.Input@77956bd7, org.onap.sdc.toscaparser.api.parameters.Input@61b3a140]
2022-06-19T04:43:33.263Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:43:33.263Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.264Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:43:33.264Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.265Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 44e6cc02-4e8f-4fa9-b90c-c9342308cbf7: Generic NeutronNet
2022-06-19T04:43:33.265Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:43:33.265Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.265Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:43:33.266Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||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-06-19T04:43:33.312Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:43:33.313Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.313Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:43:33.313Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.314Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:43:33.314Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.314Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||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-06-19T04:43:33.384Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-06-19T04:43:33.385Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-19T04:43:33.385Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-19T04:43:33.386Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:43:33.386Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:43:33.411Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:43:33.412Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613813385,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:43:33.512Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:43:33.513Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:43:33.513Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:43:33.527Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:43:33.528Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:43:34.413Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:43:34.446Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:43:34.449Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:43:34.450Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:43:34.450Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:44:04.450Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:44:04.474Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:44:04.478Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:44:04.478Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:44:04.478Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:44:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:44:28.440Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:44:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:44:28.568Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:44:28.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:44:28.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "aai-ml",
"timestamp": 1655613808284,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:44:28.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:44:34.479Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:44:34.496Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:44:34.500Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:44:34.501Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:44:34.501Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:45:04.501Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:45:04.520Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:45:04.524Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:45:04.524Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:45:04.524Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:45:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:45:28.440Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:45:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:45:28.463Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:45:28.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613808437,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "aai-ml",
"timestamp": 1655613808284,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613808437,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "aai-ml",
"timestamp": 1655613811038,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.490Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613811248,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.491Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613813385,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:45:28.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "aai-ml",
"timestamp": 1655613815571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:45:28.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "aai-ml",
"timestamp": 1655613816575,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:28.508Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 145f26d3-8837-4bff-b6a7-239d1d0341e6
2022-06-19T04:45:28.508Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145f26d3-8837-4bff-b6a7-239d1d0341e6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:28.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "clamp",
"timestamp": 1655613811744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "policy-id",
"timestamp": 1655613818007,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "cds",
"timestamp": 1655613816851,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "clamp",
"timestamp": 1655613811744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "policy-id",
"timestamp": 1655613818007,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "cds",
"timestamp": 1655613816851,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "clamp",
"timestamp": 1655613811744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "policy-id",
"timestamp": 1655613818007,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "cds",
"timestamp": 1655613816851,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "clamp",
"timestamp": 1655613811744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "policy-id",
"timestamp": 1655613818007,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "cds",
"timestamp": 1655613816851,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "clamp",
"timestamp": 1655613811744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "policy-id",
"timestamp": 1655613818007,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "cds",
"timestamp": 1655613816851,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "clamp",
"timestamp": 1655613811744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "policy-id",
"timestamp": 1655613818007,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "cds",
"timestamp": 1655613816851,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "clamp",
"timestamp": 1655613811744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "policy-id",
"timestamp": 1655613818007,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "cds",
"timestamp": 1655613816851,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "clamp",
"timestamp": 1655613811744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "policy-id",
"timestamp": 1655613818007,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "cds",
"timestamp": 1655613816851,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613827322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "policy-id",
"timestamp": 1655613828774,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613828167,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "cds",
"timestamp": 1655613828200,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613828264,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613827322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "policy-id",
"timestamp": 1655613829784,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:45:28.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613828167,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "cds",
"timestamp": 1655613829215,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:28.589Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 260353ce-f42a-4f15-853c-2b71c8495b0e
2022-06-19T04:45:28.589Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 260353ce-f42a-4f15-853c-2b71c8495b0e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:28.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613828264,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613827322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "policy-id",
"timestamp": 1655613830787,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:28.623Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 260353ce-f42a-4f15-853c-2b71c8495b0e
2022-06-19T04:45:28.623Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 260353ce-f42a-4f15-853c-2b71c8495b0e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:28.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613828167,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613828264,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613827322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613828167,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613828264,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613827322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "clamp",
"timestamp": 1655613831744,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613828167,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613828264,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "cds",
"timestamp": 1655613831851,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613827322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613828167,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "clamp",
"timestamp": 1655613833217,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:45:28.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613828264,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "cds",
"timestamp": 1655613831851,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613827322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613828167,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "clamp",
"timestamp": 1655613834220,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:28.681Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 260353ce-f42a-4f15-853c-2b71c8495b0e
2022-06-19T04:45:28.682Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 260353ce-f42a-4f15-853c-2b71c8495b0e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:28.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613828264,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "cds",
"timestamp": 1655613831851,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613827322,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613828167,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613828264,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "cds",
"timestamp": 1655613831851,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613827322,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.725Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613836926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.726Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "cds",
"timestamp": 1655613831851,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613837054,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613827322,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "cds",
"timestamp": 1655613831851,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613827322,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "policy-id",
"timestamp": 1655613838007,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613838263,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-06-19T04:45:28.732Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613838905,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:45:28.732Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "cds",
"timestamp": 1655613831851,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613827322,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "policy-id",
"timestamp": 1655613838007,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613839268,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:28.759Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 260353ce-f42a-4f15-853c-2b71c8495b0e
2022-06-19T04:45:28.759Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 260353ce-f42a-4f15-853c-2b71c8495b0e 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-06-19T04:45:28.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "aai-ml",
"timestamp": 1655613838284,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613839910,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:28.796Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 260353ce-f42a-4f15-853c-2b71c8495b0e
2022-06-19T04:45:28.796Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 260353ce-f42a-4f15-853c-2b71c8495b0e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:28.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "cds",
"timestamp": 1655613831851,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613827322,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "policy-id",
"timestamp": 1655613838007,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.843Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613828264,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.843Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "aai-ml",
"timestamp": 1655613838284,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613828167,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613827322,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "cds",
"timestamp": 1655613831851,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "policy-id",
"timestamp": 1655613838007,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.846Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613828264,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.846Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "aai-ml",
"timestamp": 1655613838284,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613828167,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613827322,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "cds",
"timestamp": 1655613841689,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "policy-id",
"timestamp": 1655613838007,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613828264,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "aai-ml",
"timestamp": 1655613838284,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613828167,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "clamp",
"timestamp": 1655613841744,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613827322,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "cds",
"timestamp": 1655613842720,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:28.890Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 033a6949-7777-415a-9b38-6f5198f4832a
2022-06-19T04:45:28.890Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 033a6949-7777-415a-9b38-6f5198f4832a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:28.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613828264,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "policy-id",
"timestamp": 1655613838007,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "aai-ml",
"timestamp": 1655613838284,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613828167,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "clamp",
"timestamp": 1655613841744,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613827322,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "policy-id",
"timestamp": 1655613838007,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613828264,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "aai-ml",
"timestamp": 1655613838284,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613828167,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "clamp",
"timestamp": 1655613841744,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613845189,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "policy-id",
"timestamp": 1655613838007,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613828264,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "aai-ml",
"timestamp": 1655613838284,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613828167,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "clamp",
"timestamp": 1655613841744,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "policy-id",
"timestamp": 1655613838007,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613828264,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613846290,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.921Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "aai-ml",
"timestamp": 1655613838284,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613828167,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "clamp",
"timestamp": 1655613841744,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613828264,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "policy-id",
"timestamp": 1655613847718,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613847354,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613828167,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "aai-ml",
"timestamp": 1655613847060,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "clamp",
"timestamp": 1655613841744,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "cds",
"timestamp": 1655613846851,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613828264,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "policy-id",
"timestamp": 1655613848723,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:45:28.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613848459,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613828167,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "clamp",
"timestamp": 1655613841744,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "cds",
"timestamp": 1655613846851,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "policy-id",
"timestamp": 1655613849727,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:28.939Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 033a6949-7777-415a-9b38-6f5198f4832a
2022-06-19T04:45:28.939Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 033a6949-7777-415a-9b38-6f5198f4832a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:28.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613849516,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:28.964Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 033a6949-7777-415a-9b38-6f5198f4832a
2022-06-19T04:45:28.964Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 033a6949-7777-415a-9b38-6f5198f4832a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-19T04:45:28.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613850065,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "clamp",
"timestamp": 1655613841744,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613849304,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "cds",
"timestamp": 1655613846851,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613850519,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-19T04:45:28.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613849304,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "clamp",
"timestamp": 1655613841744,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:45:28.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "cds",
"timestamp": 1655613846851,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613852325,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:45:28.979Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613849304,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "cds",
"timestamp": 1655613846851,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613851523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:28.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "aai-ml",
"timestamp": 1655613851894,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:45:28.981Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613853330,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:28.991Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 033a6949-7777-415a-9b38-6f5198f4832a
2022-06-19T04:45:28.991Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 033a6949-7777-415a-9b38-6f5198f4832a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:29.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613849304,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "cds",
"timestamp": 1655613846851,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613851523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-06-19T04:45:29.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "aai-ml",
"timestamp": 1655613852898,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:29.027Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 260353ce-f42a-4f15-853c-2b71c8495b0e
2022-06-19T04:45:29.027Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 260353ce-f42a-4f15-853c-2b71c8495b0e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:29.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613849304,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "cds",
"timestamp": 1655613846851,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:45:29.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613851523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-06-19T04:45:29.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "aai-ml",
"timestamp": 1655613838284,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "clamp",
"timestamp": 1655613854213,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:29.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613849304,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613851523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "cds",
"timestamp": 1655613854812,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:29.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "aai-ml",
"timestamp": 1655613838284,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "clamp",
"timestamp": 1655613855230,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:45:29.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "ves-openapi-manager",
"timestamp": 1655613849304,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613851523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-06-19T04:45:29.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "cds",
"timestamp": 1655613855826,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:29.083Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a8dea2e0-fd93-4647-8924-dee7dd052208
2022-06-19T04:45:29.084Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8dea2e0-fd93-4647-8924-dee7dd052208 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:29.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "aai-ml",
"timestamp": 1655613838284,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "clamp",
"timestamp": 1655613856233,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:29.134Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 033a6949-7777-415a-9b38-6f5198f4832a
2022-06-19T04:45:29.134Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 033a6949-7777-415a-9b38-6f5198f4832a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:29.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613851523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.152Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "aai-ml",
"timestamp": 1655613838284,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.152Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "clamp",
"timestamp": 1655613841744,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.153Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613851523,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:45:29.153Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "policy-id",
"timestamp": 1655613858007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.154Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613858166,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.154Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "aai-ml",
"timestamp": 1655613838284,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "clamp",
"timestamp": 1655613841744,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-06-19T04:45:29.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613859230,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:29.156Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "policy-id",
"timestamp": 1655613858007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613858166,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "aai-ml",
"timestamp": 1655613838284,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "clamp",
"timestamp": 1655613841744,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "policy-id",
"timestamp": 1655613858007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-06-19T04:45:29.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613860299,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:29.158Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613858166,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "aai-ml",
"timestamp": 1655613838284,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "clamp",
"timestamp": 1655613841744,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "policy-id",
"timestamp": 1655613858007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613861347,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:29.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "aai-ml",
"timestamp": 1655613838284,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613858166,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "clamp",
"timestamp": 1655613841744,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "policy-id",
"timestamp": 1655613858007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613862371,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:29.174Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8dea2e0-fd93-4647-8924-dee7dd052208
2022-06-19T04:45:29.174Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8dea2e0-fd93-4647-8924-dee7dd052208 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:29.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613858166,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.190Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "aai-ml",
"timestamp": 1655613838284,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:45:29.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "clamp",
"timestamp": 1655613841744,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "policy-id",
"timestamp": 1655613858007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655613863376,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-19T04:45:29.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613858166,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.193Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
"consumerID": "aai-ml",
"timestamp": 1655613863062,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:29.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "clamp",
"timestamp": 1655613841744,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:45:29.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "policy-id",
"timestamp": 1655613858007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:45:29.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613858166,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:45:29.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-19T04:45:29.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "policy-id",
"timestamp": 1655613865772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:29.195Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613865974,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:45:29.195Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "policy-id",
"timestamp": 1655613866778,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:45:29.196Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "policy-id",
"timestamp": 1655613867781,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:29.203Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8dea2e0-fd93-4647-8924-dee7dd052208
2022-06-19T04:45:29.204Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8dea2e0-fd93-4647-8924-dee7dd052208 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-19T04:45:29.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655613868672,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-19T04:45:29.214Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:34.525Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:45:34.541Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:45:34.548Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:45:34.548Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T04:45:34.548Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T04:45:34.548Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T04:45:34.549Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T04:45:34.549Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T04:45:34.549Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T04:45:34.549Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T04:45:34.549Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T04:45:34.549Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-19T04:45:34.549Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:34.555Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T04:46:04.562Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-19T04:46:04.578Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6 and serviceModelVersionId: 44e6cc02-4e8f-4fa9-b90c-c9342308cbf7
2022-06-19T04:46:04.579Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70c1542b-c4a7-46b8-988b-b9d1df38f439
2022-06-19T04:46:04.581Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70c1542b-c4a7-46b8-988b-b9d1df38f439/model-vers/model-ver/44e6cc02-4e8f-4fa9-b90c-c9342308cbf7?depth=0
2022-06-19T04:46:04.595Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T04:46:04.672Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70c1542b-c4a7-46b8-988b-b9d1df38f439/model-vers/model-ver/44e6cc02-4e8f-4fa9-b90c-c9342308cbf7?depth=0|INFO|500||Invoke
2022-06-19T04:46:04.673Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70c1542b-c4a7-46b8-988b-b9d1df38f439/model-vers/model-ver/44e6cc02-4e8f-4fa9-b90c-c9342308cbf7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70c1542b-c4a7-46b8-988b-b9d1df38f439/model-vers/model-ver/44e6cc02-4e8f-4fa9-b90c-c9342308cbf7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[145f26d3-8837-4bff-b6a7-239d1d0341e6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b19a0bff-edf2-42e8-8501-4282b7ae4c7d], X-ECOMP-RequestID=[145f26d3-8837-4bff-b6a7-239d1d0341e6], X-TransactionId=[], X-ONAP-RequestID=[145f26d3-8837-4bff-b6a7-239d1d0341e6], Content-Type=[application/merge-patch+json]}
2022-06-19T04:46:04.703Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70c1542b-c4a7-46b8-988b-b9d1df38f439/model-vers/model-ver/44e6cc02-4e8f-4fa9-b90c-c9342308cbf7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-19T04:46:04.851Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70c1542b-c4a7-46b8-988b-b9d1df38f439/model-vers/model-ver/44e6cc02-4e8f-4fa9-b90c-c9342308cbf7?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/70c1542b-c4a7-46b8-988b-b9d1df38f439/model-vers/model-ver/44e6cc02-4e8f-4fa9-b90c-c9342308cbf7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220619-04:46:04:710-40491], vertex-id=[364600], Content-Length=[0], Date=[Sun, 19 Jun 2022 04:46:04 GMT], Content-Type=[application/json]}
2022-06-19T04:46:04.851Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70c1542b-c4a7-46b8-988b-b9d1df38f439/model-vers/model-ver/44e6cc02-4e8f-4fa9-b90c-c9342308cbf7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-19T04:46:04.852Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70c1542b-c4a7-46b8-988b-b9d1df38f439/model-vers/model-ver/44e6cc02-4e8f-4fa9-b90c-c9342308cbf7?depth=0|INFO|500||InvokeReturn
2022-06-19T04:46:04.853Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T04:46:04.853Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:46:04.883Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-19T04:46:04.883Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 145f26d3-8837-4bff-b6a7-239d1d0341e6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T04:46:04.883Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T04:46:04.884Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:04.886Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:04.887Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613964883,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:46:04.992Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-19T04:46:04.994Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:04.994Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:05.015Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:46:05.016Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T04:46:05.908Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:46:05.908Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:46:05.909Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:10.321Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:46:10.323Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:46:10.323Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"260353ce-f42a-4f15-853c-2b71c8495b0e","serviceName":"Demo_pNF_PZjjTn9wqS8Qn2nT0OZg","serviceVersion":"1.0","serviceUUID":"c2fdfa76-73f9-49b9-86f8-af48f47c036c","serviceDescription":"catalog service description","serviceInvariantUUID":"cd95dee4-e128-46f2-9d26-e2bcb94c54f4","resources":[{"resourceInstanceName":"pNF 92495923-16bf 0","resourceName":"pNF 92495923-16bf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6baceabc-8e97-4036-9608-71ccc0e721af","resourceInvariantUUID":"9f928018-b44c-4935-b431-07b8adf076c1","resourceCustomizationUUID":"f9b85b0f-0884-4f21-b8b7-cf4271ea9e63","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vf-license-model.xml","artifactChecksum":"MDYyNTY1YzRiNDIwZWJlYTgwNWRlYWY2MTFkYjgzNGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09a262e5-9607-49e2-bef2-662cc2fcedad","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/pNF.csar","artifactChecksum":"OGU0ODg5ZGI3MjlhNWMwMzE5ZjA0MmQ1YjI3ZWViOGE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0d0423db-4216-46f1-b7e3-a80d633b27cd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"58e1cd58-9afc-4fb6-a5c9-350a50314d52","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjdhNDY5YWQyMTRhM2RhOGUyMDQyY2VkNDIzZmI5MzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e5ca3e9-147c-4bc7-ab98-b1896e88b624","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c44c127-d4fd-459a-983c-125418ba186d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9808a224-42d4-4b19-b2aa-6972119e1621","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml","artifactChecksum":"ZjllNTlhMWM0NGQ0MDBkZDI2NWVlYjBlZTAxYTlmODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c7e69d3a-0b1d-4079-82fd-8dcfda3b231d","artifactVersion":"1"},{"artifactName":"service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar","artifactChecksum":"MTgwMGEzMTQzNjZiZGYyOGRhZmNjNzZlMTU1MGFlODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2824ff44-e9d8-4dc6-8334-5854e7472284","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T04:46:10.325Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:10.326Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:10.328Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:10.328Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613965908,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:46:10.428Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:10.429Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:10.429Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:10.444Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:46:10.445Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:46:11.328Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:11.329Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:11.331Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:11.331Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613965908,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:46:11.432Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:46:11.432Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:11.433Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:11.446Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:46:11.446Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:46:12.332Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:12.333Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:12.335Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:12.336Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613965908,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:46:12.436Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:12.437Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:12.437Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:12.451Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:46:12.452Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:46:13.336Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:13.337Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:13.339Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:13.340Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613965908,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:46:13.440Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:13.441Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:13.441Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:13.454Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:46:13.455Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:46:14.340Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:14.341Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:14.346Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:14.346Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613965908,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:46:14.446Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:14.448Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:14.448Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:14.464Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:46:14.465Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:46:15.347Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:15.348Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:15.351Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:15.351Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613965908,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:46:15.451Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:15.452Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:15.452Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:15.465Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:46:15.466Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:46:16.351Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:16.352Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:16.354Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:16.354Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613965908,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-19T04:46:16.454Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:16.455Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:16.455Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:16.473Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:46:16.473Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:46:17.355Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:17.356Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:17.358Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:17.358Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613965908,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"status": "NOTIFIED"
}
2022-06-19T04:46:17.458Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:17.459Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:17.459Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:17.471Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:46:17.471Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:46:18.360Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"serviceName": "Demo_pNF_PZjjTn9wqS8Qn2nT0OZg",
"serviceVersion": "1.0",
"serviceUUID": "c2fdfa76-73f9-49b9-86f8-af48f47c036c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "cd95dee4-e128-46f2-9d26-e2bcb94c54f4",
"resources": [
{
"resourceInstanceName": "pNF 92495923-16bf 0",
"resourceCustomizationUUID": "f9b85b0f-0884-4f21-b8b7-cf4271ea9e63",
"resourceName": "pNF 92495923-16bf",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "6baceabc-8e97-4036-9608-71ccc0e721af",
"resourceInvariantUUID": "9f928018-b44c-4935-b431-07b8adf076c1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"artifactChecksum": "MTgwMGEzMTQzNjZiZGYyOGRhZmNjNzZlMTU1MGFlODk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2824ff44-e9d8-4dc6-8334-5854e7472284"
}
],
"workloadContext": "Production"
}
2022-06-19T04:46:18.360Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T04:46:18.360Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c2fdfa76-73f9-49b9-86f8-af48f47c036c ASDC
2022-06-19T04:46:18.361Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:260353ce-f42a-4f15-853c-2b71c8495b0e
ServiceName:Demo_pNF_PZjjTn9wqS8Qn2nT0OZg
ServiceVersion:1.0
ServiceUUID:c2fdfa76-73f9-49b9-86f8-af48f47c036c
ServiceInvariantUUID:cd95dee4-e128-46f2-9d26-e2bcb94c54f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
ArtifactUUID:2824ff44-e9d8-4dc6-8334-5854e7472284
ArtifactChecksum:MTgwMGEzMTQzNjZiZGYyOGRhZmNjNzZlMTU1MGFlODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 92495923-16bf 0
ResourceCustomizationUUID:f9b85b0f-0884-4f21-b8b7-cf4271ea9e63
ResourceInvariantUUID:9f928018-b44c-4935-b431-07b8adf076c1
ResourceName:pNF 92495923-16bf
ResourceType:PNF
ResourceUUID:6baceabc-8e97-4036-9608-71ccc0e721af
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-06-19T04:46:18.362Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c2fdfa76-73f9-49b9-86f8-af48f47c036c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T04:46:18.416Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:46:18.417Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:46:18.417Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:46:18.418Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2824ff44-e9d8-4dc6-8334-5854e7472284 from URL: /sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:18.418Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T04:46:18.418Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:18.479Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T04:46:18.483Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar 2824ff44-e9d8-4dc6-8334-5854e7472284 82649
2022-06-19T04:46:18.483Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar ASDC sendASDCNotification
2022-06-19T04:46:18.483Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:18.484Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:46:18.484Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:18.486Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:18.486Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655613978483,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-19T04:46:18.587Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:18.587Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:18.588Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:18.603Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-19T04:46:18.603Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:46:19.487Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:46:19.488Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:46:19.488Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2824ff44-e9d8-4dc6-8334-5854e7472284, URL: /sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar to file: /app/ASDC/1/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:19.489Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:19.490Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:19.490Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:19.606Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3137989388324497253/Definitions/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml
2022-06-19T04:46:20.422Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||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-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||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-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 92495923-16bf 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-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-19T04:46:20.424Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PZjjTn9wqS8Qn2nT0OZg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:46:20.424Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Node template pNF 92495923-16bf 0 is matching search criteria
2022-06-19T04:46:20.424Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T04:46:20.424Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 92495923-16bf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:46:20.424Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery