By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-06-07T07:31:57.071Z||main|||||INFO|500||The following profiles are active: basic
2022-06-07T07:32:22.609Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-07T07:32:22.610Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-07T07:32:23.021Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-07T07:32:33.405Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-07T07:32:34.331Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-07T07:32:35.337Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-07T07:32:35.361Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-07T07:32:35.680Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-07T07:32:36.311Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-07T07:32:37.873Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-07T07:32:41.919Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-07T07:32:46.957Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-07T07:32:47.070Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-07T07:32:48.128Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-07T07:32:48.707Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-07T07:32:51.251Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-07T07:32:53.347Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-07T07:32:53.386Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$51610b81.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-07T07:32:53.387Z||main|||||WARN|500||The sdc end point is not alive
2022-06-07T07:32:59.914Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-07T07:33:06.868Z||main|||||WARN|500||---
2022-06-07T07:33:06.870Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-07T07:33:06.871Z||main|||||WARN|500||---
2022-06-07T07:33:07.951Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-07T07:33:19.403Z||main|||||INFO|500||Started Application in 88.784 seconds (JVM running for 93.713)
2022-06-07T07:33:19.447Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-07T07:33:19.458Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-07T07:33:19.485Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-07T07:33:19.535Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-07T07:33:19.623Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d17b4b3a-b276-455a-a8b9-d3d45accc08f url= /sdc/v1/artifactTypes
2022-06-07T07:33:19.623Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-07T07:33:20.804Z||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.54.77] 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$$fb5b7f3.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-06-07T07:33:20.812Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5219dc53
2022-06-07T07:33:20.813Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-07T07:33:20.846Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-07T07:33:20.850Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-07T07:33:20.855Z||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$$fb5b7f3.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-06-07T07:34:09.393Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-07T07:34:09.394Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-07T07:34:09.395Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-07T07:34:09.402Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-07T07:34:09.410Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9541cd20-9914-48a1-b85e-e13a93468f4d url= /sdc/v1/artifactTypes
2022-06-07T07:34:09.410Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-07T07:34:09.761Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-07T07:34:09.781Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-07T07:34:09.826Z||scheduling-1|||||DEBUG|500||create keys
2022-06-07T07:34:09.889Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-07T07:34:09.942Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:34:09.968Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1545fad1-01fe-42b8-bf31-fc178fbb288a url= /sdc/v1/registerForDistribution
2022-06-07T07:34:10.162Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1545fad1-01fe-42b8-bf31-fc178fbb288a url= /sdc/v1/registerForDistribution
2022-06-07T07:34:10.163Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-07T07:34:10.186Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:34:10.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:34:10.207Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-07T07:34:10.212Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:34:10.212Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:34:10.212Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:34:10.212Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:34:20.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:34:20.681Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:35:10.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:35:10.174Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:35:10.175Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:35:10.177Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:35:10.179Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:35:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:35:19.747Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:35:19.751Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:36:10.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:36:10.175Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:36:10.175Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:36:10.179Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:36:10.182Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:36:10.182Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:36:19.749Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:36:19.763Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:37:10.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:37:10.175Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:37:10.175Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:37:10.177Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:37:10.179Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:37:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:37:19.743Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:37:19.746Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:38:10.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:38:10.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:38:10.182Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:38:10.182Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:38:10.184Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T07:38:10.183Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:38:19.765Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:38:19.767Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:39:10.173Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:39:10.175Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:39:10.176Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T07:39:10.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:39:10.178Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:39:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:39:19.745Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:39:19.753Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:40:10.173Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:40:10.175Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:40:10.175Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T07:40:10.177Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:40:10.178Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:40:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:40:19.774Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:40:19.776Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:41:10.173Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:41:10.174Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:41:10.175Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T07:41:10.177Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:41:10.181Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:41:10.182Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:41:19.738Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:41:19.750Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:42:10.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:42:10.179Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:42:10.181Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:42:10.182Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:42:10.178Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:42:10.183Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:42:19.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:42:19.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:42:29.310Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-07T07:43:10.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:43:10.176Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:43:10.177Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:43:10.177Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:43:10.178Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:43:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:43:19.748Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:43:19.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:44:10.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:44:10.174Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:44:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:44:10.179Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:44:10.182Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:44:10.182Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:44:19.742Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:44:19.745Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:45:10.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:45:10.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:45:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:45:10.179Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:45:10.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:45:10.200Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:45:19.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:45:19.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:46:10.176Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:46:10.177Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:46:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:46:10.177Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:46:10.179Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:46:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:46:19.777Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:46:19.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:47:10.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:47:10.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:47:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:47:10.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:47:10.180Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:47:10.181Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:47:19.750Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:47:19.752Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:48:10.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:48:10.178Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:48:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:48:10.180Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:48:10.182Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:48:10.182Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:48:19.754Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:48:19.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:49:10.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:49:10.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:49:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:49:10.177Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:49:10.179Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:49:10.180Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:49:19.736Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:49:19.735Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:50:10.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:50:10.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:50:10.175Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:50:10.178Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:50:10.180Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:50:10.180Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:50:19.735Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:50:19.741Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:51:10.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:51:10.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:51:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:51:10.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:51:10.178Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:51:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:51:19.739Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:51:19.739Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:52:10.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:52:10.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:52:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:52:10.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:52:10.178Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:52:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:52:19.739Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:52:19.740Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:53:10.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:53:10.177Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:53:10.177Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:53:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:53:10.178Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:53:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:53:19.738Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:53:19.738Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:54:10.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:54:10.175Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:54:10.175Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:54:10.177Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:54:10.178Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:54:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:54:19.734Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:54:19.736Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:55:10.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:55:10.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:55:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:55:10.177Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:55:10.179Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:55:10.180Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:55:19.732Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:55:19.741Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:56:10.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:56:10.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:56:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:56:10.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:56:10.179Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:56:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:56:19.735Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:56:19.737Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:57:10.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:57:10.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:57:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:57:10.177Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:57:10.178Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:57:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:57:19.753Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:57:19.754Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:58:10.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:58:10.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:58:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:58:10.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:58:10.178Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:58:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:58:19.728Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:58:19.729Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:59:10.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:59:10.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:59:10.179Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:59:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:59:10.179Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:59:10.180Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:59:19.767Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T07:59:19.771Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:00:10.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:00:10.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:00:10.175Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:00:10.177Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:00:10.178Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:00:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:00:19.730Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:00:19.735Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:01:10.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:01:10.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:01:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:01:10.177Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:01:10.178Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:01:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:01:19.735Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:01:19.736Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:02:10.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:02:10.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:02:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:02:10.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:02:10.179Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:02:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:02:19.751Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:02:19.754Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:03:10.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:03:10.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:03:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:03:10.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:03:10.181Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:03:10.181Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:03:19.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:03:19.781Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:04:10.176Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:04:10.177Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:04:10.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:04:10.177Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:04:10.178Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:04:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:04:19.738Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:04:19.738Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:05:10.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:05:10.177Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:05:10.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:05:10.177Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:05:10.178Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:05:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:05:19.739Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:05:19.739Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:06:10.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:06:10.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:06:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:06:10.177Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:06:10.178Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:06:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:06:19.740Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:06:19.749Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:07:10.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:07:10.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:07:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:07:10.177Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:07:10.178Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:07:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:07:19.743Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:07:19.743Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:08:10.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:08:10.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:08:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:08:10.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:08:10.179Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:08:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:08:19.739Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:08:19.745Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:09:10.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:09:10.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:09:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:09:10.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:09:10.178Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:09:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:09:19.735Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:09:19.739Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:10:10.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:10:10.175Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:10:10.176Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:10:10.177Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:10:10.178Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:10:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:10:19.743Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:10:19.755Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:11:10.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:11:10.175Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:11:10.175Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:11:10.177Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:11:10.178Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:11:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:11:19.735Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:11:19.740Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:12:10.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:12:10.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:12:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:12:10.178Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:12:10.179Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:12:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:12:19.737Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:12:19.739Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:13:10.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:13:10.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:13:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:13:10.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:13:10.179Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:13:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:13:19.740Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:13:19.744Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:14:10.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:14:10.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:14:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:14:10.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:14:10.178Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:14:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:14:19.738Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:14:19.741Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:15:10.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:15:10.175Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:15:10.176Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:15:10.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:15:10.177Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:15:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:15:19.745Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:15:19.744Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:16:10.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:16:10.176Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:16:10.176Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:16:10.177Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:16:10.180Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:16:10.180Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:16:19.749Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:16:19.749Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:17:10.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:17:10.173Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:17:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:17:10.177Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:17:10.178Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:17:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:17:19.743Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:17:19.743Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:18:10.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:18:10.174Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:18:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:18:10.177Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:18:10.178Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:18:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:18:19.739Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:18:19.739Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:19:10.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:19:10.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:19:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:10.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:19:10.178Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:19:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:10.813Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:19:10.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T08:19:10.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c53a859c-c37b-42a7-bd7e-3d85ab3441ac","serviceName":"vFW 2022-06-07 08-17-58","serviceVersion":"1.0","serviceUUID":"8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c","serviceDescription":"catalog service description","serviceInvariantUUID":"35e0cf91-e266-4299-814b-f457d4828591","resources":[{"resourceInstanceName":"vFW 8e0a263e-048e 0","resourceName":"vFW 8e0a263e-048e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"922973af-9a8c-45ce-8f2d-3df193067d7d","resourceInvariantUUID":"15215318-db70-4e64-a93c-0a14976fde46","resourceCustomizationUUID":"9ee9f2c1-4cf4-487f-9506-71d465a45f2c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vf-license-model.xml","artifactChecksum":"MTA0OTlkZTcxMTdiMGM1NTVlYTcyYjkxNjE1YTdlMTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e40cef0c-35d7-4c52-bf50-7a49ca3b247b","artifactVersion":"1"},{"artifactName":"vfw8e0a263e048e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json","artifactChecksum":"YzljZWY5NGQ3MThhMzg1OTY2Mzg2MzAwYzA2MmExNmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7f7f62dc-87fa-44cc-9b28-1be0d0d9440f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"49eedc08-888d-48bc-a537-660466e90027","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vendor-license-model.xml","artifactChecksum":"NmJlZmY0NjE3ZWQ2YWNjNzQ5Mzc0NTcwYjZiNGFlNGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b89fc03e-861c-48a7-974b-c8912bb22223","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c834075b-bd04-4009-8884-cf62557dd9df","artifactVersion":"2","generatedFromUUID":"49eedc08-888d-48bc-a537-660466e90027"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220607081758-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-template.yml","artifactChecksum":"MzlhMzc5OTRmYjAxY2Q1OGQ2MzhlYzFjNmUxYmQ3ZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"89c7fafb-a3fa-473b-aa7d-d60e96108da0","artifactVersion":"1"},{"artifactName":"service-Vfw20220607081758-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar","artifactChecksum":"NzdkMDBmYjBiZjQ0YjZkODRjMjZkYzM2NDEyYTU5ZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5a19163-5ffd-4ce8-b8c1-70b3db7d477b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T08:19:10.831Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:19:10.832Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:19:10.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:19:10.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1654589939127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:19:10.841Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:10.857Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:10.857Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589950172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:19:10.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T08:19:10.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:19:10.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654589948361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:19:10.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T08:19:10.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:19:10.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "cds",
"timestamp": 1654589942350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:19:10.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T08:19:10.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:19:10.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1654589939127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:19:10.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T08:19:10.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:19:10.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654589948361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T08:19:10.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T08:19:10.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:19:10.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "cds",
"timestamp": 1654589942350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:19:10.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T08:19:10.957Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-07T08:19:10.962Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:10.962Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:10.986Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:19:10.987Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:19:11.867Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:19:11.867Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:11.870Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:11.870Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589950172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T08:19:11.970Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:11.971Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:11.971Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:11.991Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:19:11.992Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:12.871Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:19:12.873Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:12.877Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:12.878Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589950172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-07T08:19:12.978Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-07T08:19:12.979Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:12.980Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:12.998Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:19:12.999Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:13.879Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:19:13.880Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:13.884Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:13.884Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589950172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:19:13.984Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:13.985Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:13.985Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:14.004Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:19:14.005Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:14.885Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:19:14.886Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:14.889Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:14.889Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589950172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-07T08:19:14.989Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:14.991Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:14.991Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:15.010Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:19:15.011Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:15.890Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:19:15.891Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:15.894Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:15.894Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589950172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:19:15.994Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:15.996Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:15.997Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:16.021Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:19:16.022Z||pool-8-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:16.895Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:19:16.896Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:16.899Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:16.900Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589950172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:19:17.000Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:17.001Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:17.001Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:17.020Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:19:17.021Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:17.902Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"serviceName": "vFW 2022-06-07 08-17-58",
"serviceVersion": "1.0",
"serviceUUID": "8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "35e0cf91-e266-4299-814b-f457d4828591",
"resources": [
{
"resourceInstanceName": "vFW 8e0a263e-048e 0",
"resourceCustomizationUUID": "9ee9f2c1-4cf4-487f-9506-71d465a45f2c",
"resourceName": "vFW 8e0a263e-048e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "922973af-9a8c-45ce-8f2d-3df193067d7d",
"resourceInvariantUUID": "15215318-db70-4e64-a93c-0a14976fde46",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw8e0a263e048e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
"artifactChecksum": "YzljZWY5NGQ3MThhMzg1OTY2Mzg2MzAwYzA2MmExNmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7f7f62dc-87fa-44cc-9b28-1be0d0d9440f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "49eedc08-888d-48bc-a537-660466e90027",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c834075b-bd04-4009-8884-cf62557dd9df",
"generatedFromUUID": "49eedc08-888d-48bc-a537-660466e90027"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c834075b-bd04-4009-8884-cf62557dd9df",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220607081758-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"artifactChecksum": "NzdkMDBmYjBiZjQ0YjZkODRjMjZkYzM2NDEyYTU5ZmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c5a19163-5ffd-4ce8-b8c1-70b3db7d477b"
}
],
"workloadContext": "Production"
}
2022-06-07T08:19:17.904Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T08:19:17.904Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c ASDC
2022-06-07T08:19:18.075Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c53a859c-c37b-42a7-bd7e-3d85ab3441ac
ServiceName:vFW 2022-06-07 08-17-58
ServiceVersion:1.0
ServiceUUID:8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c
ServiceInvariantUUID:35e0cf91-e266-4299-814b-f457d4828591
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220607081758-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar
ArtifactUUID:c5a19163-5ffd-4ce8-b8c1-70b3db7d477b
ArtifactChecksum:NzdkMDBmYjBiZjQ0YjZkODRjMjZkYzM2NDEyYTU5ZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e0a263e-048e 0
ResourceCustomizationUUID:9ee9f2c1-4cf4-487f-9506-71d465a45f2c
ResourceInvariantUUID:15215318-db70-4e64-a93c-0a14976fde46
ResourceName:vFW 8e0a263e-048e
ResourceType:VF
ResourceUUID:922973af-9a8c-45ce-8f2d-3df193067d7d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e0a263e048e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json
ArtifactUUID:7f7f62dc-87fa-44cc-9b28-1be0d0d9440f
ArtifactChecksum:YzljZWY5NGQ3MThhMzg1OTY2Mzg2MzAwYzA2MmExNmQ=
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/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml
ArtifactUUID:49eedc08-888d-48bc-a537-660466e90027
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/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env
ArtifactUUID:c834075b-bd04-4009-8884-cf62557dd9df
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/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env
ArtifactUUID:c834075b-bd04-4009-8884-cf62557dd9df
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-07T08:19:18.076Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:19:18.361Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:19:18.363Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-07T08:19:18.365Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-07T08:19:18.366Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c5a19163-5ffd-4ce8-b8c1-70b3db7d477b from URL: /sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:18.366Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-07T08:19:18.368Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:18.487Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-07T08:19:18.510Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar c5a19163-5ffd-4ce8-b8c1-70b3db7d477b 99023
2022-06-07T08:19:18.511Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar ASDC sendASDCNotification
2022-06-07T08:19:18.511Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:18.512Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:19:18.513Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:18.516Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:18.516Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589958510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:19:18.616Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:18.618Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:18.618Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:18.636Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:19:18.638Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:19:19.517Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:19:19.519Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-07T08:19:19.519Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c5a19163-5ffd-4ce8-b8c1-70b3db7d477b, URL: /sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar to file: /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:19.520Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220607081758-csar.csar
2022-06-07T08:19:19.632Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:19.632Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:20.567Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1146524530090325613/Definitions/service-Vfw20220607081758-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-07T08:19:24.621Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T08:19:24.631Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-07T08:19:24.631Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.631Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-07T08:19:24.632Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.632Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.632Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.632Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.632Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.632Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.632Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e0a263e-048e 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-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.633Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.633Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.633Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.633Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.633Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.633Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.633Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-07T08:19:24.644Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:24.647Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:24.654Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:24.655Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-07T08:19:24.657Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:19:24.659Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:24.660Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:24.660Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:24.660Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-07T08:19:24.660Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:19:24.661Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:24.661Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:24.667Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:24.667Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is not matching search criteria
2022-06-07T08:19:24.668Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T08:19:24.668Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T08:19:24.669Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.669Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:24.669Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T08:19:24.669Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.669Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T08:19:24.670Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T08:19:24.670Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T08:19:24.670Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.671Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:24.671Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T08:19:24.671Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:24.671Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T08:19:24.672Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.672Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T08:19:24.672Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:24.672Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T08:19:24.675Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:24.675Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:24.675Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:19:24.676Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:24.676Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:24.676Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:19:24.677Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:24.677Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:24.677Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:19:24.678Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:24.678Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is not matching search criteria
2022-06-07T08:19:24.678Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T08:19:24.678Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-07T08:19:24.679Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T08:19:24.679Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T08:19:24.679Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T08:19:24.679Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.680Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:24.680Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T08:19:24.680Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:24.680Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T08:19:24.681Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.681Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=18359ab4-01de-4364-9699-a3ef757c77dc
2022-06-07T08:19:24.681Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:24.682Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is not matching search criteria
2022-06-07T08:19:24.682Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T08:19:24.682Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T08:19:24.682Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.682Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:24.682Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T08:19:24.683Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.683Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T08:19:24.683Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-07T08:19:24.683Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T08:19:24.683Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:24.683Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T08:19:24.684Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.684Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=da7f2def-5398-4bf9-9aad-e766df056bc8
2022-06-07T08:19:24.684Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:24.684Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is not matching search criteria
2022-06-07T08:19:24.685Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T08:19:24.685Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T08:19:24.685Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.685Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:24.685Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T08:19:24.685Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.686Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T08:19:24.686Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T08:19:24.686Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T08:19:24.687Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.687Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:24.687Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-07T08:19:24.687Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0106e47b-7daa-495a-8f1c-a2f16e7a1cb2
2022-06-07T08:19:24.688Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:24.688Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:24.688Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:24.689Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:24.689Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:24.689Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:24.689Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:24.690Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:24.690Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-07 08-17-58
Description:catalog service description
Model UUID:8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c
Model Version:NULL
Model InvariantUuid:35e0cf91-e266-4299-814b-f457d4828591
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 8e0a263e-048e
Model UUID:c129cabc-e88f-4976-996c-111e24d7c267
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:15215318-db70-4e64-a93c-0a14976fde46
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9ee9f2c1-4cf4-487f-9506-71d465a45f2c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e4fa8e80-77d2-4f3d-b1c5-8d7947e6ca2e
ModelName:Vfw8e0a263e048e..base_vfw..module-0
ModelUuid:2d09737d-a70c-4cac-b5e9-a06b0127316e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:18359ab4-01de-4364-9699-a3ef757c77dc
ModelInvariantUuid:7cee7009-b298-4858-87e4-c067d1263e83
ModelName:vFW 8e0a263e-048e-nodes.vfwCvfc
ModelUuid:38c85295-545e-4207-8c52-676dbc827693
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:364c527c-b1f3-4105-96d7-a8e3ab6b2979
ModelInvariantUuid:355715ea-f98a-4ae8-9acd-69a09d306742
ModelName:Vfw8e0a263e048e.compute.nodes.heat.vfw
ModelUuid:d5f12eac-57df-4f79-9f77-6a17ff81df39
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:da7f2def-5398-4bf9-9aad-e766df056bc8
ModelInvariantUuid:c7250472-2ec7-4582-a585-057aa37becf8
ModelName:vFW 8e0a263e-048e-nodes.vsnCvfc
ModelUuid:f2fbe81e-e77c-4466-b35e-1ac5cd60276b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:0f54e55a-9bad-445e-872a-079751c50edd
ModelInvariantUuid:092ec1c5-e1d4-44ed-ab28-7b95d97ffa1c
ModelName:Vfw8e0a263e048e.compute.nodes.heat.vsn
ModelUuid:ea3de8fb-03e5-4e73-85f2-cf8c712c1026
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0106e47b-7daa-495a-8f1c-a2f16e7a1cb2
ModelInvariantUuid:01f1c999-384e-45a8-9c81-1e6209d18aac
ModelName:vFW 8e0a263e-048e-nodes.vpgCvfc
ModelUuid:f0c443e4-53b7-4c2c-a4ad-1f0d97d0a56b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9890eb8c-d4b6-4298-87f2-b5e778252b8d
ModelInvariantUuid:576bbbc3-8b83-4b89-ada2-1a9106fb020e
ModelName:Vfw8e0a263e048e.compute.nodes.heat.vpg
ModelUuid:ec1af158-a9d3-4867-a9ee-1a65dd965e27
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-07T08:19:24.726Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 922973af-9a8c-45ce-8f2d-3df193067d7d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:19:24.841Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||vFW 8e0a263e-048e 0
2022-06-07T08:19:24.850Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 922973af-9a8c-45ce-8f2d-3df193067d7d
2022-06-07T08:19:24.850Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7f7f62dc-87fa-44cc-9b28-1be0d0d9440f from URL: /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json
2022-06-07T08:19:24.851Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-07T08:19:24.851Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json
2022-06-07T08:19:24.925Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-07T08:19:24.926Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json 7f7f62dc-87fa-44cc-9b28-1be0d0d9440f 785
2022-06-07T08:19:24.927Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json ASDC sendASDCNotification
2022-06-07T08:19:24.927Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json
2022-06-07T08:19:24.927Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:19:24.927Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:24.930Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:24.930Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589964927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:19:25.030Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:25.031Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:25.031Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:25.053Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:19:25.055Z||pool-11-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:25.932Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8e0a263e048e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e4fa8e80-77d2-4f3d-b1c5-8d7947e6ca2e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2d09737d-a70c-4cac-b5e9-a06b0127316e",
"vfModuleModelCustomizationUUID": "99393584-11e4-4105-945e-a077c977ee0a",
"isBase": true,
"artifacts": [
"49eedc08-888d-48bc-a537-660466e90027",
"c834075b-bd04-4009-8884-cf62557dd9df"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-07T08:19:25.952Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8e0a263e048e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d09737d-a70c-4cac-b5e9-a06b0127316e
VfModuleModelInvariantUUID:e4fa8e80-77d2-4f3d-b1c5-8d7947e6ca2e
VfModuleModelDescription:NULL
Artifacts UUID List:{
49eedc08-888d-48bc-a537-660466e90027
,
c834075b-bd04-4009-8884-cf62557dd9df
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-07T08:19:25.956Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8e0a263e048e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e4fa8e80-77d2-4f3d-b1c5-8d7947e6ca2e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2d09737d-a70c-4cac-b5e9-a06b0127316e",
"vfModuleModelCustomizationUUID": "99393584-11e4-4105-945e-a077c977ee0a",
"isBase": true,
"artifacts": [
"49eedc08-888d-48bc-a537-660466e90027",
"c834075b-bd04-4009-8884-cf62557dd9df"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-07T08:19:25.956Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8e0a263e048e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d09737d-a70c-4cac-b5e9-a06b0127316e
VfModuleModelInvariantUUID:e4fa8e80-77d2-4f3d-b1c5-8d7947e6ca2e
VfModuleModelDescription:NULL
Artifacts UUID List:{
49eedc08-888d-48bc-a537-660466e90027
,
c834075b-bd04-4009-8884-cf62557dd9df
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-07T08:19:25.957Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 49eedc08-888d-48bc-a537-660466e90027 from URL: /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml
2022-06-07T08:19:25.957Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-07T08:19:25.957Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml
2022-06-07T08:19:26.023Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-07T08:19:26.025Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml 49eedc08-888d-48bc-a537-660466e90027 20368
2022-06-07T08:19:26.025Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-07T08:19:26.026Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml
2022-06-07T08:19:26.026Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:19:26.026Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:26.030Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:26.030Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589966025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:19:26.130Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:26.131Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:26.131Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:26.164Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:19:26.165Z||pool-12-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:27.031Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c834075b-bd04-4009-8884-cf62557dd9df from URL: /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env
2022-06-07T08:19:27.031Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-07T08:19:27.032Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env
2022-06-07T08:19:27.084Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-07T08:19:27.085Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env c834075b-bd04-4009-8884-cf62557dd9df 2098
2022-06-07T08:19:27.085Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-07T08:19:27.085Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env
2022-06-07T08:19:27.086Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:19:27.086Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:27.088Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:27.089Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589967085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:19:27.189Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:27.190Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:27.190Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:27.210Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:19:27.211Z||pool-13-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:19:28.089Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c
2022-06-07T08:19:28.090Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8e0a263e-048e 0 922973af-9a8c-45ce-8f2d-3df193067d7d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:19:28.153Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14ae2090, org.onap.sdc.toscaparser.api.parameters.Input@1c5d27b3, org.onap.sdc.toscaparser.api.parameters.Input@1fb05fb1, org.onap.sdc.toscaparser.api.parameters.Input@30fe3c72, org.onap.sdc.toscaparser.api.parameters.Input@55b1305d]
2022-06-07T08:19:28.157Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:28.158Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:28.158Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-06-07T08:19:28.159Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 9ee9f2c1-4cf4-487f-9506-71d465a45f2c
2022-06-07T08:19:28.159Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9ee9f2c1-4cf4-487f-9506-71d465a45f2c matches Tosca VF Customization UUID: 9ee9f2c1-4cf4-487f-9506-71d465a45f2c
2022-06-07T08:19:28.159Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 9ee9f2c1-4cf4-487f-9506-71d465a45f2c matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-07T08:19:28.170Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:28.170Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:28.173Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 9ee9f2c1-4cf4-487f-9506-71d465a45f2c: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-07T08:19:28.173Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@223b1b8a
2022-06-07T08:19:28.173Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:28.174Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T08:19:28.175Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 99393584-11e4-4105-945e-a077c977ee0a
2022-06-07T08:19:28.177Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 99393584-11e4-4105-945e-a077c977ee0a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-07T08:19:28.185Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:28.187Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:28.187Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:19:28.188Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:28.189Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:28.189Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:19:28.189Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:28.190Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is not matching search criteria
2022-06-07T08:19:28.190Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T08:19:28.190Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-07T08:19:28.190Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T08:19:28.191Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T08:19:28.191Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T08:19:28.192Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T08:19:28.192Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:28.192Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T08:19:28.192Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:28.193Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T08:19:28.193Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T08:19:28.193Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=18359ab4-01de-4364-9699-a3ef757c77dc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-07T08:19:28.205Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:28.207Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:28.207Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:19:28.208Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:28.208Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is not matching search criteria
2022-06-07T08:19:28.208Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T08:19:28.209Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T08:19:28.209Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T08:19:28.209Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:28.210Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T08:19:28.210Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T08:19:28.210Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T08:19:28.211Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-07T08:19:28.211Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T08:19:28.211Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:28.212Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T08:19:28.212Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T08:19:28.213Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=da7f2def-5398-4bf9-9aad-e766df056bc8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-07T08:19:28.217Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:28.218Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:28.219Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:19:28.225Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:28.225Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is not matching search criteria
2022-06-07T08:19:28.226Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T08:19:28.226Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T08:19:28.226Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T08:19:28.227Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:28.227Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T08:19:28.227Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T08:19:28.228Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T08:19:28.228Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T08:19:28.228Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T08:19:28.228Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T08:19:28.229Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:28.229Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-07T08:19:28.229Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0106e47b-7daa-495a-8f1c-a2f16e7a1cb2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-07T08:19:28.234Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:28.235Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:28.235Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:19:28.236Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:28.237Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:28.237Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0] matching following query criteria: sdcType=VF, customizationUUID=9ee9f2c1-4cf4-487f-9506-71d465a45f2c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:19:28.241Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:28.242Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:28.243Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c: vFW 8e0a263e-048e
2022-06-07T08:19:28.243Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:28.243Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:28.244Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:28.244Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:28.245Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:28.245Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:28.246Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:28.246Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:28.246Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:19:28.247Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:28.249Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-06-07 08-17-58
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:19:28.618Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8e0a263e-048e 922973af-9a8c-45ce-8f2d-3df193067d7d 1 ASDC deployResourceStructure
2022-06-07T08:19:28.619Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json ASDC sendASDCNotification
2022-06-07T08:19:28.619Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json
2022-06-07T08:19:28.619Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:19:28.619Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:28.622Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:28.622Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589968619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T08:19:28.722Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:19:28.724Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:28.724Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:28.744Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:19:28.744Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:29.625Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-07T08:19:29.627Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml
2022-06-07T08:19:29.627Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:19:29.628Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:29.633Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:29.633Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589969625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-07T08:19:29.733Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:19:29.735Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:29.735Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:29.755Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:19:29.755Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:30.635Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-07T08:19:30.636Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env
2022-06-07T08:19:30.636Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:19:30.636Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:30.639Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:30.639Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589970635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-07T08:19:30.740Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:30.741Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:30.741Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:30.761Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:19:30.762Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:31.640Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar ASDC sendASDCNotification
2022-06-07T08:19:31.641Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:31.642Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:19:31.643Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:31.646Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:31.646Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589971640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:19:31.747Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:31.749Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:31.749Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:31.767Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:19:31.768Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:32.651Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:19:32.694Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:19:32.711Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:19:32.713Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:19:32.713Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:20:02.714Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:20:02.730Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:20:02.736Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:20:02.737Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:20:02.737Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:20:10.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:20:10.179Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:20:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:20:10.320Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:20:10.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:20:10.321Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589950172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:20:10.322Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-07T08:20:32.737Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:20:32.750Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:20:32.754Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:20:32.754Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:20:32.755Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:21:02.755Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:21:02.785Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:21:02.790Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:21:02.791Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:21:02.791Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:21:10.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:21:10.184Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:21:10.184Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:21:10.220Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:21:10.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1654589939127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654589948361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "cds",
"timestamp": 1654589942350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589950172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1654589939127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654589948361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "cds",
"timestamp": 1654589942350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "policy-id",
"timestamp": 1654589951628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654589952283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589950172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1654589939127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654589948361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "cds",
"timestamp": 1654589942350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "policy-id",
"timestamp": 1654589951628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654589952283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589950172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1654589939127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654589948361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "cds",
"timestamp": 1654589942350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "policy-id",
"timestamp": 1654589951628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654589952283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589950172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "ves-openapi-manager",
"timestamp": 1654589939127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "aai-ml",
"timestamp": 1654589954477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654589948361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "cds",
"timestamp": 1654589942350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "policy-id",
"timestamp": 1654589951628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654589952283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589950172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "aai-ml",
"timestamp": 1654589954477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654589956368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "cds",
"timestamp": 1654589955817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "policy-id",
"timestamp": 1654589951628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654589952283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589950172,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "aai-ml",
"timestamp": 1654589954477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "cds",
"timestamp": 1654589956851,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:21:10.295Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c53a859c-c37b-42a7-bd7e-3d85ab3441ac
2022-06-07T08:21:10.297Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c53a859c-c37b-42a7-bd7e-3d85ab3441ac and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:21:10.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654589957457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.321Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "policy-id",
"timestamp": 1654589951628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654589952283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "aai-ml",
"timestamp": 1654589954477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "clamp",
"timestamp": 1654589957185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654589958526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.325Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589958510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.326Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "policy-id",
"timestamp": 1654589951628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654589952283,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "aai-ml",
"timestamp": 1654589954477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "clamp",
"timestamp": 1654589957185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.328Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.329Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654589959597,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:21:10.338Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c53a859c-c37b-42a7-bd7e-3d85ab3441ac
2022-06-07T08:21:10.338Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c53a859c-c37b-42a7-bd7e-3d85ab3441ac and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:21:10.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "policy-id",
"timestamp": 1654589959442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.354Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "aai-ml",
"timestamp": 1654589954477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654589960212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.355Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "clamp",
"timestamp": 1654589957185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654589960602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T08:21:10.357Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "policy-id",
"timestamp": 1654589960453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:21:10.357Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "aai-ml",
"timestamp": 1654589954477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "clamp",
"timestamp": 1654589957185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "policy-id",
"timestamp": 1654589961458,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:21:10.368Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c53a859c-c37b-42a7-bd7e-3d85ab3441ac
2022-06-07T08:21:10.369Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c53a859c-c37b-42a7-bd7e-3d85ab3441ac and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-07T08:21:10.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "clamp",
"timestamp": 1654589957185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "aai-ml",
"timestamp": 1654589962373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.390Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "clamp",
"timestamp": 1654589957185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "clamp",
"timestamp": 1654589957185,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589964927,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654589965692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:21:10.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589966025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654589966697,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:21:10.405Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c53a859c-c37b-42a7-bd7e-3d85ab3441ac
2022-06-07T08:21:10.405Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c53a859c-c37b-42a7-bd7e-3d85ab3441ac and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:21:10.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589967085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.422Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589968619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T08:21:10.422Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589969625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-07T08:21:10.423Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589970635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-07T08:21:10.424Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654589971640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:21:10.425Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "clamp",
"timestamp": 1654589974030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.426Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "clamp",
"timestamp": 1654589976039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:21:10.427Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "clamp",
"timestamp": 1654589977043,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:21:10.436Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c53a859c-c37b-42a7-bd7e-3d85ab3441ac
2022-06-07T08:21:10.436Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c53a859c-c37b-42a7-bd7e-3d85ab3441ac and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:21:10.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "aai-ml",
"timestamp": 1654589979007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:21:10.452Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "aai-ml",
"timestamp": 1654589980013,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:21:10.459Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c53a859c-c37b-42a7-bd7e-3d85ab3441ac
2022-06-07T08:21:10.460Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c53a859c-c37b-42a7-bd7e-3d85ab3441ac and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:21:10.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "cds",
"timestamp": 1654589987349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654589988361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "policy-id",
"timestamp": 1654589991628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "cds",
"timestamp": 1654589987349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654589988361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "policy-id",
"timestamp": 1654589991628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "ves-openapi-manager",
"timestamp": 1654589999127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "cds",
"timestamp": 1654589987349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654589988361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "policy-id",
"timestamp": 1654589991628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "ves-openapi-manager",
"timestamp": 1654589999127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "cds",
"timestamp": 1654589987349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654589988361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "policy-id",
"timestamp": 1654589991628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "ves-openapi-manager",
"timestamp": 1654589999127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654589988361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "cds",
"timestamp": 1654589987349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "policy-id",
"timestamp": 1654589991628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "ves-openapi-manager",
"timestamp": 1654589999127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654589988361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "cds",
"timestamp": 1654589987349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "policy-id",
"timestamp": 1654589991628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.487Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "ves-openapi-manager",
"timestamp": 1654589999127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.488Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654589988361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "cds",
"timestamp": 1654589987349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "policy-id",
"timestamp": 1654589991628,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:21:10.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "ves-openapi-manager",
"timestamp": 1654589999127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654590005201,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "cds",
"timestamp": 1654590004636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "policy-id",
"timestamp": 1654590004824,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "ves-openapi-manager",
"timestamp": 1654589999127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-07T08:21:10.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "cds",
"timestamp": 1654590005643,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:21:10.524Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 225e2841-6c46-462a-b581-6ae798056848
2022-06-07T08:21:10.524Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 225e2841-6c46-462a-b581-6ae798056848 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:21:10.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "policy-id",
"timestamp": 1654590005829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:21:10.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654590006265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "policy-id",
"timestamp": 1654590006834,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:21:10.551Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 225e2841-6c46-462a-b581-6ae798056848
2022-06-07T08:21:10.551Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 225e2841-6c46-462a-b581-6ae798056848 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:21:10.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654590007324,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654590008347,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:21:10.575Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 225e2841-6c46-462a-b581-6ae798056848
2022-06-07T08:21:10.575Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 225e2841-6c46-462a-b581-6ae798056848 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-07T08:21:10.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654590009350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T08:21:10.586Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:32.792Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:21:32.812Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:21:32.817Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:21:32.818Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T08:21:32.818Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T08:21:32.818Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T08:21:32.818Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T08:21:32.818Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T08:21:32.819Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T08:21:32.819Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T08:21:32.819Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T08:21:32.819Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T08:21:32.819Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:21:32.830Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T08:22:02.832Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-07T08:22:02.851Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac and serviceModelVersionId: 8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c
2022-06-07T08:22:02.852Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 35e0cf91-e266-4299-814b-f457d4828591
2022-06-07T08:22:10.177Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:22:10.178Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:22:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:10.716Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:22:10.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590012283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590012283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590012283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "aai-ml",
"timestamp": 1654590014477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590012283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "aai-ml",
"timestamp": 1654590014477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590012283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "aai-ml",
"timestamp": 1654590014477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590012283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "aai-ml",
"timestamp": 1654590014477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "clamp",
"timestamp": 1654590017185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590012283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:22:10.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "aai-ml",
"timestamp": 1654590014477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "clamp",
"timestamp": 1654590017185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T08:22:10.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590020095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:22:10.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:22:10.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "aai-ml",
"timestamp": 1654590014477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "clamp",
"timestamp": 1654590017185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "aai-ml",
"timestamp": 1654590014477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:22:10.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "clamp",
"timestamp": 1654590017185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "clamp",
"timestamp": 1654590017185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "aai-ml",
"timestamp": 1654590022236,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:22:10.731Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:22:10.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590022453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:22:10.731Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:22:10.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "clamp",
"timestamp": 1654590017185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590023458,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:22:10.750Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 225e2841-6c46-462a-b581-6ae798056848
2022-06-07T08:22:10.751Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 225e2841-6c46-462a-b581-6ae798056848 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:22:10.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "clamp",
"timestamp": 1654590017185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:22:10.772Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-06-07T08:22:10.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "aai-ml",
"timestamp": 1654590031202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:22:10.773Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:22:10.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "aai-ml",
"timestamp": 1654590032206,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:22:10.797Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 225e2841-6c46-462a-b581-6ae798056848
2022-06-07T08:22:10.797Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 225e2841-6c46-462a-b581-6ae798056848 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:22:10.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "clamp",
"timestamp": 1654590037034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:22:10.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:22:10.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "clamp",
"timestamp": 1654590039043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:22:10.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:22:10.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "clamp",
"timestamp": 1654590040048,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:22:10.827Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 225e2841-6c46-462a-b581-6ae798056848
2022-06-07T08:22:10.827Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 225e2841-6c46-462a-b581-6ae798056848 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:22:24.212Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/35e0cf91-e266-4299-814b-f457d4828591/model-vers/model-ver/8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c?depth=0
2022-06-07T08:22:24.366Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T08:22:25.064Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e0cf91-e266-4299-814b-f457d4828591/model-vers/model-ver/8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c?depth=0|INFO|500||Invoke
2022-06-07T08:22:25.075Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e0cf91-e266-4299-814b-f457d4828591/model-vers/model-ver/8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e0cf91-e266-4299-814b-f457d4828591/model-vers/model-ver/8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c53a859c-c37b-42a7-bd7e-3d85ab3441ac], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f280862-bf88-4a56-b8da-0fdb1b0c3e09], X-ECOMP-RequestID=[c53a859c-c37b-42a7-bd7e-3d85ab3441ac], X-TransactionId=[], X-ONAP-RequestID=[c53a859c-c37b-42a7-bd7e-3d85ab3441ac], Content-Type=[application/merge-patch+json]}
2022-06-07T08:22:25.249Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e0cf91-e266-4299-814b-f457d4828591/model-vers/model-ver/8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-07T08:22:25.477Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e0cf91-e266-4299-814b-f457d4828591/model-vers/model-ver/8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c?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/35e0cf91-e266-4299-814b-f457d4828591/model-vers/model-ver/8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-08:22:24:913-7158], vertex-id=[168064], Content-Length=[0], Date=[Tue, 07 Jun 2022 08:22:24 GMT], Content-Type=[application/json]}
2022-06-07T08:22:25.480Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e0cf91-e266-4299-814b-f457d4828591/model-vers/model-ver/8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T08:22:25.481Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e0cf91-e266-4299-814b-f457d4828591/model-vers/model-ver/8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c?depth=0|INFO|500||InvokeReturn
2022-06-07T08:22:25.486Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T08:22:25.486Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:22:25.495Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-07T08:22:25.496Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c53a859c-c37b-42a7-bd7e-3d85ab3441ac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T08:22:25.498Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T08:22:25.498Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:25.502Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:25.502Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590145497,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:22:25.602Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:25.603Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:25.604Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:25.643Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:22:25.644Z||pool-18-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:22:26.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:22:26.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:22:26.519Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:30.939Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:22:30.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T08:22:30.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"225e2841-6c46-462a-b581-6ae798056848","serviceName":"basic_onboard_jlUJyl","serviceVersion":"1.0","serviceUUID":"2612ebcd-508e-45ea-a2b3-cf5560effeb4","serviceDescription":"service","serviceInvariantUUID":"5d4518c7-86a2-4043-88a7-8fa8ab97a443","resources":[{"resourceInstanceName":"basic_onboard_jlUJyl 0","resourceName":"basic_onboard_jlUJyl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0c3f440a-5397-464e-9049-6e181c6958d5","resourceInvariantUUID":"a1ba8ff0-d8cd-4433-960e-f72e743d17d0","resourceCustomizationUUID":"66282fac-ca43-413c-8b02-85fc5ff3718e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vf-license-model.xml","artifactChecksum":"MzE2NGE1MDRhNzg3YzRkMTAwMjFhYjk1NTFkYTQwMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ed34ff16-b116-41ab-99dd-1be7b0822eb5","artifactVersion":"1"},{"artifactName":"basic_onboard_jlujyl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json","artifactChecksum":"M2MwN2ViNmQxYzUxM2EyNDhmMGExODA5Y2U4ZTkyOTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dfeeefa9-5e5a-45be-8f82-1e60adff99cb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b57e1d9e-5f3c-4355-9bc5-6e845e391ce8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b669e137-803b-4741-afb4-e3ddefe775aa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"92570b7f-8a1c-48a4-9969-537e8bc20033","artifactVersion":"2","generatedFromUUID":"b57e1d9e-5f3c-4355-9bc5-6e845e391ce8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJlujyl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-template.yml","artifactChecksum":"MDg1ZWUwNDY2MzA4ODE4NzUwNjVjOWFjNTc5OTJlYTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c36f51de-5501-4aaa-b522-4c898a5d1ec7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJlujyl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar","artifactChecksum":"MGExNmViMTIyMjYxOWNhMjNhMzQyZGRiY2MyODJiNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e98cd31-5d46-4354-80be-50a1ff5ee5cf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T08:22:30.944Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:22:30.945Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:30.947Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:30.947Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590146518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:22:31.047Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:31.048Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:31.048Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:31.069Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:22:31.070Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:22:31.947Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:22:31.949Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:31.951Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:31.951Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590146518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T08:22:32.053Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T08:22:32.054Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:32.057Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:32.073Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:22:32.074Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:22:32.952Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:22:32.953Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:32.956Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:32.956Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590146518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-07T08:22:33.056Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:33.057Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:33.057Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:33.075Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:22:33.076Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:22:33.957Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:22:33.958Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:33.961Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:33.961Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590146518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:22:34.062Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T08:22:34.063Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:34.063Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:34.080Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:22:34.080Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:22:34.962Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:22:34.963Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:35.008Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:35.009Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590146518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-07T08:22:35.109Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:35.110Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:35.111Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:35.129Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:22:35.131Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:22:36.009Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:22:36.010Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:36.015Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:36.015Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590146518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:22:36.115Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:36.117Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:36.117Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:36.139Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:22:36.140Z||pool-24-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:22:37.016Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:22:37.017Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:37.019Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:37.020Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590146518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:22:37.120Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:37.121Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:37.121Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:37.141Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:22:37.142Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:22:38.022Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"serviceName": "basic_onboard_jlUJyl",
"serviceVersion": "1.0",
"serviceUUID": "2612ebcd-508e-45ea-a2b3-cf5560effeb4",
"serviceDescription": "service",
"serviceInvariantUUID": "5d4518c7-86a2-4043-88a7-8fa8ab97a443",
"resources": [
{
"resourceInstanceName": "basic_onboard_jlUJyl 0",
"resourceCustomizationUUID": "66282fac-ca43-413c-8b02-85fc5ff3718e",
"resourceName": "basic_onboard_jlUJyl",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0c3f440a-5397-464e-9049-6e181c6958d5",
"resourceInvariantUUID": "a1ba8ff0-d8cd-4433-960e-f72e743d17d0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jlujyl0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
"artifactChecksum": "M2MwN2ViNmQxYzUxM2EyNDhmMGExODA5Y2U4ZTkyOTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dfeeefa9-5e5a-45be-8f82-1e60adff99cb",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b57e1d9e-5f3c-4355-9bc5-6e845e391ce8",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "92570b7f-8a1c-48a4-9969-537e8bc20033",
"generatedFromUUID": "b57e1d9e-5f3c-4355-9bc5-6e845e391ce8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "92570b7f-8a1c-48a4-9969-537e8bc20033",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJlujyl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"artifactChecksum": "MGExNmViMTIyMjYxOWNhMjNhMzQyZGRiY2MyODJiNDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4e98cd31-5d46-4354-80be-50a1ff5ee5cf"
}
],
"workloadContext": "Production"
}
2022-06-07T08:22:38.022Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T08:22:38.022Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2612ebcd-508e-45ea-a2b3-cf5560effeb4 ASDC
2022-06-07T08:22:38.022Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:225e2841-6c46-462a-b581-6ae798056848
ServiceName:basic_onboard_jlUJyl
ServiceVersion:1.0
ServiceUUID:2612ebcd-508e-45ea-a2b3-cf5560effeb4
ServiceInvariantUUID:5d4518c7-86a2-4043-88a7-8fa8ab97a443
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJlujyl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar
ArtifactUUID:4e98cd31-5d46-4354-80be-50a1ff5ee5cf
ArtifactChecksum:MGExNmViMTIyMjYxOWNhMjNhMzQyZGRiY2MyODJiNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_jlUJyl 0
ResourceCustomizationUUID:66282fac-ca43-413c-8b02-85fc5ff3718e
ResourceInvariantUUID:a1ba8ff0-d8cd-4433-960e-f72e743d17d0
ResourceName:basic_onboard_jlUJyl
ResourceType:VF
ResourceUUID:0c3f440a-5397-464e-9049-6e181c6958d5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jlujyl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json
ArtifactUUID:dfeeefa9-5e5a-45be-8f82-1e60adff99cb
ArtifactChecksum:M2MwN2ViNmQxYzUxM2EyNDhmMGExODA5Y2U4ZTkyOTg=
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/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b57e1d9e-5f3c-4355-9bc5-6e845e391ce8
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/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env
ArtifactUUID:92570b7f-8a1c-48a4-9969-537e8bc20033
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/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env
ArtifactUUID:92570b7f-8a1c-48a4-9969-537e8bc20033
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-07T08:22:38.023Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2612ebcd-508e-45ea-a2b3-cf5560effeb4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:22:38.062Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:22:38.063Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-07T08:22:38.063Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-07T08:22:38.063Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4e98cd31-5d46-4354-80be-50a1ff5ee5cf from URL: /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:38.063Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-07T08:22:38.063Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:38.144Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-07T08:22:38.148Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar 4e98cd31-5d46-4354-80be-50a1ff5ee5cf 71583
2022-06-07T08:22:38.148Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar ASDC sendASDCNotification
2022-06-07T08:22:38.149Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:38.149Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:22:38.149Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:38.152Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:38.152Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590158148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:22:38.252Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:38.254Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:38.255Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:38.273Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:22:38.275Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:22:39.153Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:22:39.154Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-07T08:22:39.154Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4e98cd31-5d46-4354-80be-50a1ff5ee5cf, URL: /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar to file: /app/ASDC/1/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:39.155Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:39.156Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:39.156Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:39.357Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9858815793523788920/Definitions/service-BasicOnboardJlujyl-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-07T08:22:41.057Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T08:22:41.058Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-07T08:22:41.059Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:41.059Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-07T08:22:41.060Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||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-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:41.060Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||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-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:41.060Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||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-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:41.060Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||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-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:41.061Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:41.061Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:41.061Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||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-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:41.061Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||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-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:41.062Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jlUJyl 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-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:41.062Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-07T08:22:41.062Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:41.063Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:41.063Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is matching search criteria
2022-06-07T08:22:41.064Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-07T08:22:41.064Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jlUJyl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:22:41.065Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:41.065Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:41.066Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is matching search criteria
2022-06-07T08:22:41.066Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-07T08:22:41.066Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jlUJyl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:22:41.067Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:41.067Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:41.067Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:41.068Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is not matching search criteria
2022-06-07T08:22:41.068Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-07T08:22:41.068Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-07T08:22:41.069Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-07T08:22:41.069Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T08:22:41.069Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T08:22:41.069Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:41.070Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T08:22:41.070Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:41.070Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is matching search criteria
2022-06-07T08:22:41.070Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jlUJyl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:22:41.071Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:41.071Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is matching search criteria
2022-06-07T08:22:41.071Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jlUJyl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:22:41.072Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:41.072Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is matching search criteria
2022-06-07T08:22:41.072Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jlUJyl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:22:41.072Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:41.073Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is not matching search criteria
2022-06-07T08:22:41.073Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-07T08:22:41.073Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T08:22:41.073Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1e8d3882-45c7-4f1b-a1aa-b26e9ff7c389
2022-06-07T08:22:41.074Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:41.074Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:41.074Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:41.075Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:41.075Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:41.075Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:41.076Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:41.076Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:41.076Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_jlUJyl
Description:service
Model UUID:2612ebcd-508e-45ea-a2b3-cf5560effeb4
Model Version:NULL
Model InvariantUuid:5d4518c7-86a2-4043-88a7-8fa8ab97a443
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_jlUJyl
Model UUID:9fa93a6e-e2a8-49fa-9f31-3c20a3360341
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a1ba8ff0-d8cd-4433-960e-f72e743d17d0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:66282fac-ca43-413c-8b02-85fc5ff3718e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:29f82f99-8bc7-4380-a7a8-15cda02c8b64
ModelName:BasicOnboardJlujyl..base_ubuntu18..module-0
ModelUuid:b53ed6ad-521c-4781-aa9d-0fe052ceeb6b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1e8d3882-45c7-4f1b-a1aa-b26e9ff7c389
ModelInvariantUuid:ca8df4d3-e5bd-4657-8149-bbe5afaf6409
ModelName:basic_onboard_jlUJyl-nodes.ubuntu18Cvfc
ModelUuid:89081d05-dac1-42c4-bcb2-b005ae517d9a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:68bea7e3-d384-4439-998c-dcd601a27aec
ModelInvariantUuid:4e6b5576-bec8-47a8-ba41-e75f0d5a8e87
ModelName:BasicOnboardJlujyl.compute.nodes.heat.ubuntu18
ModelUuid:c11822d9-b120-4a82-a619-79ff66244a42
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-07T08:22:41.086Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 0c3f440a-5397-464e-9049-6e181c6958d5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:22:41.090Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||basic_onboard_jlUJyl 0
2022-06-07T08:22:41.090Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0c3f440a-5397-464e-9049-6e181c6958d5
2022-06-07T08:22:41.091Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dfeeefa9-5e5a-45be-8f82-1e60adff99cb from URL: /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json
2022-06-07T08:22:41.091Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-07T08:22:41.091Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json
2022-06-07T08:22:41.149Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-07T08:22:41.150Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json dfeeefa9-5e5a-45be-8f82-1e60adff99cb 798
2022-06-07T08:22:41.150Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json ASDC sendASDCNotification
2022-06-07T08:22:41.151Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json
2022-06-07T08:22:41.151Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:22:41.152Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:41.154Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:41.155Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590161150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:22:41.255Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:41.256Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:41.256Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:41.278Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:22:41.279Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:22:42.156Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJlujyl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "29f82f99-8bc7-4380-a7a8-15cda02c8b64",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b53ed6ad-521c-4781-aa9d-0fe052ceeb6b",
"vfModuleModelCustomizationUUID": "508c2b60-02aa-4636-a92e-5b5c89656c9a",
"isBase": true,
"artifacts": [
"b57e1d9e-5f3c-4355-9bc5-6e845e391ce8",
"92570b7f-8a1c-48a4-9969-537e8bc20033"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-07T08:22:42.164Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJlujyl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b53ed6ad-521c-4781-aa9d-0fe052ceeb6b
VfModuleModelInvariantUUID:29f82f99-8bc7-4380-a7a8-15cda02c8b64
VfModuleModelDescription:NULL
Artifacts UUID List:{
b57e1d9e-5f3c-4355-9bc5-6e845e391ce8
,
92570b7f-8a1c-48a4-9969-537e8bc20033
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-07T08:22:42.167Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJlujyl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "29f82f99-8bc7-4380-a7a8-15cda02c8b64",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b53ed6ad-521c-4781-aa9d-0fe052ceeb6b",
"vfModuleModelCustomizationUUID": "508c2b60-02aa-4636-a92e-5b5c89656c9a",
"isBase": true,
"artifacts": [
"b57e1d9e-5f3c-4355-9bc5-6e845e391ce8",
"92570b7f-8a1c-48a4-9969-537e8bc20033"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-06-07T08:22:42.168Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJlujyl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b53ed6ad-521c-4781-aa9d-0fe052ceeb6b
VfModuleModelInvariantUUID:29f82f99-8bc7-4380-a7a8-15cda02c8b64
VfModuleModelDescription:NULL
Artifacts UUID List:{
b57e1d9e-5f3c-4355-9bc5-6e845e391ce8
,
92570b7f-8a1c-48a4-9969-537e8bc20033
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-06-07T08:22:42.168Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b57e1d9e-5f3c-4355-9bc5-6e845e391ce8 from URL: /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml
2022-06-07T08:22:42.168Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-07T08:22:42.168Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml
2022-06-07T08:22:42.228Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-07T08:22:42.229Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml b57e1d9e-5f3c-4355-9bc5-6e845e391ce8 5033
2022-06-07T08:22:42.229Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-07T08:22:42.229Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml
2022-06-07T08:22:42.229Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:22:42.230Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:42.232Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:42.232Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590162229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:22:42.333Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:42.335Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:42.336Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:42.363Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:22:42.363Z||pool-28-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:22:43.234Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 92570b7f-8a1c-48a4-9969-537e8bc20033 from URL: /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env
2022-06-07T08:22:43.234Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-07T08:22:43.235Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env
2022-06-07T08:22:43.317Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-07T08:22:43.318Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env 92570b7f-8a1c-48a4-9969-537e8bc20033 909
2022-06-07T08:22:43.318Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-07T08:22:43.318Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env
2022-06-07T08:22:43.319Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:22:43.319Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:43.321Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:43.322Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590163318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:22:43.422Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:43.423Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:43.423Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:43.447Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:22:43.448Z||pool-29-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:22:44.322Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2612ebcd-508e-45ea-a2b3-cf5560effeb4
2022-06-07T08:22:44.323Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jlUJyl 0 0c3f440a-5397-464e-9049-6e181c6958d5 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:22:44.340Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f624241, org.onap.sdc.toscaparser.api.parameters.Input@1cca3797, org.onap.sdc.toscaparser.api.parameters.Input@22a5d15c, org.onap.sdc.toscaparser.api.parameters.Input@38c579d, org.onap.sdc.toscaparser.api.parameters.Input@4e316de7]
2022-06-07T08:22:44.342Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:44.343Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:44.343Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-06-07T08:22:44.343Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 66282fac-ca43-413c-8b02-85fc5ff3718e
2022-06-07T08:22:44.343Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 66282fac-ca43-413c-8b02-85fc5ff3718e matches Tosca VF Customization UUID: 66282fac-ca43-413c-8b02-85fc5ff3718e
2022-06-07T08:22:44.343Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 66282fac-ca43-413c-8b02-85fc5ff3718e matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-07T08:22:44.346Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:44.346Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:44.346Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 66282fac-ca43-413c-8b02-85fc5ff3718e: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-07T08:22:44.346Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ef80de2
2022-06-07T08:22:44.347Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:44.347Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T08:22:44.347Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 508c2b60-02aa-4636-a92e-5b5c89656c9a
2022-06-07T08:22:44.347Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 508c2b60-02aa-4636-a92e-5b5c89656c9a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-07T08:22:44.350Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:44.350Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is matching search criteria
2022-06-07T08:22:44.350Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jlUJyl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:22:44.350Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:44.351Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is matching search criteria
2022-06-07T08:22:44.351Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jlUJyl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:22:44.351Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:44.351Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is not matching search criteria
2022-06-07T08:22:44.351Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-07T08:22:44.352Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T08:22:44.352Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1e8d3882-45c7-4f1b-a1aa-b26e9ff7c389
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-07T08:22:44.355Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:44.355Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is matching search criteria
2022-06-07T08:22:44.355Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jlUJyl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:22:44.356Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:44.356Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is matching search criteria
2022-06-07T08:22:44.356Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jlUJyl 0] matching following query criteria: sdcType=VF, customizationUUID=66282fac-ca43-413c-8b02-85fc5ff3718e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:22:44.358Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:44.358Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:44.359Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2612ebcd-508e-45ea-a2b3-cf5560effeb4: basic_onboard_jlUJyl
2022-06-07T08:22:44.359Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:44.359Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:44.359Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:44.359Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:44.360Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:44.360Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:44.360Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:44.360Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:44.360Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:22:44.360Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:44.361Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_jlUJyl
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:22:44.464Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jlUJyl 0c3f440a-5397-464e-9049-6e181c6958d5 1 ASDC deployResourceStructure
2022-06-07T08:22:44.465Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json ASDC sendASDCNotification
2022-06-07T08:22:44.465Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json
2022-06-07T08:22:44.465Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:22:44.466Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:44.468Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:44.468Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590164465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T08:22:44.569Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T08:22:44.571Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:44.571Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:44.610Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:22:44.611Z||pool-30-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:22:45.470Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-07T08:22:45.470Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml
2022-06-07T08:22:45.470Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:22:45.471Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:45.474Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:45.474Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590165469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-07T08:22:45.574Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:45.575Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:45.575Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:45.595Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:22:45.596Z||pool-31-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:22:46.475Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-07T08:22:46.476Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env
2022-06-07T08:22:46.476Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:22:46.476Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:46.478Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:46.478Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590166475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-07T08:22:46.579Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:46.580Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:46.580Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:46.597Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:22:46.598Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:22:47.480Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar ASDC sendASDCNotification
2022-06-07T08:22:47.480Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:47.480Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:22:47.481Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:47.483Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:47.483Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590167479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:22:47.583Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:47.585Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:47.585Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:47.603Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:22:47.604Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:22:48.484Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 225e2841-6c46-462a-b581-6ae798056848
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:22:48.501Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 225e2841-6c46-462a-b581-6ae798056848
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:22:48.507Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:22:48.507Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T08:22:48.507Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T08:22:48.507Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T08:22:48.508Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T08:22:48.508Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T08:22:48.508Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T08:22:48.508Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T08:22:48.508Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T08:22:48.508Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T08:22:48.508Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:22:48.515Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T08:23:10.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:23:10.178Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:23:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:23:10.819Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:23:10.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590145497,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:23:10.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:23:10.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590146518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:23:10.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:23:10.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590146518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T08:23:10.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:23:10.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590146518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-07T08:23:10.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:23:10.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590146518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:23:10.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:23:10.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590146518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-07T08:23:10.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:23:10.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590146518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:23:10.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:23:10.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590146518,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:23:10.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:23:10.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590158148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:23:10.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:23:10.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590161150,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:23:10.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:23:10.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590162229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:23:10.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:23:10.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590163318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:23:10.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:23:10.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590164465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T08:23:10.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:23:10.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590165469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-07T08:23:10.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:23:10.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590166475,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-07T08:23:10.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:23:10.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590167479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:23:10.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:23:18.516Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 225e2841-6c46-462a-b581-6ae798056848 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-07T08:23:18.524Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 225e2841-6c46-462a-b581-6ae798056848 and serviceModelVersionId: 2612ebcd-508e-45ea-a2b3-cf5560effeb4
2022-06-07T08:23:18.524Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5d4518c7-86a2-4043-88a7-8fa8ab97a443
2022-06-07T08:23:18.525Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5d4518c7-86a2-4043-88a7-8fa8ab97a443/model-vers/model-ver/2612ebcd-508e-45ea-a2b3-cf5560effeb4?depth=0
2022-06-07T08:23:18.531Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T08:23:18.612Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d4518c7-86a2-4043-88a7-8fa8ab97a443/model-vers/model-ver/2612ebcd-508e-45ea-a2b3-cf5560effeb4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-07T08:23:18.615Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d4518c7-86a2-4043-88a7-8fa8ab97a443/model-vers/model-ver/2612ebcd-508e-45ea-a2b3-cf5560effeb4?depth=0|INFO|500||Invoke
2022-06-07T08:23:18.661Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d4518c7-86a2-4043-88a7-8fa8ab97a443/model-vers/model-ver/2612ebcd-508e-45ea-a2b3-cf5560effeb4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-07T08:23:18.752Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d4518c7-86a2-4043-88a7-8fa8ab97a443/model-vers/model-ver/2612ebcd-508e-45ea-a2b3-cf5560effeb4?depth=0|INFO|500||InvokeReturn
2022-06-07T08:23:18.753Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d4518c7-86a2-4043-88a7-8fa8ab97a443/model-vers/model-ver/2612ebcd-508e-45ea-a2b3-cf5560effeb4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220607-08:23:18:321-43604], vertex-id=[217128], Content-Length=[0], Date=[Tue, 07 Jun 2022 08:23:18 GMT], Content-Type=[application/json]}
2022-06-07T08:23:18.754Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-06-07T08:23:18.754Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T08:23:18.755Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:23:18.761Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-07T08:23:18.762Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 225e2841-6c46-462a-b581-6ae798056848 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T08:23:18.762Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T08:23:18.763Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:23:18.767Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:23:18.767Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590198762,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:23:18.867Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:23:18.869Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:23:18.869Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:23:18.891Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:23:18.892Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:23:19.785Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:23:19.786Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:23:19.787Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:23:29.361Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:23:29.362Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:23:29.363Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:23:29.364Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:23:38.920Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:23:38.921Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:23:38.922Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:23:38.923Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:23:48.490Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:24:10.172Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:24:10.174Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:24:10.174Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:24:10.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:24:10.177Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:24:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:24:10.819Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:24:10.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T08:24:10.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "225e2841-6c46-462a-b581-6ae798056848",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590198762,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:24:10.821Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:24:19.728Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:25:10.172Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:25:10.174Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:25:10.174Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:25:10.177Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:25:10.178Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:25:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:25:19.735Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:25:19.767Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:26:10.173Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:26:10.174Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:26:10.174Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:26:10.177Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:26:10.178Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:26:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:26:19.754Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:26:19.755Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:27:10.173Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:27:10.177Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:27:10.177Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:27:10.179Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:27:10.182Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:27:10.182Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:27:19.745Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:27:19.745Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:28:10.172Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:28:10.174Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:28:10.174Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:28:10.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:28:10.178Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:28:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:28:19.741Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:28:19.742Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:29:10.173Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:29:10.174Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:29:10.174Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:29:10.177Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:29:10.178Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:29:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:29:19.733Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:29:19.734Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:30:10.173Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:30:10.174Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:30:10.174Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:30:10.180Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:30:10.180Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:30:10.181Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:30:19.743Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:30:19.749Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:31:10.172Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:31:10.174Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:31:10.174Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:31:10.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:31:10.179Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:31:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:31:19.733Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:31:19.733Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:32:10.174Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:32:10.175Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:32:10.175Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:32:10.177Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:32:10.178Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:32:10.179Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:32:19.732Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:32:19.732Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:33:10.173Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:33:10.177Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:33:10.178Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:33:10.178Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:33:10.179Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:33:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:33:19.749Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:33:19.753Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:34:10.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:34:10.174Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:34:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:34:10.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:34:10.178Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:34:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:34:10.816Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:34:10.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:34:10.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:34:10.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-07T08:34:10.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "ves-openapi-manager",
"timestamp": 1654590839127,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:34:10.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c615fc2f-646f-469e-bfe4-097514476b57","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dc573240-ad0e-4bae-863c-270edd70be77","serviceDescription":"service","serviceInvariantUUID":"53af3997-8068-4ef2-841c-b218a4277bb8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"17f21921-0044-422e-94cc-c21d33ee24e1","resourceInvariantUUID":"d53c64bf-1e44-4f21-8d50-f81629c049c6","resourceCustomizationUUID":"b765e639-25f2-455b-97da-2fada84d54b2","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":"OTljOTYxZThjOWUxYjhmNTNhYWI1NDk5YWUxYjNjMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4fc501dc-8f8b-4ad8-a026-24e1e4d4597a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmUzZDAyMWY4ZjM4NjE4ZWRmMmQ4Yzc4ZWEwYjY3Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a525ea4-5c66-4691-8072-4bf35aab289c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T08:34:10.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:34:10.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:34:10.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "cds",
"timestamp": 1654590842349,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:34:10.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:34:10.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:34:10.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "ves-openapi-manager",
"timestamp": 1654590839127,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:34:10.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:34:10.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:34:10.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "cds",
"timestamp": 1654590842349,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:34:10.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:34:10.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:34:10.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "cds",
"timestamp": 1654590846539,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:34:10.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:34:10.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:34:10.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "cds",
"timestamp": 1654590847551,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-06-07T08:34:10.828Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:34:10.829Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:34:10.834Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:34:10.835Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590850172,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:34:10.857Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c615fc2f-646f-469e-bfe4-097514476b57
2022-06-07T08:34:10.858Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c615fc2f-646f-469e-bfe4-097514476b57 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:34:10.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:34:10.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654590848361,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:34:10.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:34:10.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:34:10.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654590848361,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:34:10.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:34:10.934Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:34:10.937Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:34:10.937Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:34:10.959Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:34:10.960Z||pool-35-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:34:11.836Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:34:11.837Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:34:11.839Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:34:11.839Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590850172,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:34:11.940Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T08:34:11.942Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:34:11.942Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:34:11.995Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:34:11.996Z||pool-36-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:34:12.841Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "dc573240-ad0e-4bae-863c-270edd70be77",
"serviceDescription": "service",
"serviceInvariantUUID": "53af3997-8068-4ef2-841c-b218a4277bb8",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "b765e639-25f2-455b-97da-2fada84d54b2",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "17f21921-0044-422e-94cc-c21d33ee24e1",
"resourceInvariantUUID": "d53c64bf-1e44-4f21-8d50-f81629c049c6",
"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": "ZmUzZDAyMWY4ZjM4NjE4ZWRmMmQ4Yzc4ZWEwYjY3Mzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1a525ea4-5c66-4691-8072-4bf35aab289c"
}
],
"workloadContext": "Production"
}
2022-06-07T08:34:12.841Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T08:34:12.842Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dc573240-ad0e-4bae-863c-270edd70be77 ASDC
2022-06-07T08:34:12.843Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c615fc2f-646f-469e-bfe4-097514476b57
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:dc573240-ad0e-4bae-863c-270edd70be77
ServiceInvariantUUID:53af3997-8068-4ef2-841c-b218a4277bb8
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:1a525ea4-5c66-4691-8072-4bf35aab289c
ArtifactChecksum:ZmUzZDAyMWY4ZjM4NjE4ZWRmMmQ4Yzc4ZWEwYjY3Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b765e639-25f2-455b-97da-2fada84d54b2
ResourceInvariantUUID:d53c64bf-1e44-4f21-8d50-f81629c049c6
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:17f21921-0044-422e-94cc-c21d33ee24e1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-07T08:34:12.843Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc573240-ad0e-4bae-863c-270edd70be77 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:34:12.892Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:34:12.894Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-07T08:34:12.895Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-07T08:34:12.895Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1a525ea4-5c66-4691-8072-4bf35aab289c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T08:34:12.895Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-07T08:34:12.896Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:34:13.034Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-07T08:34:13.038Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1a525ea4-5c66-4691-8072-4bf35aab289c 52508
2022-06-07T08:34:13.039Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:34:13.039Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:34:13.039Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:34:13.040Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:34:13.043Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:34:13.044Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590853039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:34:13.144Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:34:13.145Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:34:13.145Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:34:13.160Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:34:13.161Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:34:14.045Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:34:14.046Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-07T08:34:14.047Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 1a525ea4-5c66-4691-8072-4bf35aab289c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T08:34:14.047Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-07T08:34:14.048Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T08:34:14.048Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T08:34:14.363Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP283902290921739335/Definitions/service-BasicNetwork-template.yml
2022-06-07T08:34:15.269Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T08:34:15.271Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-07T08:34:15.271Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T08:34:15.271Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-07T08:34:15.271Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:34:15.272Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:34:15.272Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:34:15.272Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:34:15.272Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:34:15.273Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:34:15.273Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:34:15.273Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:34:15.273Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-07T08:34:15.274Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:34:15.275Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:34:15.275Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-07T08:34:15.276Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-07T08:34:15.276Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:34:15.277Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:34:15.277Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.277Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-07T08:34:15.277Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-07T08:34:15.278Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:34:15.278Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:34:15.278Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.279Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:34:15.279Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.280Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:34:15.280Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.281Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:34:15.281Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.281Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:34:15.282Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.282Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:dc573240-ad0e-4bae-863c-270edd70be77
Model Version:NULL
Model InvariantUuid:53af3997-8068-4ef2-841c-b218a4277bb8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d53c64bf-1e44-4f21-8d50-f81629c049c6
Model UUID:a8236e68-04d8-4412-a332-1de4fdea653e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:b765e639-25f2-455b-97da-2fada84d54b2
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-07T08:34:15.293Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 17f21921-0044-422e-94cc-c21d33ee24e1
2022-06-07T08:34:15.293Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||No resources found for Service: dc573240-ad0e-4bae-863c-270edd70be77
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:34:15.304Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||
2022-06-07T08:34:15.305Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-07T08:34:15.306Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||No resources found for Service: dc573240-ad0e-4bae-863c-270edd70be77
2022-06-07T08:34:15.306Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: dc573240-ad0e-4bae-863c-270edd70be77
2022-06-07T08:34:15.306Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-07T08:34:15.307Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:34:15.317Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57ca4e13, org.onap.sdc.toscaparser.api.parameters.Input@40d57238, org.onap.sdc.toscaparser.api.parameters.Input@569de47, org.onap.sdc.toscaparser.api.parameters.Input@2256148, org.onap.sdc.toscaparser.api.parameters.Input@79a0dc9]
2022-06-07T08:34:15.319Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:34:15.320Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.320Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:34:15.320Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.321Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid dc573240-ad0e-4bae-863c-270edd70be77: Generic NeutronNet
2022-06-07T08:34:15.321Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:34:15.321Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.321Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:34:15.321Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:34:15.375Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:34:15.376Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.377Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:34:15.377Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:34:15.377Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:34:15.377Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.378Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:34:15.477Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-06-07T08:34:15.478Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:34:15.478Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:34:15.478Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:34:15.479Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:34:15.483Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:34:15.483Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590855478,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:34:15.583Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:34:15.584Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:34:15.584Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:34:15.606Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:34:15.606Z||pool-38-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:34:16.485Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:34:16.510Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:34:16.515Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:34:16.516Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:34:16.516Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:34:46.517Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:34:46.543Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:34:46.549Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:34:46.549Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:34:46.549Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:35:10.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:35:10.179Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:35:10.180Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:35:10.322Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:35:10.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:35:10.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590850172,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:35:10.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:35:16.550Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:35:16.565Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:35:16.567Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:35:16.568Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:35:16.568Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:35:46.568Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:35:46.585Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:35:46.589Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:35:46.589Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:35:46.589Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:36:10.178Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:36:10.181Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:36:10.181Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:10.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:36:10.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590850172,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:36:10.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "policy-id",
"timestamp": 1654590851628,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590852284,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590853039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.239Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "policy-id",
"timestamp": 1654590851628,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:36:10.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590852284,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:36:10.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "policy-id",
"timestamp": 1654590854413,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590855029,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "aai-ml",
"timestamp": 1654590854477,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654590855478,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:36:10.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "policy-id",
"timestamp": 1654590855418,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:36:10.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "aai-ml",
"timestamp": 1654590854477,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:36:10.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590856695,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:36:10.244Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "policy-id",
"timestamp": 1654590856422,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:36:10.258Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c615fc2f-646f-469e-bfe4-097514476b57
2022-06-07T08:36:10.259Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c615fc2f-646f-469e-bfe4-097514476b57 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:36:10.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "aai-ml",
"timestamp": 1654590857209,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.273Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590857700,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:36:10.281Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c615fc2f-646f-469e-bfe4-097514476b57
2022-06-07T08:36:10.281Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c615fc2f-646f-469e-bfe4-097514476b57 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:36:10.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "clamp",
"timestamp": 1654590857185,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "clamp",
"timestamp": 1654590857185,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:36:10.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "aai-ml",
"timestamp": 1654590861659,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:36:10.293Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "aai-ml",
"timestamp": 1654590862664,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:36:10.300Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c615fc2f-646f-469e-bfe4-097514476b57
2022-06-07T08:36:10.301Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c615fc2f-646f-469e-bfe4-097514476b57 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:36:10.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "ves-openapi-manager",
"timestamp": 1654590859128,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "cds",
"timestamp": 1654590857350,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "ves-openapi-manager",
"timestamp": 1654590859128,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "cds",
"timestamp": 1654590857350,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "ves-openapi-manager",
"timestamp": 1654590859128,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "cds",
"timestamp": 1654590857350,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "clamp",
"timestamp": 1654590865170,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.320Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "ves-openapi-manager",
"timestamp": 1654590859128,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "cds",
"timestamp": 1654590857350,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "ves-openapi-manager",
"timestamp": 1654590859128,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "cds",
"timestamp": 1654590857350,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "ves-openapi-manager",
"timestamp": 1654590859128,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-06-07T08:36:10.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "cds",
"timestamp": 1654590857350,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "clamp",
"timestamp": 1654590868171,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:36:10.323Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "ves-openapi-manager",
"timestamp": 1654590859128,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "cds",
"timestamp": 1654590857350,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654590868362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "clamp",
"timestamp": 1654590869174,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:36:10.334Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c615fc2f-646f-469e-bfe4-097514476b57
2022-06-07T08:36:10.334Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c615fc2f-646f-469e-bfe4-097514476b57 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:36:10.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "ves-openapi-manager",
"timestamp": 1654590859128,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "cds",
"timestamp": 1654590857350,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:36:10.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654590868362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654590868362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "cds",
"timestamp": 1654590870606,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "ves-openapi-manager",
"timestamp": 1654590871210,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654590868362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "cds",
"timestamp": 1654590871613,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:36:10.369Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cdc10e11-6eff-4458-a0ea-6d1b70e23773
2022-06-07T08:36:10.369Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdc10e11-6eff-4458-a0ea-6d1b70e23773 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:36:10.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "ves-openapi-manager",
"timestamp": 1654590872379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-06-07T08:36:10.382Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "policy-id",
"timestamp": 1654590871629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654590868362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "ves-openapi-manager",
"timestamp": 1654590873383,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:36:10.390Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of cdc10e11-6eff-4458-a0ea-6d1b70e23773
2022-06-07T08:36:10.390Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdc10e11-6eff-4458-a0ea-6d1b70e23773 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:36:10.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "policy-id",
"timestamp": 1654590871629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654590868362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "policy-id",
"timestamp": 1654590871629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654590868362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "policy-id",
"timestamp": 1654590871629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654590868362,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:36:10.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "policy-id",
"timestamp": 1654590871629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "policy-id",
"timestamp": 1654590871629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "policy-id",
"timestamp": 1654590871629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "policy-id",
"timestamp": 1654590871629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:36:10.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "policy-id",
"timestamp": 1654590880359,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "policy-id",
"timestamp": 1654590881365,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:36:10.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "policy-id",
"timestamp": 1654590882368,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:36:10.416Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cdc10e11-6eff-4458-a0ea-6d1b70e23773
2022-06-07T08:36:10.417Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdc10e11-6eff-4458-a0ea-6d1b70e23773 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:36:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590882284,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590882284,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590882284,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "aai-ml",
"timestamp": 1654590884477,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590882284,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "aai-ml",
"timestamp": 1654590884477,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590882284,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "aai-ml",
"timestamp": 1654590884477,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590882284,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "aai-ml",
"timestamp": 1654590884477,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "clamp",
"timestamp": 1654590887186,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590882284,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "aai-ml",
"timestamp": 1654590884477,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "clamp",
"timestamp": 1654590887186,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590882284,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:36:10.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "aai-ml",
"timestamp": 1654590884477,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "clamp",
"timestamp": 1654590887186,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "aai-ml",
"timestamp": 1654590884477,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590891232,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "clamp",
"timestamp": 1654590887186,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "aai-ml",
"timestamp": 1654590884477,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:36:10.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "clamp",
"timestamp": 1654590887186,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "aai-ml",
"timestamp": 1654590893250,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "clamp",
"timestamp": 1654590887186,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590893276,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:36:10.439Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "clamp",
"timestamp": 1654590887186,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654590894288,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:36:10.446Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cdc10e11-6eff-4458-a0ea-6d1b70e23773
2022-06-07T08:36:10.447Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdc10e11-6eff-4458-a0ea-6d1b70e23773 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:36:10.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "clamp",
"timestamp": 1654590887186,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:36:10.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "aai-ml",
"timestamp": 1654590898783,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:36:10.461Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "aai-ml",
"timestamp": 1654590899791,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:36:10.468Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cdc10e11-6eff-4458-a0ea-6d1b70e23773
2022-06-07T08:36:10.469Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdc10e11-6eff-4458-a0ea-6d1b70e23773 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:36:10.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
"consumerID": "ves-openapi-manager",
"timestamp": 1654590899127,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
"consumerID": "cds",
"timestamp": 1654590902350,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
"consumerID": "ves-openapi-manager",
"timestamp": 1654590899127,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
"consumerID": "cds",
"timestamp": 1654590902350,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
"consumerID": "ves-openapi-manager",
"timestamp": 1654590899127,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
"consumerID": "cds",
"timestamp": 1654590902350,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
"consumerID": "ves-openapi-manager",
"timestamp": 1654590899127,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
"consumerID": "cds",
"timestamp": 1654590902350,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
"consumerID": "ves-openapi-manager",
"timestamp": 1654590899127,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "clamp",
"timestamp": 1654590907176,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
"consumerID": "cds",
"timestamp": 1654590902350,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
"consumerID": "ves-openapi-manager",
"timestamp": 1654590899127,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
"consumerID": "cds",
"timestamp": 1654590902350,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
"consumerID": "ves-openapi-manager",
"timestamp": 1654590899127,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654590908361,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "clamp",
"timestamp": 1654590909187,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T08:36:10.490Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
"consumerID": "cds",
"timestamp": 1654590902350,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:36:10.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:10.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654590908361,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T08:36:10.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-07T08:36:16.590Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:36:16.612Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:36:16.630Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:36:16.631Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T08:36:16.631Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T08:36:16.632Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T08:36:16.632Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T08:36:16.632Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T08:36:16.633Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T08:36:16.633Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T08:36:16.633Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T08:36:16.633Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T08:36:16.633Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:36:16.641Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T08:36:46.642Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-07T08:36:46.663Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c615fc2f-646f-469e-bfe4-097514476b57 and serviceModelVersionId: dc573240-ad0e-4bae-863c-270edd70be77
2022-06-07T08:36:46.664Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53af3997-8068-4ef2-841c-b218a4277bb8
2022-06-07T08:36:46.669Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53af3997-8068-4ef2-841c-b218a4277bb8/model-vers/model-ver/dc573240-ad0e-4bae-863c-270edd70be77?depth=0
2022-06-07T08:36:46.685Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T08:36:46.786Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53af3997-8068-4ef2-841c-b218a4277bb8/model-vers/model-ver/dc573240-ad0e-4bae-863c-270edd70be77?depth=0|INFO|500||Invoke
2022-06-07T08:36:46.787Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53af3997-8068-4ef2-841c-b218a4277bb8/model-vers/model-ver/dc573240-ad0e-4bae-863c-270edd70be77?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53af3997-8068-4ef2-841c-b218a4277bb8/model-vers/model-ver/dc573240-ad0e-4bae-863c-270edd70be77?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c615fc2f-646f-469e-bfe4-097514476b57], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[80942c73-b0fd-4e29-a7c7-70bc0daaf22f], X-ECOMP-RequestID=[c615fc2f-646f-469e-bfe4-097514476b57], X-TransactionId=[], X-ONAP-RequestID=[c615fc2f-646f-469e-bfe4-097514476b57], Content-Type=[application/merge-patch+json]}
2022-06-07T08:36:46.832Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53af3997-8068-4ef2-841c-b218a4277bb8/model-vers/model-ver/dc573240-ad0e-4bae-863c-270edd70be77?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-07T08:36:46.916Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53af3997-8068-4ef2-841c-b218a4277bb8/model-vers/model-ver/dc573240-ad0e-4bae-863c-270edd70be77?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/53af3997-8068-4ef2-841c-b218a4277bb8/model-vers/model-ver/dc573240-ad0e-4bae-863c-270edd70be77?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-08:36:46:463-51692], vertex-id=[184368], Content-Length=[0], Date=[Tue, 07 Jun 2022 08:36:46 GMT], Content-Type=[application/json]}
2022-06-07T08:36:46.917Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53af3997-8068-4ef2-841c-b218a4277bb8/model-vers/model-ver/dc573240-ad0e-4bae-863c-270edd70be77?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T08:36:46.918Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53af3997-8068-4ef2-841c-b218a4277bb8/model-vers/model-ver/dc573240-ad0e-4bae-863c-270edd70be77?depth=0|INFO|500||InvokeReturn
2022-06-07T08:36:46.918Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T08:36:46.918Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:36:46.924Z|c615fc2f-646f-469e-bfe4-097514476b57|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-06-07T08:36:46.925Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c615fc2f-646f-469e-bfe4-097514476b57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T08:36:46.926Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T08:36:46.927Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:36:46.933Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:36:46.934Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654591006926,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:36:47.033Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:36:47.035Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:36:47.035Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:47.064Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:36:47.066Z||pool-39-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:36:47.958Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:36:47.960Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:36:47.960Z|c615fc2f-646f-469e-bfe4-097514476b57|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:52.473Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:36:52.476Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-07T08:36:52.476Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"cdc10e11-6eff-4458-a0ea-6d1b70e23773","serviceName":"Demo_pNF_qpc4N4rSacbkGm68wmut","serviceVersion":"1.0","serviceUUID":"41b4b847-5ef5-4711-a6f9-f95670ad4e4c","serviceDescription":"catalog service description","serviceInvariantUUID":"fa388411-cfce-4af2-90cc-4b9fd69dd6c8","resources":[{"resourceInstanceName":"pNF d972a8ff-5c8c 0","resourceName":"pNF d972a8ff-5c8c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1d2e8ffe-bb7c-4aa8-8c5d-97cb44ccb9c4","resourceInvariantUUID":"965eedc9-8f9b-4096-9d5a-8f89a37ae238","resourceCustomizationUUID":"d5b4e4ee-c513-4d74-9a0b-573453b17783","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vf-license-model.xml","artifactChecksum":"ZmE3YjA4YzM5ZmYxOGI4ZTYwZTNjOGUzYTlhYWY4M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74b2f74a-be20-48ff-84d2-5c08633d8d59","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/pNF.csar","artifactChecksum":"ZjdjZDJiNDRhMzZhNTM0MzFmMTEzYjBjMmQxMmVkNzc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3122a38c-dfd5-4cac-b8b1-008012b748e1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb1898a6-9275-4124-b106-26bb58b0613f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vendor-license-model.xml","artifactChecksum":"M2Q1ODY1NTJmZTIyNWE2MmU3NzY5ZTJlMjgwOTc3MjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2b2543bf-072c-4a9f-b9fd-59f73ab25867","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d786b1cc-c8d2-40f7-aef0-f363fb2aec79","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bb843aa-25e9-46e0-a310-53e051a01559","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml","artifactChecksum":"MzFjNWYxNzg4NWQ0N2M2NzYwZTc1MjY1Y2EwOGUwY2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"757b66c0-150b-4e8d-8f59-200d6e152294","artifactVersion":"1"},{"artifactName":"service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar","artifactChecksum":"ODY3N2RkMTEzYWQwYTZjMzE4ZWEwMDllMTA3YjYxNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c6b57307-4744-4bac-8205-375dfdab4559","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T08:36:52.484Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:36:52.485Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:36:52.489Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:36:52.489Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654591007958,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:52.589Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:36:52.590Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:36:52.590Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:52.610Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:36:52.611Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:36:53.491Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:36:53.494Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:36:53.501Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:36:53.502Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654591007958,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:53.601Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:36:53.602Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:36:53.603Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:53.624Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:36:53.625Z||pool-41-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:36:54.504Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:36:54.505Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:36:54.516Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:36:54.517Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654591007958,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:54.608Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-07T08:36:54.613Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:36:54.613Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:54.633Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:36:54.634Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:36:55.519Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:36:55.523Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:36:55.528Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:36:55.528Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654591007958,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:55.627Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-07T08:36:55.629Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:36:55.629Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:55.648Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:36:55.650Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:36:56.529Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:36:56.530Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:36:56.532Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:36:56.532Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654591007958,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:56.633Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:36:56.634Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:36:56.634Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:56.675Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:36:56.676Z||pool-44-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:36:57.533Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:36:57.534Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:36:57.537Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:36:57.537Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654591007958,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:57.637Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:36:57.638Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:36:57.638Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:57.655Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:36:57.655Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:36:58.538Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:36:58.539Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:36:58.543Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:36:58.543Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654591007958,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T08:36:58.643Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:36:58.645Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:36:58.645Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:58.664Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:36:58.665Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:36:59.544Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:36:59.545Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:36:59.548Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:36:59.548Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654591007958,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T08:36:59.648Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:36:59.649Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:36:59.650Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:59.669Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:36:59.670Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:37:00.550Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"serviceName": "Demo_pNF_qpc4N4rSacbkGm68wmut",
"serviceVersion": "1.0",
"serviceUUID": "41b4b847-5ef5-4711-a6f9-f95670ad4e4c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "fa388411-cfce-4af2-90cc-4b9fd69dd6c8",
"resources": [
{
"resourceInstanceName": "pNF d972a8ff-5c8c 0",
"resourceCustomizationUUID": "d5b4e4ee-c513-4d74-9a0b-573453b17783",
"resourceName": "pNF d972a8ff-5c8c",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "1d2e8ffe-bb7c-4aa8-8c5d-97cb44ccb9c4",
"resourceInvariantUUID": "965eedc9-8f9b-4096-9d5a-8f89a37ae238",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"artifactChecksum": "ODY3N2RkMTEzYWQwYTZjMzE4ZWEwMDllMTA3YjYxNzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c6b57307-4744-4bac-8205-375dfdab4559"
}
],
"workloadContext": "Production"
}
2022-06-07T08:37:00.550Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T08:37:00.550Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 41b4b847-5ef5-4711-a6f9-f95670ad4e4c ASDC
2022-06-07T08:37:00.551Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:cdc10e11-6eff-4458-a0ea-6d1b70e23773
ServiceName:Demo_pNF_qpc4N4rSacbkGm68wmut
ServiceVersion:1.0
ServiceUUID:41b4b847-5ef5-4711-a6f9-f95670ad4e4c
ServiceInvariantUUID:fa388411-cfce-4af2-90cc-4b9fd69dd6c8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
ArtifactUUID:c6b57307-4744-4bac-8205-375dfdab4559
ArtifactChecksum:ODY3N2RkMTEzYWQwYTZjMzE4ZWEwMDllMTA3YjYxNzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d972a8ff-5c8c 0
ResourceCustomizationUUID:d5b4e4ee-c513-4d74-9a0b-573453b17783
ResourceInvariantUUID:965eedc9-8f9b-4096-9d5a-8f89a37ae238
ResourceName:pNF d972a8ff-5c8c
ResourceType:PNF
ResourceUUID:1d2e8ffe-bb7c-4aa8-8c5d-97cb44ccb9c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-06-07T08:37:00.551Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41b4b847-5ef5-4711-a6f9-f95670ad4e4c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:37:00.588Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:37:00.589Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-07T08:37:00.589Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-07T08:37:00.589Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c6b57307-4744-4bac-8205-375dfdab4559 from URL: /sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:00.589Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-07T08:37:00.590Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:00.664Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-07T08:37:00.668Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar c6b57307-4744-4bac-8205-375dfdab4559 82631
2022-06-07T08:37:00.669Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar ASDC sendASDCNotification
2022-06-07T08:37:00.669Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:00.670Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:37:00.670Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:37:00.673Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:37:00.673Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654591020669,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T08:37:00.773Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:37:00.774Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:37:00.774Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:37:00.790Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T08:37:00.791Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:37:01.673Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:37:01.675Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-07T08:37:01.675Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c6b57307-4744-4bac-8205-375dfdab4559, URL: /sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar to file: /app/ASDC/1/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:01.676Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:01.677Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:01.677Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:01.872Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15930049843996344072/Definitions/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml
2022-06-07T08:37:03.034Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T08:37:03.035Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-07T08:37:03.035Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:03.035Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-07T08:37:03.035Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d972a8ff-5c8c 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-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:03.036Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|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-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:03.036Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|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-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:03.036Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|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-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:03.036Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|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-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:03.036Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|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-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:03.036Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|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-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:03.036Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-07T08:37:03.036Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:37:03.037Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qpc4N4rSacbkGm68wmut is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:03.037Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Node template pNF d972a8ff-5c8c 0 is matching search criteria
2022-06-07T08:37:03.037Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-07T08:37:03.038Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF d972a8ff-5c8c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:37:03.039Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:37:03.039Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qpc4N4rSacbkGm68wmut is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:03.039Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Node template pNF d972a8ff-5c8c 0 is matching search criteria
2022-06-07T08:37:03.039Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-07T08:37:03.040Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF d972a8ff-5c8c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:37:03.040Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:37:03.040Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qpc4N4rSacbkGm68wmut is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:03.040Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:37:03.041Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qpc4N4rSacbkGm68wmut is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:03.041Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:37:03.041Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qpc4N4rSacbkGm68wmut is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:03.041Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T08:37:03.042Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qpc4N4rSacbkGm68wmut is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:03.042Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive