By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-07-03T05:41:07.762Z||main|||||INFO|500||The following profiles are active: basic
2022-07-03T05:41:19.160Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-03T05:41:19.161Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-03T05:41:19.269Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-03T05:41:23.646Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-03T05:41:24.046Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-03T05:41:24.491Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-03T05:41:24.498Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-03T05:41:24.601Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-03T05:41:24.805Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-03T05:41:25.372Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-03T05:41:27.396Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-03T05:41:29.788Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-03T05:41:29.849Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-03T05:41:30.497Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-03T05:41:30.706Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-07-03T05:41:31.742Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-03T05:41:32.688Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-07-03T05:41:32.706Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$75ebdfa9.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-07-03T05:41:32.706Z||main|||||WARN|500||The sdc end point is not alive
2022-07-03T05:41:35.664Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-07-03T05:41:38.674Z||main|||||WARN|500||---
2022-07-03T05:41:38.674Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-03T05:41:38.675Z||main|||||WARN|500||---
2022-07-03T05:41:39.170Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-03T05:41:43.903Z||main|||||INFO|500||Started Application in 39.175 seconds (JVM running for 41.351)
2022-07-03T05:41:43.934Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-03T05:41:43.938Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-03T05:41:43.962Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-03T05:41:43.998Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-03T05:41:44.049Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c637e31-a73d-41e9-a18a-7166d1f8c3bb url= /sdc/v1/artifactTypes
2022-07-03T05:41:44.049Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-03T05:41:45.153Z||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.5.200] 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$$c2b936ed.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-07-03T05:41:45.157Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6435e7ab
2022-07-03T05:41:45.158Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-03T05:41:45.175Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-03T05:41:45.177Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-03T05:41:45.180Z||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$$c2b936ed.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-07-03T05:42:33.896Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-03T05:42:33.896Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-03T05:42:33.896Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-03T05:42:33.900Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-03T05:42:33.905Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d10fa3f-09c6-448f-a0d8-53ff40dc07b6 url= /sdc/v1/artifactTypes
2022-07-03T05:42:33.905Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-03T05:42:34.940Z||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.5.200] 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$$c2b936ed.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-07-03T05:42:34.943Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@779e77f7
2022-07-03T05:42:34.943Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-03T05:42:34.944Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-03T05:42:34.944Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-03T05:42:34.945Z||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$$c2b936ed.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-07-03T05:43:23.896Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-03T05:43:23.897Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-03T05:43:23.897Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-03T05:43:23.901Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-03T05:43:23.921Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8ebb18a8-2574-4880-ae40-fe2f08b95f9d url= /sdc/v1/artifactTypes
2022-07-03T05:43:23.922Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-03T05:43:24.496Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-03T05:43:24.505Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-07-03T05:43:24.526Z||scheduling-1|||||DEBUG|500||create keys
2022-07-03T05:43:24.533Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-03T05:43:24.626Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:43:24.644Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9f921e53-51ba-47ee-9b91-b272a2b292c2 url= /sdc/v1/registerForDistribution
2022-07-03T05:43:24.999Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9f921e53-51ba-47ee-9b91-b272a2b292c2 url= /sdc/v1/registerForDistribution
2022-07-03T05:43:25.000Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-03T05:43:25.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:43:25.028Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:43:25.054Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:43:25.055Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:43:25.055Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:43:25.055Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:43:25.060Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-03T05:43:35.660Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:43:35.703Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:44:25.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:44:25.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:44:25.021Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:44:25.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:44:25.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:44:25.029Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:44:34.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:44:34.677Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:45:25.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:45:25.019Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:45:25.020Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:45:25.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:45:25.027Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:45:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:45:34.667Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:45:34.693Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:46:25.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:46:25.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:46:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:46:25.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:46:25.028Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:46:25.029Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:46:34.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:46:34.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:47:25.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:47:25.019Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:47:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:47:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:47:25.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:47:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:47:34.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:47:34.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:48:25.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:48:25.019Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:48:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:48:25.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:48:25.027Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:48:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:48:34.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:48:34.577Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:49:25.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:49:25.019Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:49:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:49:25.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:49:25.027Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:49:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:49:34.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:49:34.583Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:50:25.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:50:25.019Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:50:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:50:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:50:25.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:50:25.029Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:50:34.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:50:34.597Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:51:24.990Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-03T05:51:25.064Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:51:25.065Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:51:25.065Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:51:25.066Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:51:25.066Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:51:25.066Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:51:34.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:51:34.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:52:25.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:52:25.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:52:25.020Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:52:25.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:52:25.027Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:52:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:52:34.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:52:34.577Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:53:25.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:53:25.019Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:53:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:53:25.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:53:25.028Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:53:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:53:34.575Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:53:34.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:54:25.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:54:25.019Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:54:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:54:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:54:25.028Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:54:25.029Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:54:34.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:54:34.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:55:25.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:55:25.019Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:55:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:55:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:55:25.027Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:55:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:55:34.661Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:55:34.661Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:56:25.018Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:56:25.019Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:56:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:56:25.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:56:25.028Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:56:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:56:34.575Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:56:34.575Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:57:25.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:57:25.019Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:57:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:57:25.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:57:25.028Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:57:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:57:34.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:57:34.595Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:58:25.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:58:25.019Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:58:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:58:25.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:58:25.028Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:58:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:58:34.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:58:34.586Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:59:25.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:59:25.019Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:59:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:59:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T05:59:25.028Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T05:59:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T05:59:34.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T05:59:34.594Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:00:25.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:00:25.019Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:00:25.020Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:00:25.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:00:25.028Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:00:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:00:34.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:00:34.586Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:01:25.018Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:01:25.019Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:01:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:01:25.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:01:25.028Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:01:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:01:34.586Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:01:34.587Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:02:25.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:02:25.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:02:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:02:25.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:02:25.028Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:02:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:02:34.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:02:34.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:03:25.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:03:25.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:03:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:03:25.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:03:25.028Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:03:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:03:34.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:03:34.613Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:04:25.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:04:25.018Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:04:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:04:25.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:04:25.028Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:04:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:04:34.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:04:34.610Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:05:25.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:05:25.018Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:05:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:05:25.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:05:25.027Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:05:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:05:34.570Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:05:34.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:06:25.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:06:25.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:06:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:06:25.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:06:25.028Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:06:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:06:34.573Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:06:34.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:07:25.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:07:25.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:07:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:07:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:07:25.027Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:07:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:07:34.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:07:34.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:08:25.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:08:25.019Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:08:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:08:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:08:25.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:08:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:08:34.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:08:34.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:09:25.018Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:09:25.020Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:09:25.020Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:09:25.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:09:25.028Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:09:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:09:34.591Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:09:34.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:10:25.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:10:25.019Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:10:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:10:25.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:10:25.028Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:10:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:10:34.572Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:10:34.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:11:25.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:11:25.018Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:11:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:11:25.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:11:25.027Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:11:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:11:34.566Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:11:34.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:12:25.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:12:25.019Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:12:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:12:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:12:25.028Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:12:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:12:34.608Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:12:34.613Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:13:25.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:13:25.019Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:13:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:13:25.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:13:25.027Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:13:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:13:34.571Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:13:34.587Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:14:25.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:14:25.018Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:14:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:14:25.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:14:25.028Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:14:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:14:34.576Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:14:34.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:15:25.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:15:25.019Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:15:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:15:25.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:15:25.027Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:15:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:15:34.604Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:15:34.609Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:16:25.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:16:25.020Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:16:25.020Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:16:25.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:16:25.027Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:16:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:16:34.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:16:34.601Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:17:25.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:17:25.019Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:17:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:17:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:17:25.028Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:17:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:17:34.614Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:17:34.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:18:25.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:18:25.019Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:18:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:18:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:18:25.027Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:18:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:18:34.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:18:34.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:19:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:19:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:19:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:19:25.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:19:25.027Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:19:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:19:34.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:19:34.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:20:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:20:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:20:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:20:25.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:20:25.028Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:20:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:20:34.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:20:34.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:21:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:21:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:21:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:21:25.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:21:25.027Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:21:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:21:34.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:21:34.579Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:22:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:22:25.020Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:22:25.020Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:22:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:22:25.027Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:22:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:22:34.598Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:22:34.598Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:23:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:23:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:23:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:23:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:23:25.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:23:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:23:34.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:23:34.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:24:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:24:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:24:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:24:25.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:24:25.027Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:24:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:24:34.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:24:34.588Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:25:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:25:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:25:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:25:25.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:25:25.028Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:25:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:25:34.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:25:34.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:26:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:26:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:26:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:26:25.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:26:25.027Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:26:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:26:34.575Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:26:34.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:27:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:27:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:27:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:27:25.027Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:27:25.028Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:27:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:27:34.567Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:27:34.575Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:28:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:28:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:28:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:28:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:28:25.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:28:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:28:34.584Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:28:34.609Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:29:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:29:25.018Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:29:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:29:25.027Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:29:25.028Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:29:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:29:34.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:29:34.602Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:30:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:30:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:30:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:30:25.027Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:30:25.028Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:30:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:30:34.591Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:30:34.599Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:31:25.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:31:25.019Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:31:25.019Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:31:25.027Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:31:25.028Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:31:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:31:34.597Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:31:34.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:32:25.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:32:25.019Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:32:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:25.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:32:25.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:32:25.029Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:26.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:32:26.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T06:32:26.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ca05171-de12-47ba-828c-fd01f4dd068e","serviceName":"vFW 2022-07-03 06-31-12","serviceVersion":"1.0","serviceUUID":"6196e8b7-6ba9-438c-83a8-b26d36748b71","serviceDescription":"catalog service description","serviceInvariantUUID":"5cdb823e-e098-4a48-9e39-7ff839c7d087","resources":[{"resourceInstanceName":"vFW f77e80c5-abe0 0","resourceName":"vFW f77e80c5-abe0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6171231a-0a81-433e-9945-7028010f47c1","resourceInvariantUUID":"760dfcd3-f8ec-4cca-bff6-a87f075c3d06","resourceCustomizationUUID":"dcead41e-ffcb-48fc-918a-37c455b5b82a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vf-license-model.xml","artifactChecksum":"NmJjZjk0NjYwNWMzZGUyMTg2Y2E3MmY0ZjhjZmZlZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"20f3e513-cf23-4389-beb2-6e8ceb8ca5fe","artifactVersion":"1"},{"artifactName":"vfwf77e80c5abe00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json","artifactChecksum":"NjdjZTc3ZTlhMGYyOGE4YmRkNWNkMzM0ZDNhZDMzZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ddc623c4-49a5-4bf8-9a7b-8a37205bc390","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vendor-license-model.xml","artifactChecksum":"MWFkYWQ2NDZlYzJiOGRhZTE4YTZlNzdhMzRiZGJmOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baa50042-c972-4606-92de-8a2a7d1be8f8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5bbe333b-a7ed-469b-b9d6-5c130948b05f","artifactVersion":"2","generatedFromUUID":"449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220703063112-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-template.yml","artifactChecksum":"NjZiMDIxZWQ4MGVkZmZmN2Y4MjUzODA0NDYxMTY0NjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"95f01a8b-fc0b-4ef6-9d95-62c2040d209a","artifactVersion":"1"},{"artifactName":"service-Vfw20220703063112-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar","artifactChecksum":"YjFkMGNlNDFmYjRlNmIyZmZjMTMwMWVkOTIzNWRlYjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0d6ed80-b34e-41db-8f34-09866845a5c7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T06:32:26.997Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:32:27.005Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:27.022Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:27.023Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829945018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:32:27.116Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-07-03T06:32:27.120Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:27.121Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:27.138Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:32:27.139Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":3,"count":1}
2022-07-03T06:32:27.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:32:27.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:32:27.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829945018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:32:27.322Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:32:28.031Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:32:28.031Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:28.033Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:28.033Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829945018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
"status": "NOTIFIED"
}
2022-07-03T06:32:28.133Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:32:28.135Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:28.135Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:28.148Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:32:28.149Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:32:29.034Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:32:29.035Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:29.037Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:29.037Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829945018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-03T06:32:29.137Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:32:29.139Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:29.139Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:29.153Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:32:29.154Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:32:30.038Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:32:30.039Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:30.041Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:30.041Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829945018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:32:30.142Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:32:30.143Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:30.143Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:30.156Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:32:30.156Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:32:31.042Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:32:31.043Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:31.046Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:31.047Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829945018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-03T06:32:31.147Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:32:31.148Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:31.148Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:31.161Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:32:31.162Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:32:32.047Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:32:32.049Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:32.051Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:32.052Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829945018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:32:32.152Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:32:32.153Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:32.153Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:32.166Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:32:32.166Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:32:33.053Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:32:33.054Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:33.056Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:33.056Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829945018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:32:33.156Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:32:33.158Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:33.158Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:33.172Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:32:33.173Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:32:34.058Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"serviceName": "vFW 2022-07-03 06-31-12",
"serviceVersion": "1.0",
"serviceUUID": "6196e8b7-6ba9-438c-83a8-b26d36748b71",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "5cdb823e-e098-4a48-9e39-7ff839c7d087",
"resources": [
{
"resourceInstanceName": "vFW f77e80c5-abe0 0",
"resourceCustomizationUUID": "dcead41e-ffcb-48fc-918a-37c455b5b82a",
"resourceName": "vFW f77e80c5-abe0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6171231a-0a81-433e-9945-7028010f47c1",
"resourceInvariantUUID": "760dfcd3-f8ec-4cca-bff6-a87f075c3d06",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf77e80c5abe00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
"artifactChecksum": "NjdjZTc3ZTlhMGYyOGE4YmRkNWNkMzM0ZDNhZDMzZDI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ddc623c4-49a5-4bf8-9a7b-8a37205bc390",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5bbe333b-a7ed-469b-b9d6-5c130948b05f",
"generatedFromUUID": "449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5bbe333b-a7ed-469b-b9d6-5c130948b05f",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220703063112-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"artifactChecksum": "YjFkMGNlNDFmYjRlNmIyZmZjMTMwMWVkOTIzNWRlYjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b0d6ed80-b34e-41db-8f34-09866845a5c7"
}
],
"workloadContext": "Production"
}
2022-07-03T06:32:34.059Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T06:32:34.060Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6196e8b7-6ba9-438c-83a8-b26d36748b71 ASDC
2022-07-03T06:32:34.190Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:3ca05171-de12-47ba-828c-fd01f4dd068e
ServiceName:vFW 2022-07-03 06-31-12
ServiceVersion:1.0
ServiceUUID:6196e8b7-6ba9-438c-83a8-b26d36748b71
ServiceInvariantUUID:5cdb823e-e098-4a48-9e39-7ff839c7d087
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220703063112-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar
ArtifactUUID:b0d6ed80-b34e-41db-8f34-09866845a5c7
ArtifactChecksum:YjFkMGNlNDFmYjRlNmIyZmZjMTMwMWVkOTIzNWRlYjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f77e80c5-abe0 0
ResourceCustomizationUUID:dcead41e-ffcb-48fc-918a-37c455b5b82a
ResourceInvariantUUID:760dfcd3-f8ec-4cca-bff6-a87f075c3d06
ResourceName:vFW f77e80c5-abe0
ResourceType:VF
ResourceUUID:6171231a-0a81-433e-9945-7028010f47c1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf77e80c5abe00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json
ArtifactUUID:ddc623c4-49a5-4bf8-9a7b-8a37205bc390
ArtifactChecksum:NjdjZTc3ZTlhMGYyOGE4YmRkNWNkMzM0ZDNhZDMzZDI=
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/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml
ArtifactUUID:449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e
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/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env
ArtifactUUID:5bbe333b-a7ed-469b-b9d6-5c130948b05f
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/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env
ArtifactUUID:5bbe333b-a7ed-469b-b9d6-5c130948b05f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-03T06:32:34.194Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6196e8b7-6ba9-438c-83a8-b26d36748b71 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:32:34.428Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T06:32:34.429Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:32:34.430Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:32:34.431Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b0d6ed80-b34e-41db-8f34-09866845a5c7 from URL: /sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:34.431Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:32:34.432Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:34.615Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:32:34.632Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar b0d6ed80-b34e-41db-8f34-09866845a5c7 99044
2022-07-03T06:32:34.633Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar ASDC sendASDCNotification
2022-07-03T06:32:34.633Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:34.634Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:32:34.635Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:34.636Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:34.636Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829954632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:32:34.737Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:32:34.739Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:34.739Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:34.753Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:32:34.754Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:32:35.637Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T06:32:35.639Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:32:35.639Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b0d6ed80-b34e-41db-8f34-09866845a5c7, URL: /sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar to file: /app/ASDC/1/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:35.640Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220703063112-csar.csar
2022-07-03T06:32:35.719Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:35.720Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:36.431Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6615495956326189727/Definitions/service-Vfw20220703063112-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_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
2022-07-03T06:32:39.620Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T06:32:39.626Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T06:32:39.626Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.626Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-03T06:32:39.626Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||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-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.627Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||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-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.627Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.627Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.627Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.627Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||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-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.628Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.628Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||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-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.629Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.629Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f77e80c5-abe0 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-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.629Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||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-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.629Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.629Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:39.630Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T06:32:39.636Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:39.637Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:39.641Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:39.641Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T06:32:39.643Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T06:32:39.645Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:39.645Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:39.645Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:39.646Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T06:32:39.646Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T06:32:39.646Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:39.646Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:39.650Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:39.650Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is not matching search criteria
2022-07-03T06:32:39.650Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T06:32:39.651Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T06:32:39.651Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-03T06:32:39.651Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.651Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:39.652Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-03T06:32:39.652Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.652Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-03T06:32:39.652Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-03T06:32:39.653Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.653Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:39.653Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-03T06:32:39.653Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:39.654Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-03T06:32:39.654Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.654Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-03T06:32:39.654Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:39.655Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T06:32:39.656Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:39.657Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:39.657Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:32:39.657Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:39.657Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:39.658Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:32:39.658Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:39.659Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:39.659Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:32:39.659Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:39.659Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is not matching search criteria
2022-07-03T06:32:39.660Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T06:32:39.660Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T06:32:39.660Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-03T06:32:39.660Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-03T06:32:39.660Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-03T06:32:39.661Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.661Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:39.661Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-03T06:32:39.661Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:39.662Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-03T06:32:39.662Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.662Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fb10ebb6-874c-4001-856d-55d54617e433
2022-07-03T06:32:39.662Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:39.663Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is not matching search criteria
2022-07-03T06:32:39.663Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T06:32:39.663Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T06:32:39.663Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-03T06:32:39.664Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.664Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:39.664Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-03T06:32:39.664Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.665Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-03T06:32:39.665Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-03T06:32:39.665Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:39.665Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-03T06:32:39.666Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.666Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4df2ee3c-2d25-4245-bd4a-02de39457a4f
2022-07-03T06:32:39.666Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:39.666Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is not matching search criteria
2022-07-03T06:32:39.667Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T06:32:39.667Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T06:32:39.667Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-03T06:32:39.667Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.667Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:39.668Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-03T06:32:39.668Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.668Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-03T06:32:39.668Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-03T06:32:39.669Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-03T06:32:39.669Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:39.669Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-03T06:32:39.669Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=29cc6165-f0c2-46bc-a930-6552432c908f
2022-07-03T06:32:39.670Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:39.670Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:39.670Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:39.670Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:39.671Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:39.671Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:39.671Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:39.671Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:39.672Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-07-03 06-31-12
Description:catalog service description
Model UUID:6196e8b7-6ba9-438c-83a8-b26d36748b71
Model Version:NULL
Model InvariantUuid:5cdb823e-e098-4a48-9e39-7ff839c7d087
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f77e80c5-abe0
Model UUID:9834f9d1-8a28-46ea-97a0-62d9a263c3c7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:760dfcd3-f8ec-4cca-bff6-a87f075c3d06
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:dcead41e-ffcb-48fc-918a-37c455b5b82a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:633cb65c-cc99-4760-b9cd-ae85982a3b4c
ModelName:VfwF77e80c5Abe0..base_vfw..module-0
ModelUuid:9b9f99b3-f370-41ef-b640-02f09c9fe00d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:fb10ebb6-874c-4001-856d-55d54617e433
ModelInvariantUuid:b481f5eb-e3db-4856-a8d9-19412036e3e1
ModelName:vFW f77e80c5-abe0-nodes.vfwCvfc
ModelUuid:7e157572-4341-4473-8bf6-0e1025c6a4ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:3fc7cf69-da45-4e61-bd77-a04e4c9e3a6a
ModelInvariantUuid:72b5c0e9-0b61-4c10-a9f3-a91726acbb32
ModelName:VfwF77e80c5Abe0.compute.nodes.heat.vfw
ModelUuid:c2dc9111-a9d5-41ba-8c61-9e697f6ad6cf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4df2ee3c-2d25-4245-bd4a-02de39457a4f
ModelInvariantUuid:bd2d5d60-d775-4a01-b754-2e4916078011
ModelName:vFW f77e80c5-abe0-nodes.vsnCvfc
ModelUuid:a7ee599b-9edb-433f-9b1c-9e5ceb402e0d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f2757874-e726-4c08-bda1-afb5cb0c32ba
ModelInvariantUuid:7c0d8fca-d4c4-4cc7-8449-792b25d22f51
ModelName:VfwF77e80c5Abe0.compute.nodes.heat.vsn
ModelUuid:eec9e963-06d2-4b89-9e74-714246fdba7c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:29cc6165-f0c2-46bc-a930-6552432c908f
ModelInvariantUuid:4ea5f047-b785-4244-9f9c-68d4d0a366e2
ModelName:vFW f77e80c5-abe0-nodes.vpgCvfc
ModelUuid:9b406b45-4ac1-4655-8b87-d17fe93db60e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:bfaf478b-b296-481d-8f77-83b6602818f1
ModelInvariantUuid:b45884cf-b13a-42eb-aa21-8b22a09e8e04
ModelName:VfwF77e80c5Abe0.compute.nodes.heat.vpg
ModelUuid:9bbdae2c-e3c4-4f6e-9352-334df51358fb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-03T06:32:39.705Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6171231a-0a81-433e-9945-7028010f47c1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:32:39.799Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||vFW f77e80c5-abe0 0
2022-07-03T06:32:39.807Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6171231a-0a81-433e-9945-7028010f47c1
2022-07-03T06:32:39.807Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ddc623c4-49a5-4bf8-9a7b-8a37205bc390 from URL: /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json
2022-07-03T06:32:39.808Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:32:39.808Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json
2022-07-03T06:32:39.875Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:32:39.875Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json ddc623c4-49a5-4bf8-9a7b-8a37205bc390 785
2022-07-03T06:32:39.876Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json ASDC sendASDCNotification
2022-07-03T06:32:39.876Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json
2022-07-03T06:32:39.876Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:32:39.876Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:39.880Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:39.880Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829959876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:32:39.980Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:32:39.981Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:39.981Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:39.997Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:32:39.998Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:32:40.885Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF77e80c5Abe0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "633cb65c-cc99-4760-b9cd-ae85982a3b4c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9b9f99b3-f370-41ef-b640-02f09c9fe00d",
"vfModuleModelCustomizationUUID": "2c21aa86-9922-4e37-991f-09153c8e6536",
"isBase": true,
"artifacts": [
"449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e",
"5bbe333b-a7ed-469b-b9d6-5c130948b05f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-07-03T06:32:40.911Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF77e80c5Abe0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b9f99b3-f370-41ef-b640-02f09c9fe00d
VfModuleModelInvariantUUID:633cb65c-cc99-4760-b9cd-ae85982a3b4c
VfModuleModelDescription:NULL
Artifacts UUID List:{
449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e
,
5bbe333b-a7ed-469b-b9d6-5c130948b05f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-07-03T06:32:40.914Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF77e80c5Abe0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "633cb65c-cc99-4760-b9cd-ae85982a3b4c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9b9f99b3-f370-41ef-b640-02f09c9fe00d",
"vfModuleModelCustomizationUUID": "2c21aa86-9922-4e37-991f-09153c8e6536",
"isBase": true,
"artifacts": [
"449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e",
"5bbe333b-a7ed-469b-b9d6-5c130948b05f"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-07-03T06:32:40.914Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF77e80c5Abe0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9b9f99b3-f370-41ef-b640-02f09c9fe00d
VfModuleModelInvariantUUID:633cb65c-cc99-4760-b9cd-ae85982a3b4c
VfModuleModelDescription:NULL
Artifacts UUID List:{
449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e
,
5bbe333b-a7ed-469b-b9d6-5c130948b05f
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-07-03T06:32:40.915Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e from URL: /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml
2022-07-03T06:32:40.915Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:32:40.915Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml
2022-07-03T06:32:41.029Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:32:41.030Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml 449a5b1f-e8a2-40cb-ad95-7128c4cf4f7e 20368
2022-07-03T06:32:41.030Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-03T06:32:41.030Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml
2022-07-03T06:32:41.030Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:32:41.031Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:41.032Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:41.033Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829961030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:32:41.133Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:32:41.134Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:41.134Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:41.149Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:32:41.150Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:32:42.033Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5bbe333b-a7ed-469b-b9d6-5c130948b05f from URL: /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env
2022-07-03T06:32:42.034Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:32:42.035Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env
2022-07-03T06:32:42.146Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:32:42.147Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env 5bbe333b-a7ed-469b-b9d6-5c130948b05f 2098
2022-07-03T06:32:42.148Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-03T06:32:42.148Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env
2022-07-03T06:32:42.148Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:32:42.149Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:42.151Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:42.151Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829962148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:32:42.252Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:32:42.253Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:42.253Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:42.265Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:32:42.265Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:32:43.152Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6196e8b7-6ba9-438c-83a8-b26d36748b71
2022-07-03T06:32:43.154Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f77e80c5-abe0 0 6171231a-0a81-433e-9945-7028010f47c1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:32:43.191Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63600d13, org.onap.sdc.toscaparser.api.parameters.Input@2fb60b21, org.onap.sdc.toscaparser.api.parameters.Input@355326b8, org.onap.sdc.toscaparser.api.parameters.Input@156d1022, org.onap.sdc.toscaparser.api.parameters.Input@76069f09]
2022-07-03T06:32:43.195Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:43.196Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:43.196Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-07-03T06:32:43.196Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= dcead41e-ffcb-48fc-918a-37c455b5b82a
2022-07-03T06:32:43.196Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dcead41e-ffcb-48fc-918a-37c455b5b82a matches Tosca VF Customization UUID: dcead41e-ffcb-48fc-918a-37c455b5b82a
2022-07-03T06:32:43.196Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: dcead41e-ffcb-48fc-918a-37c455b5b82a matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-03T06:32:43.204Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:43.204Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:43.207Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id dcead41e-ffcb-48fc-918a-37c455b5b82a: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-07-03T06:32:43.207Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@da0ccf6
2022-07-03T06:32:43.208Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:43.208Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T06:32:43.208Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2c21aa86-9922-4e37-991f-09153c8e6536
2022-07-03T06:32:43.210Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2c21aa86-9922-4e37-991f-09153c8e6536
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-03T06:32:43.217Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:43.217Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:43.218Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:32:43.218Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:43.219Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:43.219Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:32:43.219Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:43.219Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is not matching search criteria
2022-07-03T06:32:43.219Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T06:32:43.220Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T06:32:43.220Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-03T06:32:43.220Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-03T06:32:43.220Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-03T06:32:43.220Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-03T06:32:43.220Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:43.220Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-03T06:32:43.221Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:43.221Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-03T06:32:43.221Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T06:32:43.221Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=fb10ebb6-874c-4001-856d-55d54617e433
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-03T06:32:43.233Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:43.234Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:43.234Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:32:43.235Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:43.235Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is not matching search criteria
2022-07-03T06:32:43.236Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T06:32:43.236Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T06:32:43.236Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-03T06:32:43.237Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-03T06:32:43.237Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:43.237Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-03T06:32:43.238Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T06:32:43.238Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-03T06:32:43.239Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-03T06:32:43.239Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:43.240Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-03T06:32:43.240Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T06:32:43.240Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4df2ee3c-2d25-4245-bd4a-02de39457a4f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-03T06:32:43.243Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:43.244Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:43.244Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:32:43.247Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:43.248Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is not matching search criteria
2022-07-03T06:32:43.248Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-03T06:32:43.248Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-03T06:32:43.249Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-03T06:32:43.249Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-03T06:32:43.250Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:43.250Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-03T06:32:43.251Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-03T06:32:43.251Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-03T06:32:43.251Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-03T06:32:43.252Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-03T06:32:43.252Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-03T06:32:43.253Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-03T06:32:43.253Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=29cc6165-f0c2-46bc-a930-6552432c908f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-03T06:32:43.256Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:43.256Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:43.257Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:32:43.257Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:43.258Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Node template vFW f77e80c5-abe0 0 is matching search criteria
2022-07-03T06:32:43.258Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f77e80c5-abe0 0] matching following query criteria: sdcType=VF, customizationUUID=dcead41e-ffcb-48fc-918a-37c455b5b82a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:32:43.260Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:43.261Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:43.261Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6196e8b7-6ba9-438c-83a8-b26d36748b71: vFW f77e80c5-abe0
2022-07-03T06:32:43.262Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:43.263Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:43.263Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:43.264Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:43.265Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:43.265Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:43.266Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:43.266Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:43.267Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:32:43.267Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-03 06-31-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:32:43.267Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-07-03 06-31-12
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:32:43.534Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f77e80c5-abe0 6171231a-0a81-433e-9945-7028010f47c1 1 ASDC deployResourceStructure
2022-07-03T06:32:43.534Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json ASDC sendASDCNotification
2022-07-03T06:32:43.534Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json
2022-07-03T06:32:43.535Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:32:43.535Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:43.536Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:43.537Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829963534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
"status": "DEPLOY_OK"
}
2022-07-03T06:32:43.645Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-07-03T06:32:43.646Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:43.646Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:43.660Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:32:43.660Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:32:44.538Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-03T06:32:44.538Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml
2022-07-03T06:32:44.538Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:32:44.538Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:44.541Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:44.541Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829964537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-03T06:32:44.646Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-07-03T06:32:44.647Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:44.647Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:44.665Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:32:44.665Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:32:45.542Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-03T06:32:45.542Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env
2022-07-03T06:32:45.542Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:32:45.543Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:45.545Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:45.545Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829965542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-03T06:32:45.645Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:32:45.646Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:45.646Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:45.662Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:32:45.674Z||pool-16-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:32:46.547Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar ASDC sendASDCNotification
2022-07-03T06:32:46.547Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar
2022-07-03T06:32:46.547Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:32:46.548Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:32:46.550Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:32:46.550Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829966546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-03T06:32:46.650Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:32:46.651Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:32:46.651Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:32:46.666Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:32:46.666Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:32:47.554Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:32:47.582Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:32:47.584Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:32:47.584Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:32:47.584Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:33:17.585Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:33:17.596Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:33:17.598Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:33:17.598Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:33:17.598Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:33:25.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:33:25.028Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:33:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:33:25.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:33:25.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:33:25.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "clamp",
"timestamp": 1656829937753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:33:25.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:33:47.599Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:33:47.610Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:33:47.613Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:33:47.613Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:33:47.614Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:34:17.614Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:34:17.626Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:34:17.628Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:34:17.628Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:34:17.628Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:34:25.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:34:25.028Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:34:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:34:25.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:34:25.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:34:25.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "cds",
"timestamp": 1656829943853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:34:25.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:34:47.628Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:34:47.641Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:34:47.644Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:34:47.644Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:34:47.644Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:35:17.645Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:35:17.655Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:35:17.657Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:35:17.658Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:35:17.658Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:35:25.027Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:35:25.029Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:35:25.029Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:35:25.056Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:35:25.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829945018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "clamp",
"timestamp": 1656829937753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "cds",
"timestamp": 1656829943853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "ves-openapi-manager",
"timestamp": 1656829947803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "aai-ml",
"timestamp": 1656829948359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829945018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "clamp",
"timestamp": 1656829937753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "cds",
"timestamp": 1656829943853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "ves-openapi-manager",
"timestamp": 1656829947803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "aai-ml",
"timestamp": 1656829948359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829945018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "clamp",
"timestamp": 1656829937753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "cds",
"timestamp": 1656829943853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "ves-openapi-manager",
"timestamp": 1656829947803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "aai-ml",
"timestamp": 1656829948359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829945018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "clamp",
"timestamp": 1656829937753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "cds",
"timestamp": 1656829943853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "ves-openapi-manager",
"timestamp": 1656829947803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "aai-ml",
"timestamp": 1656829948359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829945018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "clamp",
"timestamp": 1656829937753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "cds",
"timestamp": 1656829943853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "ves-openapi-manager",
"timestamp": 1656829947803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "aai-ml",
"timestamp": 1656829948359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829945018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "clamp",
"timestamp": 1656829937753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "cds",
"timestamp": 1656829943853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "ves-openapi-manager",
"timestamp": 1656829947803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "aai-ml",
"timestamp": 1656829948359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829953740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "cds",
"timestamp": 1656829955185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.607Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "ves-openapi-manager",
"timestamp": 1656829947803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829954632,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.607Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "aai-ml",
"timestamp": 1656829948359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829953740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "cds",
"timestamp": 1656829956225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.618Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3ca05171-de12-47ba-828c-fd01f4dd068e
2022-07-03T06:35:25.618Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ca05171-de12-47ba-828c-fd01f4dd068e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:25.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "aai-ml",
"timestamp": 1656829956315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.628Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829953740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "policy-id",
"timestamp": 1656829957128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829953740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "policy-id",
"timestamp": 1656829957128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.629Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.629Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829953740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "cds",
"timestamp": 1656829958852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.630Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.630Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.630Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "policy-id",
"timestamp": 1656829957128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829953740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.631Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "clamp",
"timestamp": 1656829959892,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.631Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "cds",
"timestamp": 1656829958852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829959876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.632Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "policy-id",
"timestamp": 1656829957128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829953740,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "cds",
"timestamp": 1656829958852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829961030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.633Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "policy-id",
"timestamp": 1656829957128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829961602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.634Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "clamp",
"timestamp": 1656829961880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-03T06:35:25.634Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "cds",
"timestamp": 1656829958852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "policy-id",
"timestamp": 1656829957128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829962148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829962714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "clamp",
"timestamp": 1656829962887,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.640Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3ca05171-de12-47ba-828c-fd01f4dd068e
2022-07-03T06:35:25.641Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ca05171-de12-47ba-828c-fd01f4dd068e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:25.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "cds",
"timestamp": 1656829958852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "policy-id",
"timestamp": 1656829957128,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656829962857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829963776,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829963534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
"status": "DEPLOY_OK"
}
2022-07-03T06:35:25.654Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "cds",
"timestamp": 1656829958852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656829962857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "policy-id",
"timestamp": 1656829965072,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829964537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-03T06:35:25.655Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829964843,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.660Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ca05171-de12-47ba-828c-fd01f4dd068e
2022-07-03T06:35:25.660Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ca05171-de12-47ba-828c-fd01f4dd068e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:25.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "cds",
"timestamp": 1656829958852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656829962857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "policy-id",
"timestamp": 1656829966096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-03T06:35:25.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829965542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-03T06:35:25.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829965848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vfwf77e80c5abe00_modules.json",
"status": "DEPLOY_OK"
}
2022-07-03T06:35:25.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "cds",
"timestamp": 1656829966789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656829962857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "policy-id",
"timestamp": 1656829967124,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.676Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ca05171-de12-47ba-828c-fd01f4dd068e
2022-07-03T06:35:25.676Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ca05171-de12-47ba-828c-fd01f4dd068e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-03T06:35:25.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656829966546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-03T06:35:25.683Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "cds",
"timestamp": 1656829967810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:25.700Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c
2022-07-03T06:35:25.701Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:25.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656829962857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/resourceInstances/vfwf77e80c5abe00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "clamp",
"timestamp": 1656829967753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656829962857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "ves-openapi-manager",
"timestamp": 1656829967803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "clamp",
"timestamp": 1656829967753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656829962857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.711Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "ves-openapi-manager",
"timestamp": 1656829967803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "clamp",
"timestamp": 1656829967753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "ves-openapi-manager",
"timestamp": 1656829967803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.712Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656829970821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.713Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "clamp",
"timestamp": 1656829967753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "ves-openapi-manager",
"timestamp": 1656829967803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "clamp",
"timestamp": 1656829967753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "aai-ml",
"timestamp": 1656829972602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-03T06:35:25.714Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "ves-openapi-manager",
"timestamp": 1656829967803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "clamp",
"timestamp": 1656829967753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "aai-ml",
"timestamp": 1656829973612,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.719Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ca05171-de12-47ba-828c-fd01f4dd068e
2022-07-03T06:35:25.719Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ca05171-de12-47ba-828c-fd01f4dd068e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:25.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "ves-openapi-manager",
"timestamp": 1656829967803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829973740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "clamp",
"timestamp": 1656829967753,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "ves-openapi-manager",
"timestamp": 1656829967803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829973740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829973740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "policy-id",
"timestamp": 1656829977128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829973740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656829977560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220703063112/1.0/artifacts/service-Vfw20220703063112-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-03T06:35:25.743Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "policy-id",
"timestamp": 1656829977128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829973740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656829978567,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.749Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3ca05171-de12-47ba-828c-fd01f4dd068e
2022-07-03T06:35:25.749Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ca05171-de12-47ba-828c-fd01f4dd068e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:25.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "aai-ml",
"timestamp": 1656829978359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "policy-id",
"timestamp": 1656829977128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829973740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.769Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.769Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656829962857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "aai-ml",
"timestamp": 1656829978359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "policy-id",
"timestamp": 1656829977128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.770Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829973740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656829962857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.771Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "aai-ml",
"timestamp": 1656829978359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "policy-id",
"timestamp": 1656829977128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656829962857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829981504,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "aai-ml",
"timestamp": 1656829978359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "policy-id",
"timestamp": 1656829977128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656829962857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.775Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829982672,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "aai-ml",
"timestamp": 1656829978359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.776Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "policy-id",
"timestamp": 1656829977128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656829962857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829983726,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.778Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "aai-ml",
"timestamp": 1656829978359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "policy-id",
"timestamp": 1656829984885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656829962857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:35:25.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829984747,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.787Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c
2022-07-03T06:35:25.787Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:25.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "aai-ml",
"timestamp": 1656829978359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "policy-id",
"timestamp": 1656829985893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-03T06:35:25.804Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656829962857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:35:25.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-03T06:35:25.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656829985750,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-03T06:35:25.805Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "aai-ml",
"timestamp": 1656829986141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.806Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "clamp",
"timestamp": 1656829986170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.807Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "policy-id",
"timestamp": 1656829986899,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.812Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c
2022-07-03T06:35:25.812Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-03T06:35:25.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656829986688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:35:25.819Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "clamp",
"timestamp": 1656829987841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-03T06:35:25.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "clamp",
"timestamp": 1656829988845,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.825Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c
2022-07-03T06:35:25.825Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:25.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656829989645,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-03T06:35:25.834Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656829990661,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.840Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c
2022-07-03T06:35:25.840Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:25.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "aai-ml",
"timestamp": 1656829993798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-03T06:35:25.850Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:35:25.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-03T06:35:25.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "aai-ml",
"timestamp": 1656829994802,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:25.860Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c
2022-07-03T06:35:25.860Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:35:47.658Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:35:47.673Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:35:47.676Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:35:47.676Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T06:35:47.676Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T06:35:47.676Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T06:35:47.677Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-03T06:35:47.677Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-03T06:35:47.677Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-03T06:35:47.677Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-03T06:35:47.677Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-03T06:35:47.677Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-03T06:35:47.677Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:35:47.683Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T06:36:17.683Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ca05171-de12-47ba-828c-fd01f4dd068e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-03T06:36:17.694Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ca05171-de12-47ba-828c-fd01f4dd068e and serviceModelVersionId: 6196e8b7-6ba9-438c-83a8-b26d36748b71
2022-07-03T06:36:17.694Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5cdb823e-e098-4a48-9e39-7ff839c7d087
2022-07-03T06:36:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:36:25.029Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:36:25.029Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:32.551Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5cdb823e-e098-4a48-9e39-7ff839c7d087/model-vers/model-ver/6196e8b7-6ba9-438c-83a8-b26d36748b71?depth=0
2022-07-03T06:36:32.661Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T06:36:33.208Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cdb823e-e098-4a48-9e39-7ff839c7d087/model-vers/model-ver/6196e8b7-6ba9-438c-83a8-b26d36748b71?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-03T06:36:33.214Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cdb823e-e098-4a48-9e39-7ff839c7d087/model-vers/model-ver/6196e8b7-6ba9-438c-83a8-b26d36748b71?depth=0|INFO|500||Invoke
2022-07-03T06:36:33.352Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cdb823e-e098-4a48-9e39-7ff839c7d087/model-vers/model-ver/6196e8b7-6ba9-438c-83a8-b26d36748b71?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-03T06:36:33.633Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cdb823e-e098-4a48-9e39-7ff839c7d087/model-vers/model-ver/6196e8b7-6ba9-438c-83a8-b26d36748b71?depth=0|INFO|500||InvokeReturn
2022-07-03T06:36:33.634Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5cdb823e-e098-4a48-9e39-7ff839c7d087/model-vers/model-ver/6196e8b7-6ba9-438c-83a8-b26d36748b71?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220703-06:36:33:725-94406], vertex-id=[180368], Content-Length=[0], Date=[Sun, 03 Jul 2022 06:36:33 GMT], Content-Type=[application/json]}
2022-07-03T06:36:33.634Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-07-03T06:36:33.638Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T06:36:33.638Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:36:33.645Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T06:36:33.645Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ca05171-de12-47ba-828c-fd01f4dd068e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T06:36:33.646Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T06:36:33.647Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:33.648Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:33.648Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830193646,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T06:36:33.748Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:33.749Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:33.749Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:33.764Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:36:33.764Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:34.402Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:36:34.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:36:34.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3ca05171-de12-47ba-828c-fd01f4dd068e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830193646,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T06:36:34.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T06:36:34.664Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:36:34.665Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:36:34.665Z|3ca05171-de12-47ba-828c-fd01f4dd068e|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:39.162Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:36:39.163Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T06:36:39.163Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b492d85-13d4-4d3d-b1a2-153dc95b0b5c","serviceName":"basic_onboard_DlBdcv","serviceVersion":"1.0","serviceUUID":"1fd5016f-6344-4181-8feb-879dfbf6433a","serviceDescription":"service","serviceInvariantUUID":"3db4448b-3a5d-4d98-b7db-44e8abd76241","resources":[{"resourceInstanceName":"basic_onboard_DlBdcv 0","resourceName":"basic_onboard_DlBdcv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9a4fc212-d4b6-4058-a17a-cf949818468a","resourceInvariantUUID":"b3a29b08-9e75-4192-a65d-67f538dcc79f","resourceCustomizationUUID":"9ae1dbbf-58fb-4370-ae43-23d8296ede58","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vf-license-model.xml","artifactChecksum":"MDdhNmJhNTc1MzA5MjU5MGI2ZDBkZWJhMjg2M2VmYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"740e5e95-f93d-4372-a06e-5e58e0a6ee58","artifactVersion":"1"},{"artifactName":"basic_onboard_dlbdcv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json","artifactChecksum":"YmVkZDM1NWVhM2M3ZWU5YzY2NDljMzMwYWFhYjA5MjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0c8cb9c9-daa6-4f50-98c8-4ed3fbbf9833","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b020c6b1-8147-43eb-98a2-39ba47d1e77a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ce957859-137d-4c05-a518-41d3fc5f3170","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"30b728cf-4510-49ce-93d5-b72f164605d1","artifactVersion":"2","generatedFromUUID":"b020c6b1-8147-43eb-98a2-39ba47d1e77a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDlbdcv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-template.yml","artifactChecksum":"ZGI1MmJhZGNlZTdkMTVjMjRmNzYxYWQ5YmViNTBjNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77bab8f5-fa82-459d-8d54-6b1e92072d3a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDlbdcv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar","artifactChecksum":"ZjZlYWIzYTYzNmNiYmNlZWJlMmQ4OTM0NDRiM2U5Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c17c3e86-fa26-4426-a5c1-1093e53a317f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T06:36:39.166Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:36:39.166Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:39.168Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:39.168Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830194664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:36:39.268Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:39.269Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:39.270Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:39.286Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:36:39.287Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:40.169Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:36:40.170Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:40.172Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:40.172Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830194664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
"status": "NOTIFIED"
}
2022-07-03T06:36:40.272Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:40.273Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:40.273Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:40.288Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:36:40.288Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:41.173Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:36:41.174Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:41.176Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:41.176Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830194664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-03T06:36:41.276Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:41.277Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:41.277Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:41.291Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:36:41.291Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:42.176Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:36:42.178Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:42.181Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:42.181Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830194664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:36:42.282Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:42.283Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:42.284Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:42.297Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:36:42.298Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:43.183Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:36:43.183Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:43.186Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:43.186Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830194664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-03T06:36:43.286Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:43.287Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:43.287Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:43.301Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:36:43.301Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:44.186Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:36:44.187Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:44.189Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:44.189Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830194664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:36:44.290Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:36:44.290Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:44.290Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:44.310Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:36:44.310Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:45.190Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:36:45.191Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:45.195Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:45.196Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830194664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:36:45.296Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:45.297Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:45.297Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:45.312Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:36:45.312Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:46.198Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"serviceName": "basic_onboard_DlBdcv",
"serviceVersion": "1.0",
"serviceUUID": "1fd5016f-6344-4181-8feb-879dfbf6433a",
"serviceDescription": "service",
"serviceInvariantUUID": "3db4448b-3a5d-4d98-b7db-44e8abd76241",
"resources": [
{
"resourceInstanceName": "basic_onboard_DlBdcv 0",
"resourceCustomizationUUID": "9ae1dbbf-58fb-4370-ae43-23d8296ede58",
"resourceName": "basic_onboard_DlBdcv",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9a4fc212-d4b6-4058-a17a-cf949818468a",
"resourceInvariantUUID": "b3a29b08-9e75-4192-a65d-67f538dcc79f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dlbdcv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
"artifactChecksum": "YmVkZDM1NWVhM2M3ZWU5YzY2NDljMzMwYWFhYjA5MjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0c8cb9c9-daa6-4f50-98c8-4ed3fbbf9833",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b020c6b1-8147-43eb-98a2-39ba47d1e77a",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "30b728cf-4510-49ce-93d5-b72f164605d1",
"generatedFromUUID": "b020c6b1-8147-43eb-98a2-39ba47d1e77a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "30b728cf-4510-49ce-93d5-b72f164605d1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDlbdcv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"artifactChecksum": "ZjZlYWIzYTYzNmNiYmNlZWJlMmQ4OTM0NDRiM2U5Mzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c17c3e86-fa26-4426-a5c1-1093e53a317f"
}
],
"workloadContext": "Production"
}
2022-07-03T06:36:46.198Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T06:36:46.198Z|3ca05171-de12-47ba-828c-fd01f4dd068e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1fd5016f-6344-4181-8feb-879dfbf6433a ASDC
2022-07-03T06:36:46.199Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1b492d85-13d4-4d3d-b1a2-153dc95b0b5c
ServiceName:basic_onboard_DlBdcv
ServiceVersion:1.0
ServiceUUID:1fd5016f-6344-4181-8feb-879dfbf6433a
ServiceInvariantUUID:3db4448b-3a5d-4d98-b7db-44e8abd76241
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDlbdcv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar
ArtifactUUID:c17c3e86-fa26-4426-a5c1-1093e53a317f
ArtifactChecksum:ZjZlYWIzYTYzNmNiYmNlZWJlMmQ4OTM0NDRiM2U5Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_DlBdcv 0
ResourceCustomizationUUID:9ae1dbbf-58fb-4370-ae43-23d8296ede58
ResourceInvariantUUID:b3a29b08-9e75-4192-a65d-67f538dcc79f
ResourceName:basic_onboard_DlBdcv
ResourceType:VF
ResourceUUID:9a4fc212-d4b6-4058-a17a-cf949818468a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dlbdcv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json
ArtifactUUID:0c8cb9c9-daa6-4f50-98c8-4ed3fbbf9833
ArtifactChecksum:YmVkZDM1NWVhM2M3ZWU5YzY2NDljMzMwYWFhYjA5MjY=
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/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b020c6b1-8147-43eb-98a2-39ba47d1e77a
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/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env
ArtifactUUID:30b728cf-4510-49ce-93d5-b72f164605d1
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/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env
ArtifactUUID:30b728cf-4510-49ce-93d5-b72f164605d1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-03T06:36:46.199Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1fd5016f-6344-4181-8feb-879dfbf6433a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T06:36:46.233Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T06:36:46.234Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:36:46.234Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:36:46.234Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c17c3e86-fa26-4426-a5c1-1093e53a317f from URL: /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:46.234Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:36:46.235Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:46.385Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:36:46.389Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar c17c3e86-fa26-4426-a5c1-1093e53a317f 71575
2022-07-03T06:36:46.390Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar ASDC sendASDCNotification
2022-07-03T06:36:46.390Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:46.390Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:36:46.391Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:46.392Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:46.393Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830206390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:36:46.493Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:46.494Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:46.494Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:46.509Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:36:46.510Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:36:47.393Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T06:36:47.394Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:36:47.395Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c17c3e86-fa26-4426-a5c1-1093e53a317f, URL: /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar to file: /app/ASDC/1/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:47.395Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:47.396Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:47.396Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:47.527Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14404828314517527415/Definitions/service-BasicOnboardDlbdcv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-07-03T06:36:48.732Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T06:36:48.732Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T06:36:48.733Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:48.733Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-03T06:36:48.733Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||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-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:48.733Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:48.733Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||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-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:48.733Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:48.733Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:48.733Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:48.734Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:48.734Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||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-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:48.734Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DlBdcv 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-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:48.734Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T06:36:48.734Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:48.754Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:48.754Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is matching search criteria
2022-07-03T06:36:48.754Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T06:36:48.755Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DlBdcv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T06:36:48.755Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:48.755Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:48.755Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is matching search criteria
2022-07-03T06:36:48.755Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T06:36:48.755Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DlBdcv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T06:36:48.756Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:48.756Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:48.756Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:48.756Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is not matching search criteria
2022-07-03T06:36:48.756Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-03T06:36:48.757Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-03T06:36:48.757Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-03T06:36:48.757Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-03T06:36:48.757Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-03T06:36:48.757Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:48.757Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T06:36:48.758Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:48.758Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is matching search criteria
2022-07-03T06:36:48.758Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DlBdcv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:36:48.758Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:48.758Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is matching search criteria
2022-07-03T06:36:48.759Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DlBdcv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:36:48.759Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:48.759Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is matching search criteria
2022-07-03T06:36:48.759Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DlBdcv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:36:48.759Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:48.759Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is not matching search criteria
2022-07-03T06:36:48.760Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-03T06:36:48.760Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-03T06:36:48.760Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=52616ec4-5faf-490f-b2fb-7eb55cff63b9
2022-07-03T06:36:48.760Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:48.760Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:48.760Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:48.760Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:48.761Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:48.761Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:48.761Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:48.761Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:48.761Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_DlBdcv
Description:service
Model UUID:1fd5016f-6344-4181-8feb-879dfbf6433a
Model Version:NULL
Model InvariantUuid:3db4448b-3a5d-4d98-b7db-44e8abd76241
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_DlBdcv
Model UUID:eafe662f-c582-454d-841b-67e80edc512d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b3a29b08-9e75-4192-a65d-67f538dcc79f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9ae1dbbf-58fb-4370-ae43-23d8296ede58
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:584efd10-0063-41df-9bff-a6cc477f99e3
ModelName:BasicOnboardDlbdcv..base_ubuntu18..module-0
ModelUuid:9152a407-1b6c-4289-afb7-25af05e00f86
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:52616ec4-5faf-490f-b2fb-7eb55cff63b9
ModelInvariantUuid:280d6345-d9d9-475d-a09c-0a02bbb78fb4
ModelName:basic_onboard_DlBdcv-nodes.ubuntu18Cvfc
ModelUuid:8a07b7f1-7d3c-450e-9a23-595b2080c239
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:21457d00-67ce-46f4-8a5e-4ceb11dd1af6
ModelInvariantUuid:b80a484c-8439-41b4-859b-ce2a25a76828
ModelName:BasicOnboardDlbdcv.compute.nodes.heat.ubuntu18
ModelUuid:85fa667d-7dca-4ef7-a808-28eddd891c49
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-03T06:36:48.770Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 9a4fc212-d4b6-4058-a17a-cf949818468a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:36:48.772Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||basic_onboard_DlBdcv 0
2022-07-03T06:36:48.772Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9a4fc212-d4b6-4058-a17a-cf949818468a
2022-07-03T06:36:48.772Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0c8cb9c9-daa6-4f50-98c8-4ed3fbbf9833 from URL: /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json
2022-07-03T06:36:48.772Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:36:48.773Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json
2022-07-03T06:36:48.838Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:36:48.839Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json 0c8cb9c9-daa6-4f50-98c8-4ed3fbbf9833 798
2022-07-03T06:36:48.839Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json ASDC sendASDCNotification
2022-07-03T06:36:48.839Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json
2022-07-03T06:36:48.839Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:36:48.839Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:48.841Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:48.841Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830208839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:36:48.941Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:48.942Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:48.942Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:48.956Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:36:48.956Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:49.842Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDlbdcv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "584efd10-0063-41df-9bff-a6cc477f99e3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9152a407-1b6c-4289-afb7-25af05e00f86",
"vfModuleModelCustomizationUUID": "3e4eecf8-675e-4fbc-b2ca-6e8d73083369",
"isBase": true,
"artifacts": [
"b020c6b1-8147-43eb-98a2-39ba47d1e77a",
"30b728cf-4510-49ce-93d5-b72f164605d1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-07-03T06:36:49.846Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDlbdcv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9152a407-1b6c-4289-afb7-25af05e00f86
VfModuleModelInvariantUUID:584efd10-0063-41df-9bff-a6cc477f99e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
b020c6b1-8147-43eb-98a2-39ba47d1e77a
,
30b728cf-4510-49ce-93d5-b72f164605d1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-07-03T06:36:49.848Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDlbdcv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "584efd10-0063-41df-9bff-a6cc477f99e3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9152a407-1b6c-4289-afb7-25af05e00f86",
"vfModuleModelCustomizationUUID": "3e4eecf8-675e-4fbc-b2ca-6e8d73083369",
"isBase": true,
"artifacts": [
"b020c6b1-8147-43eb-98a2-39ba47d1e77a",
"30b728cf-4510-49ce-93d5-b72f164605d1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-07-03T06:36:49.848Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDlbdcv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9152a407-1b6c-4289-afb7-25af05e00f86
VfModuleModelInvariantUUID:584efd10-0063-41df-9bff-a6cc477f99e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
b020c6b1-8147-43eb-98a2-39ba47d1e77a
,
30b728cf-4510-49ce-93d5-b72f164605d1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-07-03T06:36:49.848Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b020c6b1-8147-43eb-98a2-39ba47d1e77a from URL: /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml
2022-07-03T06:36:49.848Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:36:49.849Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml
2022-07-03T06:36:49.991Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:36:49.991Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml b020c6b1-8147-43eb-98a2-39ba47d1e77a 5033
2022-07-03T06:36:49.991Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-03T06:36:49.992Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml
2022-07-03T06:36:49.992Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:36:49.992Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:49.994Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:49.994Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830209991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:36:50.094Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:50.096Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:50.097Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:50.109Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:36:50.110Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:50.995Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 30b728cf-4510-49ce-93d5-b72f164605d1 from URL: /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env
2022-07-03T06:36:50.995Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:36:50.995Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env
2022-07-03T06:36:51.094Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:36:51.094Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env 30b728cf-4510-49ce-93d5-b72f164605d1 909
2022-07-03T06:36:51.095Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-03T06:36:51.095Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env
2022-07-03T06:36:51.095Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:36:51.095Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:51.098Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:51.098Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830211095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:36:51.198Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:51.199Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:51.199Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:51.213Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:36:51.214Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:52.099Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1fd5016f-6344-4181-8feb-879dfbf6433a
2022-07-03T06:36:52.099Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DlBdcv 0 9a4fc212-d4b6-4058-a17a-cf949818468a ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:36:52.113Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74337868, org.onap.sdc.toscaparser.api.parameters.Input@54405de5, org.onap.sdc.toscaparser.api.parameters.Input@64dd5e7a, org.onap.sdc.toscaparser.api.parameters.Input@674357ae, org.onap.sdc.toscaparser.api.parameters.Input@8dc8316]
2022-07-03T06:36:52.115Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:52.115Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:52.115Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-07-03T06:36:52.115Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9ae1dbbf-58fb-4370-ae43-23d8296ede58
2022-07-03T06:36:52.115Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9ae1dbbf-58fb-4370-ae43-23d8296ede58 matches Tosca VF Customization UUID: 9ae1dbbf-58fb-4370-ae43-23d8296ede58
2022-07-03T06:36:52.116Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9ae1dbbf-58fb-4370-ae43-23d8296ede58 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-03T06:36:52.118Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:52.118Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:52.118Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 9ae1dbbf-58fb-4370-ae43-23d8296ede58: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-07-03T06:36:52.118Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d862034
2022-07-03T06:36:52.119Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:52.119Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-03T06:36:52.119Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3e4eecf8-675e-4fbc-b2ca-6e8d73083369
2022-07-03T06:36:52.119Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3e4eecf8-675e-4fbc-b2ca-6e8d73083369
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-03T06:36:52.121Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:52.122Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is matching search criteria
2022-07-03T06:36:52.122Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DlBdcv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:36:52.122Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:52.122Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is matching search criteria
2022-07-03T06:36:52.122Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DlBdcv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:36:52.122Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:52.123Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is not matching search criteria
2022-07-03T06:36:52.123Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-03T06:36:52.123Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-03T06:36:52.123Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=52616ec4-5faf-490f-b2fb-7eb55cff63b9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-03T06:36:52.125Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:52.125Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is matching search criteria
2022-07-03T06:36:52.125Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DlBdcv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-03T06:36:52.126Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:52.126Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_DlBdcv 0 is matching search criteria
2022-07-03T06:36:52.126Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_DlBdcv 0] matching following query criteria: sdcType=VF, customizationUUID=9ae1dbbf-58fb-4370-ae43-23d8296ede58
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:36:52.127Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:52.128Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:52.128Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1fd5016f-6344-4181-8feb-879dfbf6433a: basic_onboard_DlBdcv
2022-07-03T06:36:52.128Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:52.128Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:52.128Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:52.128Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:52.129Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:52.129Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:52.129Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:52.129Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:52.129Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:36:52.130Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_DlBdcv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:36:52.130Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_DlBdcv
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:36:52.213Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DlBdcv 9a4fc212-d4b6-4058-a17a-cf949818468a 1 ASDC deployResourceStructure
2022-07-03T06:36:52.213Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json ASDC sendASDCNotification
2022-07-03T06:36:52.213Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json
2022-07-03T06:36:52.214Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:36:52.214Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:52.217Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:52.217Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830212213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-03T06:36:52.318Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:36:52.319Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:52.319Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:52.332Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:36:52.333Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:53.219Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-03T06:36:53.219Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml
2022-07-03T06:36:53.219Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:36:53.219Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:53.221Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:53.221Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830213219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-03T06:36:53.322Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:53.323Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:53.323Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:53.336Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:36:53.336Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:54.222Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-03T06:36:54.223Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env
2022-07-03T06:36:54.223Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:36:54.223Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:54.225Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:54.225Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830214222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-03T06:36:54.325Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:54.326Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:54.327Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:54.338Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:36:54.339Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:36:55.226Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar ASDC sendASDCNotification
2022-07-03T06:36:55.226Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar
2022-07-03T06:36:55.226Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:36:55.227Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:36:55.229Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:36:55.229Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830215226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-03T06:36:55.329Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:36:55.330Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:36:55.330Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:36:55.350Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:36:55.350Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:36:56.230Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:36:56.243Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:36:56.246Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:36:56.247Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T06:36:56.247Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T06:36:56.247Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T06:36:56.247Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-03T06:36:56.247Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-03T06:36:56.247Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-03T06:36:56.247Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-03T06:36:56.248Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-03T06:36:56.248Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-03T06:36:56.248Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:36:56.254Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T06:37:25.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:37:25.028Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:37:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:37:25.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:37:25.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830194664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:37:25.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-03T06:37:25.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830194664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
"status": "NOTIFIED"
}
2022-07-03T06:37:25.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-03T06:37:25.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830194664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-03T06:37:25.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-03T06:37:25.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830194664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:37:25.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-03T06:37:25.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830194664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-03T06:37:25.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-03T06:37:25.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830194664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:37:25.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-03T06:37:25.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830194664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:37:25.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-07-03T06:37:25.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830206390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:37:25.695Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:37:25.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830208839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:37:25.696Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:37:25.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830209991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:37:25.697Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:37:25.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830211095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:37:25.697Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:37:25.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830212213,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/basic_onboard_dlbdcv0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-03T06:37:25.698Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:37:25.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830213219,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-03T06:37:25.698Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:37:25.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830214222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/resourceInstances/basic_onboard_dlbdcv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-03T06:37:25.699Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:37:25.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-03T06:37:25.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830215226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDlbdcv/1.0/artifacts/service-BasicOnboardDlbdcv-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-03T06:37:25.699Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:37:26.255Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-03T06:37:26.262Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c and serviceModelVersionId: 1fd5016f-6344-4181-8feb-879dfbf6433a
2022-07-03T06:37:26.262Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3db4448b-3a5d-4d98-b7db-44e8abd76241
2022-07-03T06:37:26.263Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3db4448b-3a5d-4d98-b7db-44e8abd76241/model-vers/model-ver/1fd5016f-6344-4181-8feb-879dfbf6433a?depth=0
2022-07-03T06:37:26.271Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T06:37:26.321Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db4448b-3a5d-4d98-b7db-44e8abd76241/model-vers/model-ver/1fd5016f-6344-4181-8feb-879dfbf6433a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-03T06:37:26.323Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db4448b-3a5d-4d98-b7db-44e8abd76241/model-vers/model-ver/1fd5016f-6344-4181-8feb-879dfbf6433a?depth=0|INFO|500||Invoke
2022-07-03T06:37:26.349Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db4448b-3a5d-4d98-b7db-44e8abd76241/model-vers/model-ver/1fd5016f-6344-4181-8feb-879dfbf6433a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-03T06:37:26.463Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db4448b-3a5d-4d98-b7db-44e8abd76241/model-vers/model-ver/1fd5016f-6344-4181-8feb-879dfbf6433a?depth=0|INFO|500||InvokeReturn
2022-07-03T06:37:26.463Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db4448b-3a5d-4d98-b7db-44e8abd76241/model-vers/model-ver/1fd5016f-6344-4181-8feb-879dfbf6433a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220703-06:37:26:720-84233], vertex-id=[360496], Content-Length=[0], Date=[Sun, 03 Jul 2022 06:37:26 GMT], Content-Type=[application/json]}
2022-07-03T06:37:26.464Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-07-03T06:37:26.464Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T06:37:26.464Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:37:26.468Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T06:37:26.468Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b492d85-13d4-4d3d-b1a2-153dc95b0b5c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T06:37:26.468Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T06:37:26.469Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:37:26.471Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:37:26.471Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830246468,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T06:37:26.571Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:37:26.572Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:37:26.573Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:37:26.590Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:37:26.591Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T06:37:27.490Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:37:27.490Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:37:27.490Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:37:37.033Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:37:37.034Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:37:37.034Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:37:37.035Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:37:46.578Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:37:46.579Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:37:46.580Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:37:46.580Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:37:56.134Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:37:56.135Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:37:56.135Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:37:56.135Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:38:05.736Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:38:25.018Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:38:25.018Z||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-07-03T06:38:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:38:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:38:25.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:38:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:38:25.672Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:38:25.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-03T06:38:25.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1b492d85-13d4-4d3d-b1a2-153dc95b0b5c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830246468,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T06:38:25.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:38:34.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:39:25.018Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:39:25.018Z||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-07-03T06:39:25.018Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:39:25.027Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:39:25.027Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:39:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:39:34.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:39:34.607Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:40:25.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:40:25.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:40:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:40:25.027Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:40:25.027Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:40:25.027Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:40:34.579Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:40:34.579Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:41:25.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:41:25.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:41:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:41:25.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:41:25.027Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:41:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:41:34.576Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:41:34.587Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:42:25.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:42:25.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:42:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:42:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:42:25.027Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:42:25.027Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:42:34.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:42:34.587Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:43:25.018Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:43:25.019Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:43:25.019Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:43:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:43:25.027Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:43:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:43:34.595Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:43:34.606Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:44:25.018Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:44:25.019Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:44:25.019Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:44:25.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:44:25.028Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:44:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:44:34.589Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:44:34.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:45:25.018Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:45:25.019Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:45:25.019Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:45:25.027Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:45:25.027Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:45:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:45:34.592Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:45:34.604Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:46:25.018Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:46:25.019Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:46:25.019Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:46:25.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:46:25.028Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:46:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:46:30.335Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:46:30.335Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T06:46:30.336Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c382e251-83e4-4e44-a44a-5d5292053585","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b23d1d59-6d48-4247-b024-b7701894a9bf","serviceDescription":"service","serviceInvariantUUID":"c81eeee1-f2e6-48ad-986e-071219d73dca","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"503f3b1d-6ddd-4a07-8524-5b1d092a4a91","resourceInvariantUUID":"56359112-7d2d-40dd-a0f3-e6767bae87ce","resourceCustomizationUUID":"93135d4b-e8a9-4d0d-921e-668737c36a4f","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":"ZDc4Nzc4NTU4MDNmYmYzMjM1ZjdiMzM5YzMzODM2M2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3d620f04-7ba8-4798-a623-ea17205ad848","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmYxNDU1NmI5YmJlOWVmZTRjNTE4MjgzZDNiZGM1YjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f57b853a-1bc8-435f-93bb-b63873a6a1e4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T06:46:30.341Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:46:30.341Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:46:30.345Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:46:30.345Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830785018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:46:30.445Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:46:30.446Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:46:30.446Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:46:30.463Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:46:30.464Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":4,"count":1}
2022-07-03T06:46:30.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:46:30.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:46:30.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830785018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:46:30.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-03T06:46:31.345Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:46:31.346Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:46:31.349Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:46:31.349Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830785018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:46:31.449Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:46:31.450Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:46:31.450Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:46:31.464Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:46:31.465Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:46:32.350Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "b23d1d59-6d48-4247-b024-b7701894a9bf",
"serviceDescription": "service",
"serviceInvariantUUID": "c81eeee1-f2e6-48ad-986e-071219d73dca",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "93135d4b-e8a9-4d0d-921e-668737c36a4f",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "503f3b1d-6ddd-4a07-8524-5b1d092a4a91",
"resourceInvariantUUID": "56359112-7d2d-40dd-a0f3-e6767bae87ce",
"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": "ZmYxNDU1NmI5YmJlOWVmZTRjNTE4MjgzZDNiZGM1YjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f57b853a-1bc8-435f-93bb-b63873a6a1e4"
}
],
"workloadContext": "Production"
}
2022-07-03T06:46:32.351Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T06:46:32.351Z|1b492d85-13d4-4d3d-b1a2-153dc95b0b5c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b23d1d59-6d48-4247-b024-b7701894a9bf ASDC
2022-07-03T06:46:32.352Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c382e251-83e4-4e44-a44a-5d5292053585
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b23d1d59-6d48-4247-b024-b7701894a9bf
ServiceInvariantUUID:c81eeee1-f2e6-48ad-986e-071219d73dca
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:f57b853a-1bc8-435f-93bb-b63873a6a1e4
ArtifactChecksum:ZmYxNDU1NmI5YmJlOWVmZTRjNTE4MjgzZDNiZGM1YjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:93135d4b-e8a9-4d0d-921e-668737c36a4f
ResourceInvariantUUID:56359112-7d2d-40dd-a0f3-e6767bae87ce
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:503f3b1d-6ddd-4a07-8524-5b1d092a4a91
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-07-03T06:46:32.352Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b23d1d59-6d48-4247-b024-b7701894a9bf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:46:32.382Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T06:46:32.383Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:46:32.383Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:46:32.383Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f57b853a-1bc8-435f-93bb-b63873a6a1e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-03T06:46:32.384Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:46:32.384Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-03T06:46:32.699Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:46:32.702Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f57b853a-1bc8-435f-93bb-b63873a6a1e4 52505
2022-07-03T06:46:32.702Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-03T06:46:32.702Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-03T06:46:32.702Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:46:32.703Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:46:32.705Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:46:32.705Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830792702,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:46:32.805Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:46:32.807Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:46:32.807Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:46:32.818Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:46:32.818Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:46:33.706Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T06:46:33.707Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:46:33.708Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f57b853a-1bc8-435f-93bb-b63873a6a1e4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:33.708Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-03T06:46:33.709Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:33.709Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:33.871Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7840832766759206480/Definitions/service-BasicNetwork-template.yml
2022-07-03T06:46:34.439Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T06:46:34.440Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T06:46:34.440Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:34.441Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-03T06:46:34.441Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:34.441Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:34.441Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:34.441Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:34.442Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:34.442Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:34.442Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:34.443Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-03T06:46:34.443Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T06:46:34.443Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:46:34.444Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.444Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-03T06:46:34.444Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T06:46:34.444Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T06:46:34.445Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:46:34.445Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.445Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-03T06:46:34.445Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T06:46:34.445Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T06:46:34.446Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:46:34.446Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.446Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:46:34.447Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.447Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:46:34.448Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.448Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:46:34.448Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.449Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:46:34.449Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.449Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:b23d1d59-6d48-4247-b024-b7701894a9bf
Model Version:NULL
Model InvariantUuid:c81eeee1-f2e6-48ad-986e-071219d73dca
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:56359112-7d2d-40dd-a0f3-e6767bae87ce
Model UUID:5c975627-7f90-4cee-9bf1-5313815ce786
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:93135d4b-e8a9-4d0d-921e-668737c36a4f
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-03T06:46:34.457Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 503f3b1d-6ddd-4a07-8524-5b1d092a4a91
2022-07-03T06:46:34.458Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||No resources found for Service: b23d1d59-6d48-4247-b024-b7701894a9bf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:46:34.466Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||
2022-07-03T06:46:34.467Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-07-03T06:46:34.468Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b23d1d59-6d48-4247-b024-b7701894a9bf
2022-07-03T06:46:34.468Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b23d1d59-6d48-4247-b024-b7701894a9bf
2022-07-03T06:46:34.469Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-07-03T06:46:34.469Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:46:34.477Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@335cf9cc, org.onap.sdc.toscaparser.api.parameters.Input@2e69dc36, org.onap.sdc.toscaparser.api.parameters.Input@5ce404f5, org.onap.sdc.toscaparser.api.parameters.Input@4ac5e275, org.onap.sdc.toscaparser.api.parameters.Input@1e83e078]
2022-07-03T06:46:34.480Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:46:34.480Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.481Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:46:34.481Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.482Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b23d1d59-6d48-4247-b024-b7701894a9bf: Generic NeutronNet
2022-07-03T06:46:34.482Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:46:34.482Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.483Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:46:34.483Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-07-03T06:46:34.546Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:46:34.546Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.547Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:46:34.547Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.548Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:46:34.548Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:46:34.549Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-03T06:46:34.626Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-07-03T06:46:34.626Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-03T06:46:34.626Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-03T06:46:34.626Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-03T06:46:34.627Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:46:34.629Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:46:34.629Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830794626,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-03T06:46:34.736Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-07-03T06:46:34.737Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:46:34.737Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:46:34.758Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:46:34.759Z||pool-38-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:46:35.630Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:46:35.645Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:46:35.647Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:46:35.647Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:46:35.647Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:47:05.648Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:47:05.659Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:47:05.665Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:47:05.665Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:47:05.665Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:47:25.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:47:25.028Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:47:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:47:25.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:47:25.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:47:25.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "cds",
"timestamp": 1656830783853,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:47:25.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-03T06:47:35.666Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:47:35.678Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:47:35.683Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:47:35.684Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:47:35.684Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:48:05.684Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:48:05.696Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:48:05.699Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:48:05.699Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:48:05.699Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:48:25.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:48:25.028Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:48:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:48:25.069Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:48:25.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:48:25.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "ves-openapi-manager",
"timestamp": 1656830787803,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:48:25.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-03T06:48:25.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:48:25.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "aai-ml",
"timestamp": 1656830788359,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:48:25.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-03T06:48:35.699Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:48:35.727Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:48:35.729Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:48:35.729Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:48:35.729Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:49:05.729Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:49:05.743Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:49:05.751Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:49:05.752Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-03T06:49:05.752Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-03T06:49:25.027Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:49:25.028Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:49:25.028Z||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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:49:25.063Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:49:25.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830785018,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:49:25.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-03T06:49:25.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "ves-openapi-manager",
"timestamp": 1656830787803,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:49:25.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-03T06:49:25.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "cds",
"timestamp": 1656830783853,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:49:25.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-03T06:49:25.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "aai-ml",
"timestamp": 1656830788359,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830792702,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "cds",
"timestamp": 1656830793576,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "aai-ml",
"timestamp": 1656830793170,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "cds",
"timestamp": 1656830794589,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:49:25.080Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c382e251-83e4-4e44-a44a-5d5292053585
2022-07-03T06:49:25.080Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c382e251-83e4-4e44-a44a-5d5292053585 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:49:25.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656830793740,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:49:25.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-03T06:49:25.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656830794626,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-03T06:49:25.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656830793740,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:49:25.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-03T06:49:25.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "policy-id",
"timestamp": 1656830797128,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:49:25.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-03T06:49:25.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "aai-ml",
"timestamp": 1656830797895,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-03T06:49:25.095Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "policy-id",
"timestamp": 1656830797128,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:49:25.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-03T06:49:25.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "aai-ml",
"timestamp": 1656830798900,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:49:25.100Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c382e251-83e4-4e44-a44a-5d5292053585
2022-07-03T06:49:25.100Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c382e251-83e4-4e44-a44a-5d5292053585 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:49:25.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "policy-id",
"timestamp": 1656830799891,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:49:25.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "policy-id",
"timestamp": 1656830800899,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-03T06:49:25.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "policy-id",
"timestamp": 1656830801904,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:49:25.114Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c382e251-83e4-4e44-a44a-5d5292053585
2022-07-03T06:49:25.114Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c382e251-83e4-4e44-a44a-5d5292053585 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:49:25.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656830802856,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:49:25.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-03T06:49:25.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656830802856,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:49:25.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-03T06:49:25.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656830805678,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:49:25.122Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656830807733,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-03T06:49:25.122Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "clamp",
"timestamp": 1656830807754,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:49:25.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-03T06:49:25.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656830808741,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:49:25.130Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c382e251-83e4-4e44-a44a-5d5292053585
2022-07-03T06:49:25.130Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c382e251-83e4-4e44-a44a-5d5292053585 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:49:25.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "clamp",
"timestamp": 1656830807754,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:49:25.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-03T06:49:25.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "clamp",
"timestamp": 1656830821312,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:49:25.141Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "clamp",
"timestamp": 1656830822361,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-03T06:49:25.141Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-03T06:49:25.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-03T06:49:25.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "clamp",
"timestamp": 1656830823365,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:49:25.145Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c382e251-83e4-4e44-a44a-5d5292053585
2022-07-03T06:49:25.146Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c382e251-83e4-4e44-a44a-5d5292053585 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:49:35.752Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:49:35.781Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-03T06:49:35.784Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-03T06:49:35.784Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-03T06:49:35.784Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-03T06:49:35.784Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-03T06:49:35.784Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-03T06:49:35.784Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-03T06:49:35.784Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-03T06:49:35.785Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-03T06:49:35.785Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-03T06:49:35.785Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-03T06:49:35.785Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-03T06:49:35.789Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-03T06:50:05.789Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c382e251-83e4-4e44-a44a-5d5292053585 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-03T06:50:05.796Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c382e251-83e4-4e44-a44a-5d5292053585 and serviceModelVersionId: b23d1d59-6d48-4247-b024-b7701894a9bf
2022-07-03T06:50:05.796Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c81eeee1-f2e6-48ad-986e-071219d73dca
2022-07-03T06:50:05.798Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c81eeee1-f2e6-48ad-986e-071219d73dca/model-vers/model-ver/b23d1d59-6d48-4247-b024-b7701894a9bf?depth=0
2022-07-03T06:50:05.805Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-03T06:50:05.860Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81eeee1-f2e6-48ad-986e-071219d73dca/model-vers/model-ver/b23d1d59-6d48-4247-b024-b7701894a9bf?depth=0|INFO|500||Invoke
2022-07-03T06:50:05.861Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81eeee1-f2e6-48ad-986e-071219d73dca/model-vers/model-ver/b23d1d59-6d48-4247-b024-b7701894a9bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81eeee1-f2e6-48ad-986e-071219d73dca/model-vers/model-ver/b23d1d59-6d48-4247-b024-b7701894a9bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c382e251-83e4-4e44-a44a-5d5292053585], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4fb933ed-6805-41cf-9429-9c30e4d44036], X-ECOMP-RequestID=[c382e251-83e4-4e44-a44a-5d5292053585], X-TransactionId=[], X-ONAP-RequestID=[c382e251-83e4-4e44-a44a-5d5292053585], Content-Type=[application/merge-patch+json]}
2022-07-03T06:50:05.910Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81eeee1-f2e6-48ad-986e-071219d73dca/model-vers/model-ver/b23d1d59-6d48-4247-b024-b7701894a9bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-03T06:50:06.012Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81eeee1-f2e6-48ad-986e-071219d73dca/model-vers/model-ver/b23d1d59-6d48-4247-b024-b7701894a9bf?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/c81eeee1-f2e6-48ad-986e-071219d73dca/model-vers/model-ver/b23d1d59-6d48-4247-b024-b7701894a9bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220703-06:50:06:318-21956], vertex-id=[167944], Content-Length=[0], Date=[Sun, 03 Jul 2022 06:50:06 GMT], Content-Type=[application/json]}
2022-07-03T06:50:06.012Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81eeee1-f2e6-48ad-986e-071219d73dca/model-vers/model-ver/b23d1d59-6d48-4247-b024-b7701894a9bf?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-03T06:50:06.013Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c81eeee1-f2e6-48ad-986e-071219d73dca/model-vers/model-ver/b23d1d59-6d48-4247-b024-b7701894a9bf?depth=0|INFO|500||InvokeReturn
2022-07-03T06:50:06.013Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-03T06:50:06.014Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-03T06:50:06.026Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-03T06:50:06.027Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c382e251-83e4-4e44-a44a-5d5292053585 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-03T06:50:06.027Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-03T06:50:06.027Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:06.030Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:06.030Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c382e251-83e4-4e44-a44a-5d5292053585",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656831006027,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-03T06:50:06.130Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:50:06.131Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:06.131Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:06.149Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:50:06.150Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-03T06:50:07.042Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-03T06:50:07.043Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-03T06:50:07.043Z|c382e251-83e4-4e44-a44a-5d5292053585|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 rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:11.488Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:50:11.490Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-03T06:50:11.490Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a23d02ae-506c-4262-ab88-2244d53b526a","serviceName":"Demo_pNF_G4P43NADMpKNjgLbJs8A","serviceVersion":"1.0","serviceUUID":"e282920b-1470-4632-8c3b-c5986751228c","serviceDescription":"catalog service description","serviceInvariantUUID":"d6567eee-6f13-48df-a557-6cc2b045bfd3","resources":[{"resourceInstanceName":"pNF 6ac2e640-b05e 0","resourceName":"pNF 6ac2e640-b05e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9eecd07c-9a22-4270-bea0-162f9e2d11c7","resourceInvariantUUID":"f535cd00-4a84-4bba-8638-1bf3dbeacfe9","resourceCustomizationUUID":"475da9e4-63df-4e30-ad60-9988529c6792","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vf-license-model.xml","artifactChecksum":"Njc5ZjcyMWNmMjZjMzI5ODA5MzJjZTE4M2Q1OGRiZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c6fc42f4-20ad-4bf9-a0a4-2e3a0dc01b0c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/pNF.csar","artifactChecksum":"MDM3N2QxMGQwZTU0YjVjZWYyMGI1NjZjZmZmMWM4Yzk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fd88b3b1-800a-4287-b238-4a8d46b51e8e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"986e369b-0c58-48af-bef2-c6a83dd1066f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vendor-license-model.xml","artifactChecksum":"MzEyZjVmZWJjM2ZhZjZjMzQ3YzVlYjZiOTFmNmZhMTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f2ba58ac-e219-47e1-8710-cff22222d891","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9247936c-e958-4d26-860a-92f109f392f0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4094afb3-6ed9-4049-bc43-60cec74df387","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfG4p43nadmpknjglbjs8a-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-template.yml","artifactChecksum":"ODY1MDk5ZmNkNWVjNjJjYThhODg1MWJmOGFiMmIyYmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"86b3826e-5ffb-4ee6-9e93-a898e26471ce","artifactVersion":"1"},{"artifactName":"service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar","artifactChecksum":"YTdhZmViZTM1YjEzMTJiZDExMDg4NDY2OWNjOGU2NTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72cc7a0b-bb6b-49d2-bebf-07ca09cdc7dc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-03T06:50:11.493Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:50:11.493Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:11.496Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:11.496Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656831007042,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:50:11.596Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:50:11.597Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:11.597Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:11.613Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:50:11.613Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:50:12.496Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:50:12.497Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:12.499Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:12.499Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656831007042,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:50:12.600Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-03T06:50:12.601Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:12.602Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:12.616Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:50:12.616Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:50:13.500Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:50:13.501Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:13.504Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:13.504Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656831007042,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:50:13.604Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:50:13.605Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:13.605Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:13.618Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:50:13.618Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:50:14.504Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:50:14.505Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:14.507Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:14.508Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656831007042,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:50:14.608Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:50:14.609Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:14.609Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:14.626Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:50:14.626Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:50:15.508Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:50:15.510Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:15.512Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:15.512Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656831007042,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:50:15.613Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:50:15.614Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:15.614Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:15.629Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:50:15.630Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:50:16.513Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:50:16.514Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:16.515Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:16.516Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656831007042,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/resourceInstances/pnf6ac2e640b05e0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:50:16.616Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:50:16.617Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:16.617Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:16.633Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:50:16.633Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:50:17.516Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:50:17.518Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:17.520Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:17.520Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656831007042,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-03T06:50:17.620Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-03T06:50:17.621Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:17.622Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:17.636Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:50:17.636Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:50:18.520Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-03T06:50:18.521Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:18.523Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:18.523Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656831007042,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
"status": "NOTIFIED"
}
2022-07-03T06:50:18.624Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:50:18.625Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:18.625Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:18.638Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:50:18.639Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-03T06:50:19.525Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
"serviceName": "Demo_pNF_G4P43NADMpKNjgLbJs8A",
"serviceVersion": "1.0",
"serviceUUID": "e282920b-1470-4632-8c3b-c5986751228c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "d6567eee-6f13-48df-a557-6cc2b045bfd3",
"resources": [
{
"resourceInstanceName": "pNF 6ac2e640-b05e 0",
"resourceCustomizationUUID": "475da9e4-63df-4e30-ad60-9988529c6792",
"resourceName": "pNF 6ac2e640-b05e",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "9eecd07c-9a22-4270-bea0-162f9e2d11c7",
"resourceInvariantUUID": "f535cd00-4a84-4bba-8638-1bf3dbeacfe9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
"artifactChecksum": "YTdhZmViZTM1YjEzMTJiZDExMDg4NDY2OWNjOGU2NTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "72cc7a0b-bb6b-49d2-bebf-07ca09cdc7dc"
}
],
"workloadContext": "Production"
}
2022-07-03T06:50:19.525Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-03T06:50:19.525Z|c382e251-83e4-4e44-a44a-5d5292053585|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e282920b-1470-4632-8c3b-c5986751228c ASDC
2022-07-03T06:50:19.526Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a23d02ae-506c-4262-ab88-2244d53b526a
ServiceName:Demo_pNF_G4P43NADMpKNjgLbJs8A
ServiceVersion:1.0
ServiceUUID:e282920b-1470-4632-8c3b-c5986751228c
ServiceInvariantUUID:d6567eee-6f13-48df-a557-6cc2b045bfd3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
ArtifactUUID:72cc7a0b-bb6b-49d2-bebf-07ca09cdc7dc
ArtifactChecksum:YTdhZmViZTM1YjEzMTJiZDExMDg4NDY2OWNjOGU2NTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6ac2e640-b05e 0
ResourceCustomizationUUID:475da9e4-63df-4e30-ad60-9988529c6792
ResourceInvariantUUID:f535cd00-4a84-4bba-8638-1bf3dbeacfe9
ResourceName:pNF 6ac2e640-b05e
ResourceType:PNF
ResourceUUID:9eecd07c-9a22-4270-bea0-162f9e2d11c7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-07-03T06:50:19.526Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e282920b-1470-4632-8c3b-c5986751228c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-03T06:50:19.552Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T06:50:19.553Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:50:19.553Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:50:19.553Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 72cc7a0b-bb6b-49d2-bebf-07ca09cdc7dc from URL: /sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:19.553Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-03T06:50:19.553Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:19.636Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-03T06:50:19.640Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar 72cc7a0b-bb6b-49d2-bebf-07ca09cdc7dc 82663
2022-07-03T06:50:19.641Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar ASDC sendASDCNotification
2022-07-03T06:50:19.641Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:19.642Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-03T06:50:19.642Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-03T06:50:19.644Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-03T06:50:19.645Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "a23d02ae-506c-4262-ab88-2244d53b526a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656831019640,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-03T06:50:19.745Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-03T06:50:19.746Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-03T06:50:19.746Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rLZzlsiFeAVqmajJ) ...
2022-07-03T06:50:19.759Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-03T06:50:19.760Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-03T06:50:20.645Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-03T06:50:20.646Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-03T06:50:20.646Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 72cc7a0b-bb6b-49d2-bebf-07ca09cdc7dc, URL: /sdc/v1/catalog/services/DemoPnfG4p43nadmpknjglbjs8a/1.0/artifacts/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar to file: /app/ASDC/1/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:20.647Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:20.647Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:20.648Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:20.817Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10005745309960945784/Definitions/service-DemoPnfG4p43nadmpknjglbjs8a-template.yml
2022-07-03T06:50:21.551Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-03T06:50:21.551Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T06:50:21.552Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:21.552Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-03T06:50:21.552Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:21.552Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:21.552Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:21.552Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:21.552Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:21.552Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6ac2e640-b05e 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-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:21.552Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfG4p43nadmpknjglbjs8a-csar.csar
2022-07-03T06:50:21.553Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-03T06:50:21.553Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:50:21.553Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_G4P43NADMpKNjgLbJs8A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:50:21.553Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Node template pNF 6ac2e640-b05e 0 is matching search criteria
2022-07-03T06:50:21.553Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T06:50:21.554Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 6ac2e640-b05e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T06:50:21.554Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:50:21.554Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_G4P43NADMpKNjgLbJs8A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:50:21.554Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Node template pNF 6ac2e640-b05e 0 is matching search criteria
2022-07-03T06:50:21.554Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-03T06:50:21.554Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 6ac2e640-b05e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-03T06:50:21.555Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:50:21.555Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_G4P43NADMpKNjgLbJs8A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:50:21.555Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:50:21.555Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_G4P43NADMpKNjgLbJs8A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:50:21.555Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-03T06:50:21.555Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_G4P43NADMpKNjgLbJs8A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-03T06:50:21.556Z|a23d02ae-506c-4262-ab88-2244d53b526a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery