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-07T10:34:04.126Z||main|||||INFO|500||The following profiles are active: basic
2022-06-07T10:34:16.277Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-07T10:34:16.278Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-07T10:34:16.405Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-07T10:34:21.528Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-07T10:34:21.958Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-07T10:34:22.529Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-07T10:34:22.542Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-07T10:34:22.732Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-07T10:34:23.043Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-07T10:34:23.635Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-07T10:34:25.796Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-07T10:34:28.276Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-07T10:34:28.341Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-07T10:34:29.379Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-07T10:34:29.654Z||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-07T10:34:31.008Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-07T10:34:32.198Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-07T10:34:32.216Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$75ebdfa9.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-07T10:34:32.217Z||main|||||WARN|500||The sdc end point is not alive
2022-06-07T10:34:35.236Z||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-07T10:34:38.434Z||main|||||WARN|500||---
2022-06-07T10:34:38.434Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-07T10:34:38.434Z||main|||||WARN|500||---
2022-06-07T10:34:38.988Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-07T10:34:45.011Z||main|||||INFO|500||Started Application in 44.118 seconds (JVM running for 46.301)
2022-06-07T10:34:45.034Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-07T10:34:45.035Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-07T10:34:45.078Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-07T10:34:45.126Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-07T10:34:45.186Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 58322a19-b8c5-45c6-ac6d-65eeb021f3bd url= /sdc/v1/artifactTypes
2022-06-07T10:34:45.186Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-07T10:34:46.283Z||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.15.86] 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$$bffbb6c3.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-07T10:34:46.287Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2a5f31c6
2022-06-07T10:34:46.287Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-07T10:34:46.303Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-07T10:34:46.305Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-07T10:34:46.307Z||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$$bffbb6c3.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-07T10:35:35.007Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-07T10:35:35.008Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-07T10:35:35.009Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-07T10:35:35.012Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-07T10:35:35.028Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 89690871-aa4d-425e-9a74-c0ec502796e8 url= /sdc/v1/artifactTypes
2022-06-07T10:35:35.029Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-07T10:35:35.370Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-07T10:35:35.380Z||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-07T10:35:35.406Z||scheduling-1|||||DEBUG|500||create keys
2022-06-07T10:35:35.415Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-07T10:35:35.461Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:35:35.479Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8c433fd8-5366-44b9-8517-b12f2297fa27 url= /sdc/v1/registerForDistribution
2022-06-07T10:35:35.631Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8c433fd8-5366-44b9-8517-b12f2297fa27 url= /sdc/v1/registerForDistribution
2022-06-07T10:35:35.631Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-07T10:35:35.672Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:35:35.674Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:35:35.683Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-07T10:35:35.687Z||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-07T10:35:35.688Z||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-07T10:35:35.689Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:35:35.688Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:35:46.262Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:35:46.307Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:36:35.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:36:35.644Z||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-07T10:36:35.645Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:36:35.661Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:36:35.662Z||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-07T10:36:35.663Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:36:45.275Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:36:45.286Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:37:35.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:37:35.642Z||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-07T10:37:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:37:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:37:35.661Z||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-07T10:37:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:37:45.214Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:37:45.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:38:35.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:38:35.643Z||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-07T10:38:35.643Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:38:35.660Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:38:35.662Z||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-07T10:38:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:38:45.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:38:45.243Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:39:35.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:39:35.643Z||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-07T10:39:35.643Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:39:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:39:35.662Z||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-07T10:39:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:39:45.265Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:39:45.269Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:40:35.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:40:35.642Z||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-07T10:40:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:40:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:40:35.662Z||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-07T10:40:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:40:45.220Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:40:45.255Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:41:35.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:41:35.642Z||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-07T10:41:35.643Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:41:35.660Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:41:35.661Z||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-07T10:41:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:41:45.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:41:45.235Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:42:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:42:35.653Z||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-07T10:42:35.653Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:42:35.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:42:35.662Z||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-07T10:42:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:42:45.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:42:45.250Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:43:35.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:43:35.642Z||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-07T10:43:35.643Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:43:35.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:43:35.661Z||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-07T10:43:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:43:45.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:43:45.253Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:44:35.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:44:35.642Z||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-07T10:44:35.643Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:44:35.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:44:35.662Z||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-07T10:44:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:44:45.256Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:44:45.257Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:44:47.196Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-07T10:45:35.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:45:35.642Z||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-07T10:45:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:45:35.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:45:35.661Z||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-07T10:45:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:45:45.221Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:45:45.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:46:35.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:46:35.642Z||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-07T10:46:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:46:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:46:35.661Z||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-07T10:46:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:46:45.216Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:46:45.253Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:47:35.641Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:47:35.642Z||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-07T10:47:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:47:35.661Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:47:35.661Z||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-07T10:47:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:47:45.219Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:47:45.262Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:48:35.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:48:35.644Z||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-07T10:48:35.644Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:48:35.661Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:48:35.662Z||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-07T10:48:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:48:45.235Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:48:45.237Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:49:35.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:49:35.642Z||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-07T10:49:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:49:35.660Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:49:35.662Z||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-07T10:49:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:49:45.241Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:49:45.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:50:35.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:50:35.642Z||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-07T10:50:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:50:35.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:50:35.661Z||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-07T10:50:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:50:45.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:50:45.243Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:51:35.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:51:35.642Z||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-07T10:51:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:51:35.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:51:35.662Z||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-07T10:51:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:51:45.209Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:51:45.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:52:35.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:52:35.642Z||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-07T10:52:35.643Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:52:35.660Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:52:35.662Z||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-07T10:52:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:52:45.235Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:52:45.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:53:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:53:35.643Z||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-07T10:53:35.643Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:53:35.660Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:53:35.661Z||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-07T10:53:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:53:45.233Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:53:45.233Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:54:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:54:35.641Z||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-07T10:54:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:54:35.662Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:54:35.663Z||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-07T10:54:35.663Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:54:45.225Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:54:45.231Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:55:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:55:35.642Z||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-07T10:55:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:55:35.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:55:35.661Z||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-07T10:55:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:55:45.259Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:55:45.262Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:56:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:56:35.642Z||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-07T10:56:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:56:35.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:56:35.661Z||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-07T10:56:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:56:45.225Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:56:45.250Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:57:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:57:35.643Z||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-07T10:57:35.643Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:57:35.661Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:57:35.662Z||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-07T10:57:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:57:45.211Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:57:45.248Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:58:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:58:35.642Z||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-07T10:58:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:58:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:58:35.661Z||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-07T10:58:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:58:45.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:58:45.256Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:59:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:59:35.642Z||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-07T10:59:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:59:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T10:59:35.661Z||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-07T10:59:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T10:59:45.238Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T10:59:45.244Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:00:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:00:35.642Z||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-07T11:00:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:00:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:00:35.661Z||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-07T11:00:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:00:45.221Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:00:45.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:01:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:01:35.642Z||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-07T11:01:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:01:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:01:35.661Z||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-07T11:01:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:01:45.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:01:45.229Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:02:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:02:35.642Z||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-07T11:02:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:02:35.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:02:35.661Z||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-07T11:02:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:02:45.223Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:02:45.225Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:03:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:03:35.642Z||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-07T11:03:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:03:35.660Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:03:35.661Z||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-07T11:03:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:03:45.216Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:03:45.239Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:04:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:04:35.644Z||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-07T11:04:35.644Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:04:35.660Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:04:35.661Z||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-07T11:04:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:04:45.228Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:04:45.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:05:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:05:35.642Z||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-07T11:05:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:05:35.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:05:35.661Z||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-07T11:05:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:05:45.203Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:05:45.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:06:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:06:35.641Z||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-07T11:06:35.641Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:06:35.660Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:06:35.661Z||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-07T11:06:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:06:45.233Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:06:45.234Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:07:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:07:35.642Z||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-07T11:07:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:07:35.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:07:35.661Z||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-07T11:07:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:07:45.241Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:07:45.250Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:08:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:08:35.642Z||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-07T11:08:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:08:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:08:35.661Z||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-07T11:08:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:08:45.228Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:08:45.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:09:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:09:35.642Z||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-07T11:09:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:09:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:09:35.661Z||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-07T11:09:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:09:45.240Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:09:45.250Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:10:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:10:35.641Z||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-07T11:10:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:10:35.663Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:10:35.664Z||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-07T11:10:35.664Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:10:45.252Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:10:45.269Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:11:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:11:35.642Z||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-07T11:11:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:11:35.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:11:35.661Z||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-07T11:11:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:11:45.234Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:11:45.255Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:12:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:12:35.643Z||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-07T11:12:35.643Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:12:35.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:12:35.661Z||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-07T11:12:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:12:45.209Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:12:45.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:13:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:13:35.642Z||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-07T11:13:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:13:35.661Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:13:35.661Z||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-07T11:13:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:13:45.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:13:45.231Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:14:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:14:35.642Z||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-07T11:14:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:14:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:14:35.661Z||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-07T11:14:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:14:45.217Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:14:45.227Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:15:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:15:35.641Z||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-07T11:15:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:15:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:15:35.661Z||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-07T11:15:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:15:45.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:15:45.231Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:16:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:16:35.642Z||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-07T11:16:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:16:35.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:16:35.661Z||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-07T11:16:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:16:45.231Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:16:45.237Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:17:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:17:35.641Z||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-07T11:17:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:17:35.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:17:35.661Z||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-07T11:17:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:17:45.214Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:17:45.235Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:18:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:18:35.641Z||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-07T11:18:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:18:35.660Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:18:35.661Z||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-07T11:18:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:18:45.260Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:18:45.269Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:19:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:19:35.642Z||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-07T11:19:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:19:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:19:35.661Z||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-07T11:19:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:19:45.216Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:19:45.242Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:20:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:20:35.647Z||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-07T11:20:35.648Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:20:35.660Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:20:35.661Z||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-07T11:20:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:20:45.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:20:45.212Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:21:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:21:35.642Z||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-07T11:21:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:21:35.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:21:35.661Z||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-07T11:21:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:21:45.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:21:45.262Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:22:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:22:35.641Z||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-07T11:22:35.642Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:22:35.661Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:22:35.661Z||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-07T11:22:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:22:45.234Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:22:45.235Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:23:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:23:35.643Z||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-07T11:23:35.643Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:23:35.661Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:23:35.662Z||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-07T11:23:35.663Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:23:45.222Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:23:45.258Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:24:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:24:35.643Z||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-07T11:24:35.643Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:24:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:24:35.661Z||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-07T11:24:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:24:35.820Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:24:35.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "policy-id",
"timestamp": 1654601034254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:35.860Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:35.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "cds",
"timestamp": 1654601034569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:35.861Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:35.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "policy-id",
"timestamp": 1654601034254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:35.862Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:35.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "cds",
"timestamp": 1654601034569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:35.862Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:35.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "policy-id",
"timestamp": 1654601034254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-07T11:24:35.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:35.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "cds",
"timestamp": 1654601034569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:35.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:35.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "policy-id",
"timestamp": 1654601034254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:35.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:35.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "cds",
"timestamp": 1654601034569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:35.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:35.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "policy-id",
"timestamp": 1654601034254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:35.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:35.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "cds",
"timestamp": 1654601034569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:35.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:35.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1654601046812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:35.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:35.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "policy-id",
"timestamp": 1654601034254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:35.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:35.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "cds",
"timestamp": 1654601034569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:35.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:35.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1654601046812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:35.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:35.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "policy-id",
"timestamp": 1654601034254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:24:35.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:35.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "cds",
"timestamp": 1654601034569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:24:35.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:35.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1654601046812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:35.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:35.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "policy-id",
"timestamp": 1654601050131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:24:35.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:24:35.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "cds",
"timestamp": 1654601049810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:24:35.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:24:35.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1654601046812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:35.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:35.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "policy-id",
"timestamp": 1654601051143,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:24:35.871Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:24:35.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:35.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "cds",
"timestamp": 1654601050848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-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-07T11:24:36.179Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 72805021-1d4b-4080-92fd-e38e12ca52a0
2022-06-07T11:24:36.202Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72805021-1d4b-4080-92fd-e38e12ca52a0 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-07T11:24:36.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1654601046812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "policy-id",
"timestamp": 1654601052149,
"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-07T11:24:36.239Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72805021-1d4b-4080-92fd-e38e12ca52a0
2022-06-07T11:24:36.239Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72805021-1d4b-4080-92fd-e38e12ca52a0 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-07T11:24:36.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1654601046812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "cds",
"timestamp": 1654601051856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601052229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "ves-openapi-manager",
"timestamp": 1654601046812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "cds",
"timestamp": 1654601051856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601052229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T11:24:36.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "clamp",
"timestamp": 1654601053395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "policy-id",
"timestamp": 1654601054254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "cds",
"timestamp": 1654601051856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601052229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-07T11:24:36.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "clamp",
"timestamp": 1654601053395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T11:24:36.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "policy-id",
"timestamp": 1654601054254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "cds",
"timestamp": 1654601051856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601052229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "clamp",
"timestamp": 1654601053395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "policy-id",
"timestamp": 1654601054254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-07T11:24:36.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "cds",
"timestamp": 1654601051856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601057055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601052229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-07T11:24:36.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "clamp",
"timestamp": 1654601053395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "aai-ml",
"timestamp": 1654601056690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "policy-id",
"timestamp": 1654601054254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "cds",
"timestamp": 1654601051856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601057055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601052229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "clamp",
"timestamp": 1654601053395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "aai-ml",
"timestamp": 1654601056690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "policy-id",
"timestamp": 1654601054254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "cds",
"timestamp": 1654601051856,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:24:36.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601057055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601052229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:24:36.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "clamp",
"timestamp": 1654601053395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "aai-ml",
"timestamp": 1654601056690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "policy-id",
"timestamp": 1654601054254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "cds",
"timestamp": 1654601059681,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:24:36.263Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:24:36.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601057055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601060109,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:24:36.264Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:24:36.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "clamp",
"timestamp": 1654601053395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:24:36.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "aai-ml",
"timestamp": 1654601056690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "policy-id",
"timestamp": 1654601054254,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:24:36.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "cds",
"timestamp": 1654601060691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-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-07T11:24:36.280Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5
2022-06-07T11:24:36.281Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 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-07T11:24:36.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601057055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601061190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:24:36.291Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:24:36.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "aai-ml",
"timestamp": 1654601056690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "policy-id",
"timestamp": 1654601061987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:24:36.292Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:24:36.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601057055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601062406,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:24:36.293Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:24:36.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "aai-ml",
"timestamp": 1654601056690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "policy-id",
"timestamp": 1654601062993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:24:36.294Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:24:36.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601057055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:24:36.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "aai-ml",
"timestamp": 1654601056690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:24:36.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601063472,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-06-07T11:24:36.302Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
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-07T11:24:36.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"72805021-1d4b-4080-92fd-e38e12ca52a0","serviceName":"vFW 2022-06-07 11-23-06","serviceVersion":"1.0","serviceUUID":"c4647c06-e3de-4587-b7ef-4f34c8134b51","serviceDescription":"catalog service description","serviceInvariantUUID":"069cfbae-7102-4f6e-bd06-78e9aadfcd70","resources":[{"resourceInstanceName":"vFW 4315e6df-5d2b 0","resourceName":"vFW 4315e6df-5d2b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d64019e1-00a9-4567-b766-d4b812a714c5","resourceInvariantUUID":"6d34c6c7-4f43-44b3-95dd-f956d65036f2","resourceCustomizationUUID":"586f7819-baaf-41b1-a2b7-691722d03903","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vf-license-model.xml","artifactChecksum":"ODQ0NDFmYmYxODk3YmFkNDRhZDUxMzQ3ODQ4MjBkMDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6beff83a-4861-4507-8747-591a9eab2fc0","artifactVersion":"1"},{"artifactName":"vfw4315e6df5d2b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json","artifactChecksum":"MDRiMmYyZWYyNWY4YzE2NjRmOWM1YzE1YzQ3ZDM5YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b0389cd8-332c-46b8-8471-ef947ae2a8cc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"116e44f0-d8e5-4903-bb9c-3e9858920c39","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjQ5ZjlhMzMwY2M2M2I3MzAzNWMzMzdhNjMzYTVjNTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"420e38f6-b5cf-4339-a0a1-55e4e127e686","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"32493c4f-6b69-49af-86f9-c95d1cc304e4","artifactVersion":"2","generatedFromUUID":"116e44f0-d8e5-4903-bb9c-3e9858920c39"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220607112306-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-template.yml","artifactChecksum":"OWZmNTYxMTljNDk3MDM3ZjQ5ZDRhNmJiNzVmZGFkYjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e9ed7c6-789b-4899-b21e-a311bc364f41","artifactVersion":"1"},{"artifactName":"service-Vfw20220607112306-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar","artifactChecksum":"ZjFhOWU4ZTEwNzdjZDFiMjQ0ZTRiZTBmZTVkMzg3N2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ae4cab6-c072-43bd-ab25-542691443a76","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T11:24:36.309Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72805021-1d4b-4080-92fd-e38e12ca52a0
2022-06-07T11:24:36.309Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72805021-1d4b-4080-92fd-e38e12ca52a0 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-07T11:24:36.316Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:24:36.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "policy-id",
"timestamp": 1654601063999,
"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-07T11:24:36.324Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:24:36.325Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5
2022-06-07T11:24:36.325Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 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-07T11:24:36.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601064912,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:24:36.337Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:24:36.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601064476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T11:24:36.338Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:24:36.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "aai-ml",
"timestamp": 1654601064691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:24:36.339Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:24:36.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601052229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601052229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T11:24:36.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.340Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:24:36.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654601066812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.340Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601052229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-07T11:24:36.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654601066812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601052229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601070335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:24:36.342Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:24:36.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654601066812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601052229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-07T11:24:36.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601071340,
"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-07T11:24:36.348Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72805021-1d4b-4080-92fd-e38e12ca52a0
2022-06-07T11:24:36.348Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72805021-1d4b-4080-92fd-e38e12ca52a0 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-07T11:24:36.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654601066812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601052229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601057055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654601066812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601052229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:24:36.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601057055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654601066812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601072564,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:24:36.362Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:24:36.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601057055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "ves-openapi-manager",
"timestamp": 1654601066812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601073666,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:24:36.363Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:24:36.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "clamp",
"timestamp": 1654601074231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:24:36.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:24:36.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601057055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:36.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:24:36.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:24:36.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601074761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:24:36.365Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:24:36.440Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-07T11:24:36.444Z||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-07T11:24:36.444Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:24:36.461Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:24:36.465Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:24:37.349Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:24:37.349Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:24:37.351Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:24:37.351Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T11:24:37.451Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:24:37.453Z||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-07T11:24:37.453Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:24:37.469Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:24:37.470Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:24:38.352Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:24:38.353Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:24:38.357Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:24:38.357Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-07T11:24:38.458Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T11:24:38.459Z||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-07T11:24:38.459Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:24:38.478Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:24:38.479Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1}
2022-06-07T11:24:39.358Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:24:39.359Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:24:39.362Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:24:39.362Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:39.461Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T11:24:39.463Z||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-07T11:24:39.463Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:24:39.481Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:24:39.483Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:24:40.363Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:24:40.364Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:24:40.367Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:24:40.367Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-07T11:24:40.466Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T11:24:40.467Z||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-07T11:24:40.468Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:24:40.495Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:24:40.495Z||pool-7-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:24:41.368Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:24:41.369Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:24:41.371Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:24:41.371Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:24:41.471Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:24:41.472Z||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-07T11:24:41.472Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:24:41.490Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:24:41.490Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:24:42.372Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:24:42.373Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:24:42.376Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:24:42.376Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:24:42.476Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:24:42.477Z||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-07T11:24:42.477Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:24:42.499Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:24:42.499Z||pool-9-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:24:43.378Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"serviceName": "vFW 2022-06-07 11-23-06",
"serviceVersion": "1.0",
"serviceUUID": "c4647c06-e3de-4587-b7ef-4f34c8134b51",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "069cfbae-7102-4f6e-bd06-78e9aadfcd70",
"resources": [
{
"resourceInstanceName": "vFW 4315e6df-5d2b 0",
"resourceCustomizationUUID": "586f7819-baaf-41b1-a2b7-691722d03903",
"resourceName": "vFW 4315e6df-5d2b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d64019e1-00a9-4567-b766-d4b812a714c5",
"resourceInvariantUUID": "6d34c6c7-4f43-44b3-95dd-f956d65036f2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4315e6df5d2b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json",
"artifactChecksum": "MDRiMmYyZWYyNWY4YzE2NjRmOWM1YzE1YzQ3ZDM5YTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b0389cd8-332c-46b8-8471-ef947ae2a8cc",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "116e44f0-d8e5-4903-bb9c-3e9858920c39",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "32493c4f-6b69-49af-86f9-c95d1cc304e4",
"generatedFromUUID": "116e44f0-d8e5-4903-bb9c-3e9858920c39"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "32493c4f-6b69-49af-86f9-c95d1cc304e4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220607112306-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"artifactChecksum": "ZjFhOWU4ZTEwNzdjZDFiMjQ0ZTRiZTBmZTVkMzg3N2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2ae4cab6-c072-43bd-ab25-542691443a76"
}
],
"workloadContext": "Production"
}
2022-06-07T11:24:43.379Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T11:24:43.380Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c4647c06-e3de-4587-b7ef-4f34c8134b51 ASDC
2022-06-07T11:24:43.496Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:72805021-1d4b-4080-92fd-e38e12ca52a0
ServiceName:vFW 2022-06-07 11-23-06
ServiceVersion:1.0
ServiceUUID:c4647c06-e3de-4587-b7ef-4f34c8134b51
ServiceInvariantUUID:069cfbae-7102-4f6e-bd06-78e9aadfcd70
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220607112306-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar
ArtifactUUID:2ae4cab6-c072-43bd-ab25-542691443a76
ArtifactChecksum:ZjFhOWU4ZTEwNzdjZDFiMjQ0ZTRiZTBmZTVkMzg3N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4315e6df-5d2b 0
ResourceCustomizationUUID:586f7819-baaf-41b1-a2b7-691722d03903
ResourceInvariantUUID:6d34c6c7-4f43-44b3-95dd-f956d65036f2
ResourceName:vFW 4315e6df-5d2b
ResourceType:VF
ResourceUUID:d64019e1-00a9-4567-b766-d4b812a714c5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4315e6df5d2b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json
ArtifactUUID:b0389cd8-332c-46b8-8471-ef947ae2a8cc
ArtifactChecksum:MDRiMmYyZWYyNWY4YzE2NjRmOWM1YzE1YzQ3ZDM5YTU=
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/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml
ArtifactUUID:116e44f0-d8e5-4903-bb9c-3e9858920c39
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/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env
ArtifactUUID:32493c4f-6b69-49af-86f9-c95d1cc304e4
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/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env
ArtifactUUID:32493c4f-6b69-49af-86f9-c95d1cc304e4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-07T11:24:43.497Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4647c06-e3de-4587-b7ef-4f34c8134b51 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-07T11:24:43.548Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T11:24:43.549Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T11:24:43.550Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T11:24:43.551Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2ae4cab6-c072-43bd-ab25-542691443a76 from URL: /sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar
2022-06-07T11:24:43.551Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T11:24:43.553Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar
2022-06-07T11:24:43.717Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T11:24:43.738Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar 2ae4cab6-c072-43bd-ab25-542691443a76 99011
2022-06-07T11:24:43.739Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar ASDC sendASDCNotification
2022-06-07T11:24:43.740Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar
2022-06-07T11:24:43.742Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:24:43.743Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:24:43.746Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:24:43.746Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601083739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:24:43.846Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:24:43.847Z||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-07T11:24:43.847Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:24:43.871Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:24:43.871Z||pool-10-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:24:44.746Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T11:24:44.747Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T11:24:44.748Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2ae4cab6-c072-43bd-ab25-542691443a76, URL: /sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar to file: /app/ASDC/1/service-Vfw20220607112306-csar.csar
2022-06-07T11:24:44.749Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220607112306-csar.csar
2022-06-07T11:24:44.853Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220607112306-csar.csar
2022-06-07T11:24:44.854Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220607112306-csar.csar
2022-06-07T11:24:45.582Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7558155976921715120/Definitions/service-Vfw20220607112306-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-07T11:24:48.222Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T11:24:48.227Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-07T11:24:48.227Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220607112306-csar.csar
2022-06-07T11:24:48.227Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-07T11:24:48.228Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||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-Vfw20220607112306-csar.csar
2022-06-07T11:24:48.228Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||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-Vfw20220607112306-csar.csar
2022-06-07T11:24:48.228Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||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-Vfw20220607112306-csar.csar
2022-06-07T11:24:48.228Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607112306-csar.csar
2022-06-07T11:24:48.228Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607112306-csar.csar
2022-06-07T11:24:48.228Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||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-Vfw20220607112306-csar.csar
2022-06-07T11:24:48.229Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4315e6df-5d2b 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-Vfw20220607112306-csar.csar
2022-06-07T11:24:48.229Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||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-Vfw20220607112306-csar.csar
2022-06-07T11:24:48.229Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||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-Vfw20220607112306-csar.csar
2022-06-07T11:24:48.229Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220607112306-csar.csar
2022-06-07T11:24:48.229Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||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-Vfw20220607112306-csar.csar
2022-06-07T11:24:48.230Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607112306-csar.csar
2022-06-07T11:24:48.230Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||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-Vfw20220607112306-csar.csar
2022-06-07T11:24:48.230Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-07T11:24:48.236Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:48.238Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:24:48.242Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria
2022-06-07T11:24:48.242Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-07T11:24:48.244Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T11:24:48.246Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:48.247Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:24:48.247Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria
2022-06-07T11:24:48.247Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-07T11:24:48.248Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T11:24:48.248Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:48.248Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:24:48.252Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:48.252Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is not matching search criteria
2022-06-07T11:24:48.252Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:24:48.252Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:24:48.253Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T11:24:48.253Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:24:48.253Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T11:24:48.253Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:24:48.254Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T11:24:48.254Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T11:24:48.254Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T11:24:48.255Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:24:48.255Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T11:24:48.255Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T11:24:48.255Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T11:24:48.256Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T11:24:48.256Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:24:48.256Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T11:24:48.256Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:48.257Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T11:24:48.258Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:48.258Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria
2022-06-07T11:24:48.258Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:24:48.259Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:48.259Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria
2022-06-07T11:24:48.259Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:24:48.260Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:48.260Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria
2022-06-07T11:24:48.260Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:24:48.260Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:48.261Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is not matching search criteria
2022-06-07T11:24:48.261Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:24:48.261Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:24:48.261Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-07T11:24:48.262Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T11:24:48.262Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T11:24:48.262Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:24:48.262Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T11:24:48.263Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T11:24:48.263Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T11:24:48.263Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T11:24:48.263Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:24:48.263Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9fb2340a-f1bf-4ec7-ae1f-02fc1be3aae0
2022-06-07T11:24:48.264Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:48.264Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is not matching search criteria
2022-06-07T11:24:48.264Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:24:48.264Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:24:48.264Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T11:24:48.264Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:24:48.264Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T11:24:48.265Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:24:48.265Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T11:24:48.265Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-07T11:24:48.265Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T11:24:48.265Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T11:24:48.265Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T11:24:48.265Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:24:48.266Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5b1752c4-f141-484f-9384-3410dd757b1a
2022-06-07T11:24:48.266Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:48.266Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is not matching search criteria
2022-06-07T11:24:48.266Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:24:48.266Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:24:48.267Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T11:24:48.267Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:24:48.267Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T11:24:48.267Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:24:48.267Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T11:24:48.267Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T11:24:48.267Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T11:24:48.268Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:24:48.268Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T11:24:48.268Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-07T11:24:48.268Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5de48b3e-6478-45d2-ba81-920c479aa1be
2022-06-07T11:24:48.268Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:48.268Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:24:48.269Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:48.269Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:24:48.269Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:48.269Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:24:48.269Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:48.269Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:24:48.270Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-07 11-23-06
Description:catalog service description
Model UUID:c4647c06-e3de-4587-b7ef-4f34c8134b51
Model Version:NULL
Model InvariantUuid:069cfbae-7102-4f6e-bd06-78e9aadfcd70
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4315e6df-5d2b
Model UUID:04a34a17-c84d-474e-9e47-34ed741ce835
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6d34c6c7-4f43-44b3-95dd-f956d65036f2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:586f7819-baaf-41b1-a2b7-691722d03903
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:df06caa9-ee6d-42d4-af17-40d5edaa527b
ModelName:Vfw4315e6df5d2b..base_vfw..module-0
ModelUuid:3f914b9a-ac77-41d0-824b-7770a9e5722a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9fb2340a-f1bf-4ec7-ae1f-02fc1be3aae0
ModelInvariantUuid:7dd9b0bc-976c-4cb6-9f1c-4ca7212de937
ModelName:vFW 4315e6df-5d2b-nodes.vfwCvfc
ModelUuid:9bf66f81-82b5-4a9d-b0b7-04b3ffb64981
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:416b2209-45cc-4105-8c20-fe4efbed76e9
ModelInvariantUuid:65d1bf7d-d1e3-4f1e-9e21-ce8e9ac776ec
ModelName:Vfw4315e6df5d2b.compute.nodes.heat.vfw
ModelUuid:caa69030-6e67-4203-8c09-47c926a8c4d1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5b1752c4-f141-484f-9384-3410dd757b1a
ModelInvariantUuid:3c55fb21-1d82-4997-b809-325084bdbc7f
ModelName:vFW 4315e6df-5d2b-nodes.vsnCvfc
ModelUuid:19ffcfdf-a7b8-45e8-9329-869f965bfffd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:19c6ea5e-4d50-4547-86d2-b6046e6d041e
ModelInvariantUuid:8536edc3-475c-4dfb-80c5-eeb3863bb017
ModelName:Vfw4315e6df5d2b.compute.nodes.heat.vsn
ModelUuid:5683e7fd-8131-425f-8652-b037315555c4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5de48b3e-6478-45d2-ba81-920c479aa1be
ModelInvariantUuid:3d00243d-0a56-47e6-a011-70b539e81338
ModelName:vFW 4315e6df-5d2b-nodes.vpgCvfc
ModelUuid:f0537d54-fc49-4d2e-a08b-ed975b7d6f13
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:708a4750-267a-4053-b63e-e8530f8e2431
ModelInvariantUuid:54f7ab70-d16c-4bb9-b609-1af261bb45da
ModelName:Vfw4315e6df5d2b.compute.nodes.heat.vpg
ModelUuid:a8b2daab-e600-44c5-a315-302e0cddf7cc
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-07T11:24:48.280Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: d64019e1-00a9-4567-b766-d4b812a714c5
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-07T11:24:48.390Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||vFW 4315e6df-5d2b 0
2022-06-07T11:24:48.397Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d64019e1-00a9-4567-b766-d4b812a714c5
2022-06-07T11:24:48.397Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b0389cd8-332c-46b8-8471-ef947ae2a8cc from URL: /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json
2022-06-07T11:24:48.397Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T11:24:48.397Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json
2022-06-07T11:24:48.463Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T11:24:48.464Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json b0389cd8-332c-46b8-8471-ef947ae2a8cc 785
2022-06-07T11:24:48.464Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json ASDC sendASDCNotification
2022-06-07T11:24:48.465Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json
2022-06-07T11:24:48.465Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:24:48.465Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:24:48.467Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:24:48.467Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601088464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:24:48.567Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:24:48.568Z||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-07T11:24:48.569Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:24:48.596Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:24:48.596Z||pool-11-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:24:49.468Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4315e6df5d2b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "df06caa9-ee6d-42d4-af17-40d5edaa527b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3f914b9a-ac77-41d0-824b-7770a9e5722a",
"vfModuleModelCustomizationUUID": "f221280e-4609-4cd2-b454-d930253824f7",
"isBase": true,
"artifacts": [
"116e44f0-d8e5-4903-bb9c-3e9858920c39",
"32493c4f-6b69-49af-86f9-c95d1cc304e4"
],
"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-07T11:24:49.487Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4315e6df5d2b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3f914b9a-ac77-41d0-824b-7770a9e5722a
VfModuleModelInvariantUUID:df06caa9-ee6d-42d4-af17-40d5edaa527b
VfModuleModelDescription:NULL
Artifacts UUID List:{
116e44f0-d8e5-4903-bb9c-3e9858920c39
,
32493c4f-6b69-49af-86f9-c95d1cc304e4
}
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-07T11:24:49.490Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4315e6df5d2b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "df06caa9-ee6d-42d4-af17-40d5edaa527b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3f914b9a-ac77-41d0-824b-7770a9e5722a",
"vfModuleModelCustomizationUUID": "f221280e-4609-4cd2-b454-d930253824f7",
"isBase": true,
"artifacts": [
"116e44f0-d8e5-4903-bb9c-3e9858920c39",
"32493c4f-6b69-49af-86f9-c95d1cc304e4"
],
"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-07T11:24:49.490Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4315e6df5d2b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3f914b9a-ac77-41d0-824b-7770a9e5722a
VfModuleModelInvariantUUID:df06caa9-ee6d-42d4-af17-40d5edaa527b
VfModuleModelDescription:NULL
Artifacts UUID List:{
116e44f0-d8e5-4903-bb9c-3e9858920c39
,
32493c4f-6b69-49af-86f9-c95d1cc304e4
}
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-07T11:24:49.491Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 116e44f0-d8e5-4903-bb9c-3e9858920c39 from URL: /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml
2022-06-07T11:24:49.491Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T11:24:49.491Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml
2022-06-07T11:24:49.543Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T11:24:49.544Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml 116e44f0-d8e5-4903-bb9c-3e9858920c39 20368
2022-06-07T11:24:49.544Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-07T11:24:49.545Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml
2022-06-07T11:24:49.545Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:24:49.546Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:24:49.551Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:24:49.551Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601089544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:24:49.651Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T11:24:49.652Z||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-07T11:24:49.652Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:24:49.668Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:24:49.668Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:24:50.552Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 32493c4f-6b69-49af-86f9-c95d1cc304e4 from URL: /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env
2022-06-07T11:24:50.553Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T11:24:50.553Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env
2022-06-07T11:24:50.657Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T11:24:50.658Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env 32493c4f-6b69-49af-86f9-c95d1cc304e4 2098
2022-06-07T11:24:50.659Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-07T11:24:50.659Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env
2022-06-07T11:24:50.659Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:24:50.660Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:24:50.662Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:24:50.663Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601090659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:24:50.762Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T11:24:50.763Z||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-07T11:24:50.763Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:24:50.782Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:24:50.782Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:24:51.663Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c4647c06-e3de-4587-b7ef-4f34c8134b51
2022-06-07T11:24:51.664Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4315e6df-5d2b 0 d64019e1-00a9-4567-b766-d4b812a714c5 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-07T11:24:51.702Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49ce942a, org.onap.sdc.toscaparser.api.parameters.Input@53c83478, org.onap.sdc.toscaparser.api.parameters.Input@482703b3, org.onap.sdc.toscaparser.api.parameters.Input@64fd793a, org.onap.sdc.toscaparser.api.parameters.Input@59afce4b]
2022-06-07T11:24:51.706Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:51.706Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:24:51.706Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-06-07T11:24:51.706Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 586f7819-baaf-41b1-a2b7-691722d03903
2022-06-07T11:24:51.707Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 586f7819-baaf-41b1-a2b7-691722d03903 matches Tosca VF Customization UUID: 586f7819-baaf-41b1-a2b7-691722d03903
2022-06-07T11:24:51.707Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 586f7819-baaf-41b1-a2b7-691722d03903 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-07T11:24:51.713Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:51.714Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:24:51.715Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 586f7819-baaf-41b1-a2b7-691722d03903: {\"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-07T11:24:51.715Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36f06ad2
2022-06-07T11:24:51.715Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:51.716Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T11:24:51.716Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f221280e-4609-4cd2-b454-d930253824f7
2022-06-07T11:24:51.717Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f221280e-4609-4cd2-b454-d930253824f7
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-07T11:24:51.723Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:51.723Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria
2022-06-07T11:24:51.723Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:24:51.724Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:51.724Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria
2022-06-07T11:24:51.724Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:24:51.725Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:51.725Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is not matching search criteria
2022-06-07T11:24:51.725Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:24:51.726Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:24:51.726Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-07T11:24:51.726Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T11:24:51.726Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T11:24:51.726Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:24:51.727Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T11:24:51.727Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T11:24:51.727Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T11:24:51.727Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T11:24:51.728Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:24:51.728Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9fb2340a-f1bf-4ec7-ae1f-02fc1be3aae0
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-07T11:24:51.737Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:51.738Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria
2022-06-07T11:24:51.738Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:24:51.738Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:51.739Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is not matching search criteria
2022-06-07T11:24:51.739Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:24:51.739Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:24:51.740Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T11:24:51.740Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:24:51.740Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T11:24:51.740Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:24:51.741Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T11:24:51.741Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-07T11:24:51.741Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T11:24:51.741Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T11:24:51.741Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T11:24:51.742Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:24:51.742Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5b1752c4-f141-484f-9384-3410dd757b1a
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-07T11:24:51.744Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:51.745Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria
2022-06-07T11:24:51.745Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:24:51.749Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:51.749Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is not matching search criteria
2022-06-07T11:24:51.749Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T11:24:51.750Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T11:24:51.750Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T11:24:51.750Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:24:51.750Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T11:24:51.751Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T11:24:51.751Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T11:24:51.751Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T11:24:51.751Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T11:24:51.751Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T11:24:51.752Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T11:24:51.752Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-07T11:24:51.752Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5de48b3e-6478-45d2-ba81-920c479aa1be
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-07T11:24:51.755Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:51.755Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria
2022-06-07T11:24:51.755Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:24:51.756Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:51.756Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Node template vFW 4315e6df-5d2b 0 is matching search criteria
2022-06-07T11:24:51.756Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 4315e6df-5d2b 0] matching following query criteria: sdcType=VF, customizationUUID=586f7819-baaf-41b1-a2b7-691722d03903
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-07T11:24:51.758Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:51.759Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:24:51.759Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c4647c06-e3de-4587-b7ef-4f34c8134b51: vFW 4315e6df-5d2b
2022-06-07T11:24:51.759Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:51.759Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:24:51.760Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:51.760Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:24:51.760Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:51.760Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:24:51.761Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:51.761Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:24:51.761Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:24:51.761Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-06-07 11-23-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:24:51.762Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-06-07 11-23-06
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-07T11:24:52.025Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4315e6df-5d2b d64019e1-00a9-4567-b766-d4b812a714c5 1 ASDC deployResourceStructure
2022-06-07T11:24:52.026Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json ASDC sendASDCNotification
2022-06-07T11:24:52.026Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json
2022-06-07T11:24:52.026Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:24:52.026Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:24:52.028Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:24:52.028Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601092026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T11:24:52.128Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:24:52.129Z||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-07T11:24:52.129Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:24:52.148Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:24:52.149Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:24:53.029Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-07T11:24:53.030Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml
2022-06-07T11:24:53.030Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:24:53.031Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:24:53.034Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:24:53.034Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601093029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-07T11:24:53.134Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:24:53.135Z||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-07T11:24:53.135Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:24:53.153Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:24:53.153Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:24:54.035Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-07T11:24:54.035Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env
2022-06-07T11:24:54.036Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:24:54.036Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:24:54.037Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:24:54.038Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601094035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-07T11:24:54.138Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:24:54.139Z||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-07T11:24:54.139Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:24:54.158Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:24:54.158Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:24:55.039Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar ASDC sendASDCNotification
2022-06-07T11:24:55.040Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar
2022-06-07T11:24:55.040Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:24:55.040Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:24:55.043Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:24:55.043Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601095039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:24:55.143Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:24:55.144Z||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-07T11:24:55.144Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:24:55.163Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:24:55.163Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:24:56.044Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0
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-07T11:24:56.061Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0
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-07T11:24:56.066Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:24:56.066Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T11:24:56.066Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T11:25:26.067Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0
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-07T11:25:26.080Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0
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-07T11:25:26.083Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:25:26.083Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T11:25:26.084Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T11:25:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:25:35.661Z||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-07T11:25:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:25:35.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:25:35.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:25:35.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601057055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:25:35.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:25:56.084Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0
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-07T11:25:56.096Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0
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-07T11:25:56.100Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:25:56.100Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T11:25:56.101Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T11:26:26.101Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0
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-07T11:26:26.113Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0
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-07T11:26:26.118Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:26:26.118Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T11:26:26.118Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T11:26:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:26:35.661Z||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-07T11:26:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:26:35.692Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:26:35.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:26:35.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601075784,
"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-07T11:26:35.712Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5
2022-06-07T11:26:35.712Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 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-07T11:26:56.118Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0
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-07T11:26:56.133Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0
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-07T11:26:56.137Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:26:56.137Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T11:26:56.138Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T11:27:26.138Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0
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-07T11:27:26.152Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0
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-07T11:27:26.155Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:27:26.155Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T11:27:26.155Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T11:27:35.661Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:27:35.662Z||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-07T11:27:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:27:36.200Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:27:36.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:27:36.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "clamp",
"timestamp": 1654601076246,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:27:36.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:27:36.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601057055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:27:36.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601076793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T11:27:36.206Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:27:36.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T11:27:36.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "clamp",
"timestamp": 1654601077252,
"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-07T11:27:36.219Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 72805021-1d4b-4080-92fd-e38e12ca52a0
2022-06-07T11:27:36.219Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72805021-1d4b-4080-92fd-e38e12ca52a0 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-07T11:27:36.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601057055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:27:36.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-07T11:27:36.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "clamp",
"timestamp": 1654601053395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:27:36.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601079482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:27:36.233Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:27:36.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:27:36.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "clamp",
"timestamp": 1654601053395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T11:27:36.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "aai-ml",
"timestamp": 1654601079849,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:27:36.234Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:27:36.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-07T11:27:36.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "clamp",
"timestamp": 1654601053395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:27:36.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "aai-ml",
"timestamp": 1654601080858,
"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-07T11:27:36.247Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 72805021-1d4b-4080-92fd-e38e12ca52a0
2022-06-07T11:27:36.247Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72805021-1d4b-4080-92fd-e38e12ca52a0 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-07T11:27:36.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601081966,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:27:36.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:27:36.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:27:36.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "clamp",
"timestamp": 1654601053395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:27:36.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "aai-ml",
"timestamp": 1654601056690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:27:36.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601082971,
"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-07T11:27:36.270Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5
2022-06-07T11:27:36.271Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 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-07T11:27:36.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:27:36.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "clamp",
"timestamp": 1654601053395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:27:36.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "aai-ml",
"timestamp": 1654601056690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:27:36.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "clamp",
"timestamp": 1654601053395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:27:36.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601083739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:27:36.282Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:27:36.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "aai-ml",
"timestamp": 1654601056690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:27:36.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "clamp",
"timestamp": 1654601053395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:27:36.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "aai-ml",
"timestamp": 1654601056690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:27:36.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "aai-ml",
"timestamp": 1654601056690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:27:36.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "aai-ml",
"timestamp": 1654601056690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:27:36.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "aai-ml",
"timestamp": 1654601056690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:27:36.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:27:36.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601088464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:27:36.286Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:27:36.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "aai-ml",
"timestamp": 1654601088970,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:27:36.286Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:27:36.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601089544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:27:36.287Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:27:36.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601090659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:27:36.287Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:27:36.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601092026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/vfw4315e6df5d2b0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T11:27:36.288Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:27:36.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601093029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-07T11:27:36.288Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:27:36.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601094035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/resourceInstances/vfw4315e6df5d2b0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-07T11:27:36.289Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:27:36.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601095039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220607112306/1.0/artifacts/service-Vfw20220607112306-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:27:36.289Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:27:36.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "aai-ml",
"timestamp": 1654601095922,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:27:36.290Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:27:36.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "clamp",
"timestamp": 1654601096229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:27:36.290Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:27:36.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "aai-ml",
"timestamp": 1654601096941,
"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-07T11:27:36.296Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5
2022-06-07T11:27:36.297Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 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-07T11:27:36.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "clamp",
"timestamp": 1654601099229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:27:36.306Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:27:36.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:27:36.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "clamp",
"timestamp": 1654601100234,
"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-07T11:27:36.311Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5
2022-06-07T11:27:36.311Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 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-07T11:27:56.155Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0
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-07T11:27:56.175Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0
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-07T11:27:56.178Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:27:56.179Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T11:27:56.179Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T11:27:56.179Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T11:27:56.179Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:27:56.179Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:27:56.179Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:27:56.180Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:27:56.180Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:27:56.180Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:27:56.180Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||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-07T11:27:56.186Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T11:28:26.186Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72805021-1d4b-4080-92fd-e38e12ca52a0 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-07T11:28:26.205Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72805021-1d4b-4080-92fd-e38e12ca52a0 and serviceModelVersionId: c4647c06-e3de-4587-b7ef-4f34c8134b51
2022-06-07T11:28:26.205Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 069cfbae-7102-4f6e-bd06-78e9aadfcd70
2022-06-07T11:28:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:28:35.662Z||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-07T11:28:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:28:41.764Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/069cfbae-7102-4f6e-bd06-78e9aadfcd70/model-vers/model-ver/c4647c06-e3de-4587-b7ef-4f34c8134b51?depth=0
2022-06-07T11:28:41.878Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T11:28:42.392Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/069cfbae-7102-4f6e-bd06-78e9aadfcd70/model-vers/model-ver/c4647c06-e3de-4587-b7ef-4f34c8134b51?depth=0|INFO|500||Invoke
2022-06-07T11:28:42.400Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/069cfbae-7102-4f6e-bd06-78e9aadfcd70/model-vers/model-ver/c4647c06-e3de-4587-b7ef-4f34c8134b51?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/069cfbae-7102-4f6e-bd06-78e9aadfcd70/model-vers/model-ver/c4647c06-e3de-4587-b7ef-4f34c8134b51?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72805021-1d4b-4080-92fd-e38e12ca52a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e010ffbe-91db-46a2-843a-b3a18f186516], X-ECOMP-RequestID=[72805021-1d4b-4080-92fd-e38e12ca52a0], X-TransactionId=[], X-ONAP-RequestID=[72805021-1d4b-4080-92fd-e38e12ca52a0], Content-Type=[application/merge-patch+json]}
2022-06-07T11:28:42.551Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/069cfbae-7102-4f6e-bd06-78e9aadfcd70/model-vers/model-ver/c4647c06-e3de-4587-b7ef-4f34c8134b51?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-07T11:28:42.969Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/069cfbae-7102-4f6e-bd06-78e9aadfcd70/model-vers/model-ver/c4647c06-e3de-4587-b7ef-4f34c8134b51?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/069cfbae-7102-4f6e-bd06-78e9aadfcd70/model-vers/model-ver/c4647c06-e3de-4587-b7ef-4f34c8134b51?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-11:28:42:313-7013], vertex-id=[393216], Content-Length=[0], Date=[Tue, 07 Jun 2022 11:28:42 GMT], Content-Type=[application/json]}
2022-06-07T11:28:42.971Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/069cfbae-7102-4f6e-bd06-78e9aadfcd70/model-vers/model-ver/c4647c06-e3de-4587-b7ef-4f34c8134b51?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T11:28:42.971Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/069cfbae-7102-4f6e-bd06-78e9aadfcd70/model-vers/model-ver/c4647c06-e3de-4587-b7ef-4f34c8134b51?depth=0|INFO|500||InvokeReturn
2022-06-07T11:28:42.975Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T11:28:42.975Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||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-07T11:28:42.981Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||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-07T11:28:42.982Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72805021-1d4b-4080-92fd-e38e12ca52a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T11:28:42.983Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T11:28:42.983Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:28:42.985Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:28:42.985Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601322982,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T11:28:43.085Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T11:28:43.086Z||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-07T11:28:43.087Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:28:43.132Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:28:43.133Z||pool-18-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:28:43.748Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:28:43.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:28:43.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "72805021-1d4b-4080-92fd-e38e12ca52a0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601322982,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T11:28:43.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T11:28:44.001Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-07T11:28:44.001Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"550181af-a9b8-4aac-a3f6-eee3dc0b4bd5","serviceName":"basic_onboard_CsHIbK","serviceVersion":"1.0","serviceUUID":"955c7cb2-e95a-446b-948d-cc7d100f6191","serviceDescription":"service","serviceInvariantUUID":"4cdb153b-82a6-40e2-8e2a-3a995ade446a","resources":[{"resourceInstanceName":"basic_onboard_CsHIbK 0","resourceName":"basic_onboard_CsHIbK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a46a5fa3-1288-4275-b125-34478fd7d1f7","resourceInvariantUUID":"4ebfe00d-0779-4890-9867-058b555ccef7","resourceCustomizationUUID":"0eaa30b3-0a23-414a-ac65-e8587a0d1bee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vf-license-model.xml","artifactChecksum":"MDI3ZGYyZjhhNjRjMTZiNzA0MGVlOGQ4OWI4MDAzMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cecaac53-53b3-476d-8c0b-401e95f27bd3","artifactVersion":"1"},{"artifactName":"basic_onboard_cshibk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json","artifactChecksum":"ODdlOTE0ZGM1NTAxZmYxNDM2YTRkYWQ5NDgxNDQ1YzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d6f1432-6727-4765-aa98-bfc8c7326534","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"13db36bb-050a-4b9e-810d-4b46631da825","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8cde3341-b3cd-43e0-a9a2-c0c8678c3f40","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b8df0701-796c-44b2-9133-a42820d6643b","artifactVersion":"2","generatedFromUUID":"13db36bb-050a-4b9e-810d-4b46631da825"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCshibk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-template.yml","artifactChecksum":"YTRiNmQyZGU4ZTMwMWIyNzk2ODEzNjI0NjQ1NGU2OWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f868b14-6c5b-4be6-9e2a-e7f0e4cff7a0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCshibk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar","artifactChecksum":"MDNkZDZjMTBjNGU4YzU0ZThjOGM0M2NhMjJjODViMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c0834564-2a0d-44a4-a79c-6fc2a51df6c0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T11:28:44.002Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:28:44.002Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:28:44.005Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:28:44.005Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:28:44.105Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:28:44.106Z||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-07T11:28:44.106Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:28:44.139Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:28:44.139Z||pool-19-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:28:45.005Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:28:45.006Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:28:45.023Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:28:45.023Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T11:28:45.109Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-06-07T11:28:45.110Z||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-07T11:28:45.110Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:28:45.134Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:28:45.134Z||pool-20-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:28:46.024Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:28:46.024Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:28:46.026Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:28:46.026Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-07T11:28:46.126Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:28:46.127Z||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-07T11:28:46.128Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:28:46.143Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:28:46.143Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:28:47.027Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:28:47.028Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:28:47.030Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:28:47.030Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:28:47.130Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:28:47.132Z||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-07T11:28:47.132Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:28:47.155Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:28:47.155Z||pool-22-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:28:48.031Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:28:48.032Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:28:48.034Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:28:48.034Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-07T11:28:48.134Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:28:48.135Z||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-07T11:28:48.135Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:28:48.153Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:28:48.153Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:28:49.035Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:28:49.035Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:28:49.037Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:28:49.038Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:28:49.138Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:28:49.140Z||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-07T11:28:49.140Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:28:49.163Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:28:49.163Z||pool-24-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:28:50.038Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:28:50.039Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:28:50.041Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:28:50.041Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:28:50.141Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:28:50.142Z||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-07T11:28:50.142Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:28:50.179Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:28:50.179Z||pool-25-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:28:51.042Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"serviceName": "basic_onboard_CsHIbK",
"serviceVersion": "1.0",
"serviceUUID": "955c7cb2-e95a-446b-948d-cc7d100f6191",
"serviceDescription": "service",
"serviceInvariantUUID": "4cdb153b-82a6-40e2-8e2a-3a995ade446a",
"resources": [
{
"resourceInstanceName": "basic_onboard_CsHIbK 0",
"resourceCustomizationUUID": "0eaa30b3-0a23-414a-ac65-e8587a0d1bee",
"resourceName": "basic_onboard_CsHIbK",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a46a5fa3-1288-4275-b125-34478fd7d1f7",
"resourceInvariantUUID": "4ebfe00d-0779-4890-9867-058b555ccef7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cshibk0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json",
"artifactChecksum": "ODdlOTE0ZGM1NTAxZmYxNDM2YTRkYWQ5NDgxNDQ1YzU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0d6f1432-6727-4765-aa98-bfc8c7326534",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "13db36bb-050a-4b9e-810d-4b46631da825",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b8df0701-796c-44b2-9133-a42820d6643b",
"generatedFromUUID": "13db36bb-050a-4b9e-810d-4b46631da825"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "b8df0701-796c-44b2-9133-a42820d6643b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCshibk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"artifactChecksum": "MDNkZDZjMTBjNGU4YzU0ZThjOGM0M2NhMjJjODViMDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c0834564-2a0d-44a4-a79c-6fc2a51df6c0"
}
],
"workloadContext": "Production"
}
2022-06-07T11:28:51.043Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T11:28:51.043Z|72805021-1d4b-4080-92fd-e38e12ca52a0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 955c7cb2-e95a-446b-948d-cc7d100f6191 ASDC
2022-06-07T11:28:51.043Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:550181af-a9b8-4aac-a3f6-eee3dc0b4bd5
ServiceName:basic_onboard_CsHIbK
ServiceVersion:1.0
ServiceUUID:955c7cb2-e95a-446b-948d-cc7d100f6191
ServiceInvariantUUID:4cdb153b-82a6-40e2-8e2a-3a995ade446a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCshibk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar
ArtifactUUID:c0834564-2a0d-44a4-a79c-6fc2a51df6c0
ArtifactChecksum:MDNkZDZjMTBjNGU4YzU0ZThjOGM0M2NhMjJjODViMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CsHIbK 0
ResourceCustomizationUUID:0eaa30b3-0a23-414a-ac65-e8587a0d1bee
ResourceInvariantUUID:4ebfe00d-0779-4890-9867-058b555ccef7
ResourceName:basic_onboard_CsHIbK
ResourceType:VF
ResourceUUID:a46a5fa3-1288-4275-b125-34478fd7d1f7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cshibk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json
ArtifactUUID:0d6f1432-6727-4765-aa98-bfc8c7326534
ArtifactChecksum:ODdlOTE0ZGM1NTAxZmYxNDM2YTRkYWQ5NDgxNDQ1YzU=
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/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:13db36bb-050a-4b9e-810d-4b46631da825
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/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env
ArtifactUUID:b8df0701-796c-44b2-9133-a42820d6643b
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/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env
ArtifactUUID:b8df0701-796c-44b2-9133-a42820d6643b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-07T11:28:51.043Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 955c7cb2-e95a-446b-948d-cc7d100f6191 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-07T11:28:51.073Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T11:28:51.074Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T11:28:51.074Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T11:28:51.074Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c0834564-2a0d-44a4-a79c-6fc2a51df6c0 from URL: /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar
2022-06-07T11:28:51.074Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T11:28:51.074Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar
2022-06-07T11:28:51.230Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T11:28:51.233Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar c0834564-2a0d-44a4-a79c-6fc2a51df6c0 71558
2022-06-07T11:28:51.233Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar ASDC sendASDCNotification
2022-06-07T11:28:51.234Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar
2022-06-07T11:28:51.234Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:28:51.234Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:28:51.236Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:28:51.236Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601331233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:28:51.336Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:28:51.338Z||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-07T11:28:51.338Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:28:51.357Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:28:51.358Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:28:52.236Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T11:28:52.237Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-07T11:28:52.238Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c0834564-2a0d-44a4-a79c-6fc2a51df6c0, URL: /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar to file: /app/ASDC/1/service-BasicOnboardCshibk-csar.csar
2022-06-07T11:28:52.238Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCshibk-csar.csar
2022-06-07T11:28:52.239Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCshibk-csar.csar
2022-06-07T11:28:52.239Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCshibk-csar.csar
2022-06-07T11:28:52.393Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP119709856969862872/Definitions/service-BasicOnboardCshibk-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-07T11:28:53.636Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T11:28:53.638Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-07T11:28:53.638Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCshibk-csar.csar
2022-06-07T11:28:53.638Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-07T11:28:53.639Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CsHIbK 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-BasicOnboardCshibk-csar.csar
2022-06-07T11:28:53.639Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||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-BasicOnboardCshibk-csar.csar
2022-06-07T11:28:53.639Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||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-BasicOnboardCshibk-csar.csar
2022-06-07T11:28:53.639Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||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-BasicOnboardCshibk-csar.csar
2022-06-07T11:28:53.640Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||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-BasicOnboardCshibk-csar.csar
2022-06-07T11:28:53.640Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCshibk-csar.csar
2022-06-07T11:28:53.640Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCshibk-csar.csar
2022-06-07T11:28:53.641Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||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-BasicOnboardCshibk-csar.csar
2022-06-07T11:28:53.641Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||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-BasicOnboardCshibk-csar.csar
2022-06-07T11:28:53.641Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-07T11:28:53.642Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:53.642Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:28:53.643Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is matching search criteria
2022-06-07T11:28:53.643Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-07T11:28:53.644Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CsHIbK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T11:28:53.644Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:53.644Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:28:53.645Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is matching search criteria
2022-06-07T11:28:53.645Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-07T11:28:53.646Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CsHIbK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T11:28:53.646Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:53.646Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:28:53.647Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:53.647Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is not matching search criteria
2022-06-07T11:28:53.648Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-07T11:28:53.648Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-07T11:28:53.648Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-07T11:28:53.648Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T11:28:53.649Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T11:28:53.649Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:53.649Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T11:28:53.650Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:53.650Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is matching search criteria
2022-06-07T11:28:53.651Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CsHIbK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:28:53.651Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:53.651Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is matching search criteria
2022-06-07T11:28:53.652Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CsHIbK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:28:53.652Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:53.653Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is matching search criteria
2022-06-07T11:28:53.653Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CsHIbK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:28:53.653Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:53.654Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is not matching search criteria
2022-06-07T11:28:53.654Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-07T11:28:53.654Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T11:28:53.655Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5dbeeeac-8409-489a-ae14-cf04f94a26ec
2022-06-07T11:28:53.655Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:53.656Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:28:53.656Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:53.656Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:28:53.657Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:53.657Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:28:53.658Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:53.658Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:28:53.658Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_CsHIbK
Description:service
Model UUID:955c7cb2-e95a-446b-948d-cc7d100f6191
Model Version:NULL
Model InvariantUuid:4cdb153b-82a6-40e2-8e2a-3a995ade446a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_CsHIbK
Model UUID:ed7aac23-ef22-482c-a3e7-06c8222b22ae
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4ebfe00d-0779-4890-9867-058b555ccef7
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0eaa30b3-0a23-414a-ac65-e8587a0d1bee
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:74c906d2-f9d0-46e4-bba3-d46d2398a4b7
ModelName:BasicOnboardCshibk..base_ubuntu18..module-0
ModelUuid:617a9149-39b6-4cb9-a95e-3c72ef1dd1f2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5dbeeeac-8409-489a-ae14-cf04f94a26ec
ModelInvariantUuid:84adeac1-815f-45f6-9530-bd2168ec8b2c
ModelName:basic_onboard_CsHIbK-nodes.ubuntu18Cvfc
ModelUuid:7cebf40b-e6bd-4587-87ed-1664137222ed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:083f842d-279e-4546-a003-7d8ecb7518ea
ModelInvariantUuid:9b647ae4-75e1-4882-9ed0-7913ef0b25b8
ModelName:BasicOnboardCshibk.compute.nodes.heat.ubuntu18
ModelUuid:079bb14f-02ec-4094-be03-992a95b9f8f8
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-07T11:28:53.668Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a46a5fa3-1288-4275-b125-34478fd7d1f7
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-07T11:28:53.672Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||basic_onboard_CsHIbK 0
2022-06-07T11:28:53.672Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a46a5fa3-1288-4275-b125-34478fd7d1f7
2022-06-07T11:28:53.672Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0d6f1432-6727-4765-aa98-bfc8c7326534 from URL: /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json
2022-06-07T11:28:53.673Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T11:28:53.673Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json
2022-06-07T11:28:53.740Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T11:28:53.740Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json 0d6f1432-6727-4765-aa98-bfc8c7326534 798
2022-06-07T11:28:53.741Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json ASDC sendASDCNotification
2022-06-07T11:28:53.741Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json
2022-06-07T11:28:53.742Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:28:53.742Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:28:53.744Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:28:53.744Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601333741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:28:53.844Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:28:53.845Z||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-07T11:28:53.845Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:28:53.868Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:28:53.869Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:28:54.745Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCshibk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "74c906d2-f9d0-46e4-bba3-d46d2398a4b7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "617a9149-39b6-4cb9-a95e-3c72ef1dd1f2",
"vfModuleModelCustomizationUUID": "a9378abb-559f-466c-94be-2407f9c0c82d",
"isBase": true,
"artifacts": [
"13db36bb-050a-4b9e-810d-4b46631da825",
"b8df0701-796c-44b2-9133-a42820d6643b"
],
"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-07T11:28:54.750Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCshibk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:617a9149-39b6-4cb9-a95e-3c72ef1dd1f2
VfModuleModelInvariantUUID:74c906d2-f9d0-46e4-bba3-d46d2398a4b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
13db36bb-050a-4b9e-810d-4b46631da825
,
b8df0701-796c-44b2-9133-a42820d6643b
}
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-07T11:28:54.752Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCshibk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "74c906d2-f9d0-46e4-bba3-d46d2398a4b7",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "617a9149-39b6-4cb9-a95e-3c72ef1dd1f2",
"vfModuleModelCustomizationUUID": "a9378abb-559f-466c-94be-2407f9c0c82d",
"isBase": true,
"artifacts": [
"13db36bb-050a-4b9e-810d-4b46631da825",
"b8df0701-796c-44b2-9133-a42820d6643b"
],
"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-07T11:28:54.752Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCshibk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:617a9149-39b6-4cb9-a95e-3c72ef1dd1f2
VfModuleModelInvariantUUID:74c906d2-f9d0-46e4-bba3-d46d2398a4b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
13db36bb-050a-4b9e-810d-4b46631da825
,
b8df0701-796c-44b2-9133-a42820d6643b
}
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-07T11:28:54.753Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 13db36bb-050a-4b9e-810d-4b46631da825 from URL: /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml
2022-06-07T11:28:54.753Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T11:28:54.753Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml
2022-06-07T11:28:54.824Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T11:28:54.824Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml 13db36bb-050a-4b9e-810d-4b46631da825 5033
2022-06-07T11:28:54.825Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-07T11:28:54.825Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml
2022-06-07T11:28:54.825Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:28:54.826Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:28:54.828Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:28:54.829Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601334825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:28:54.929Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T11:28:54.930Z||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-07T11:28:54.930Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:28:54.949Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:28:54.949Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:28:55.830Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b8df0701-796c-44b2-9133-a42820d6643b from URL: /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env
2022-06-07T11:28:55.830Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-07T11:28:55.831Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env
2022-06-07T11:28:55.931Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-07T11:28:55.935Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env b8df0701-796c-44b2-9133-a42820d6643b 909
2022-06-07T11:28:55.942Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-07T11:28:55.943Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env
2022-06-07T11:28:55.943Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:28:55.943Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:28:55.945Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:28:55.946Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601335942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:28:56.046Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T11:28:56.047Z||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-07T11:28:56.047Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:28:56.062Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:28:56.062Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:28:56.946Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 955c7cb2-e95a-446b-948d-cc7d100f6191
2022-06-07T11:28:56.947Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CsHIbK 0 a46a5fa3-1288-4275-b125-34478fd7d1f7 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-07T11:28:56.961Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a5d1f1a, org.onap.sdc.toscaparser.api.parameters.Input@2d0f862, org.onap.sdc.toscaparser.api.parameters.Input@a6bd346, org.onap.sdc.toscaparser.api.parameters.Input@7648013e, org.onap.sdc.toscaparser.api.parameters.Input@44df7522]
2022-06-07T11:28:56.963Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:56.963Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:28:56.963Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-06-07T11:28:56.964Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 0eaa30b3-0a23-414a-ac65-e8587a0d1bee
2022-06-07T11:28:56.964Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0eaa30b3-0a23-414a-ac65-e8587a0d1bee matches Tosca VF Customization UUID: 0eaa30b3-0a23-414a-ac65-e8587a0d1bee
2022-06-07T11:28:56.964Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 0eaa30b3-0a23-414a-ac65-e8587a0d1bee 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-07T11:28:56.967Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:56.967Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:28:56.968Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 0eaa30b3-0a23-414a-ac65-e8587a0d1bee: {\"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-07T11:28:56.968Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@239b3ecd
2022-06-07T11:28:56.968Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:56.969Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T11:28:56.969Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a9378abb-559f-466c-94be-2407f9c0c82d
2022-06-07T11:28:56.969Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a9378abb-559f-466c-94be-2407f9c0c82d
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-07T11:28:56.972Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:56.972Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is matching search criteria
2022-06-07T11:28:56.972Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CsHIbK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:28:56.973Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:56.974Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is matching search criteria
2022-06-07T11:28:56.974Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CsHIbK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:28:56.974Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:56.975Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is not matching search criteria
2022-06-07T11:28:56.975Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-07T11:28:56.975Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T11:28:56.975Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5dbeeeac-8409-489a-ae14-cf04f94a26ec
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-07T11:28:56.977Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:56.977Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is matching search criteria
2022-06-07T11:28:56.978Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CsHIbK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:28:56.978Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:56.978Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CsHIbK 0 is matching search criteria
2022-06-07T11:28:56.978Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CsHIbK 0] matching following query criteria: sdcType=VF, customizationUUID=0eaa30b3-0a23-414a-ac65-e8587a0d1bee
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-07T11:28:56.980Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:56.980Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:28:56.980Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 955c7cb2-e95a-446b-948d-cc7d100f6191: basic_onboard_CsHIbK
2022-06-07T11:28:56.980Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:56.980Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:28:56.981Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:56.981Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:28:56.981Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:56.981Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:28:56.981Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:56.981Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:28:56.981Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:28:56.982Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CsHIbK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:28:56.982Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_CsHIbK
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-07T11:28:57.071Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CsHIbK a46a5fa3-1288-4275-b125-34478fd7d1f7 1 ASDC deployResourceStructure
2022-06-07T11:28:57.071Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json ASDC sendASDCNotification
2022-06-07T11:28:57.071Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json
2022-06-07T11:28:57.072Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:28:57.072Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:28:57.075Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:28:57.075Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601337071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T11:28:57.175Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T11:28:57.176Z||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-07T11:28:57.176Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:28:57.191Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:28:57.193Z||pool-30-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:28:58.076Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-07T11:28:58.076Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml
2022-06-07T11:28:58.076Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:28:58.076Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:28:58.087Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:28:58.087Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601338075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-07T11:28:58.179Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-07T11:28:58.180Z||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-07T11:28:58.180Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:28:58.206Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:28:58.207Z||pool-31-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:28:59.088Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-07T11:28:59.088Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env
2022-06-07T11:28:59.088Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:28:59.088Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:28:59.094Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:28:59.099Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601339088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-07T11:28:59.192Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-07T11:28:59.193Z||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-07T11:28:59.193Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:28:59.210Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:28:59.211Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:29:00.101Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar ASDC sendASDCNotification
2022-06-07T11:29:00.102Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar
2022-06-07T11:29:00.102Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:29:00.103Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:29:00.105Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:29:00.105Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601340101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:29:00.205Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:29:00.206Z||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-07T11:29:00.206Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:29:00.238Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:29:00.239Z||pool-33-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:29:01.106Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5
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-07T11:29:01.132Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5
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-07T11:29:01.139Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:29:01.140Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T11:29:01.140Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T11:29:01.140Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T11:29:01.140Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:29:01.140Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:29:01.140Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:29:01.140Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:29:01.140Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:29:01.140Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:29:01.140Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||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-07T11:29:01.146Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T11:29:31.146Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 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-07T11:29:31.155Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 and serviceModelVersionId: 955c7cb2-e95a-446b-948d-cc7d100f6191
2022-06-07T11:29:31.155Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4cdb153b-82a6-40e2-8e2a-3a995ade446a
2022-06-07T11:29:31.157Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4cdb153b-82a6-40e2-8e2a-3a995ade446a/model-vers/model-ver/955c7cb2-e95a-446b-948d-cc7d100f6191?depth=0
2022-06-07T11:29:31.161Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T11:29:31.213Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cdb153b-82a6-40e2-8e2a-3a995ade446a/model-vers/model-ver/955c7cb2-e95a-446b-948d-cc7d100f6191?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-07T11:29:31.215Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cdb153b-82a6-40e2-8e2a-3a995ade446a/model-vers/model-ver/955c7cb2-e95a-446b-948d-cc7d100f6191?depth=0|INFO|500||Invoke
2022-06-07T11:29:31.241Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cdb153b-82a6-40e2-8e2a-3a995ade446a/model-vers/model-ver/955c7cb2-e95a-446b-948d-cc7d100f6191?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-07T11:29:31.337Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cdb153b-82a6-40e2-8e2a-3a995ade446a/model-vers/model-ver/955c7cb2-e95a-446b-948d-cc7d100f6191?depth=0|INFO|500||InvokeReturn
2022-06-07T11:29:31.339Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cdb153b-82a6-40e2-8e2a-3a995ade446a/model-vers/model-ver/955c7cb2-e95a-446b-948d-cc7d100f6191?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-11:29:31:001-34500], vertex-id=[151784], Content-Length=[0], Date=[Tue, 07 Jun 2022 11:29:30 GMT], Content-Type=[application/json]}
2022-06-07T11:29:31.339Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-06-07T11:29:31.340Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T11:29:31.340Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||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-07T11:29:31.346Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||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-07T11:29:31.347Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 550181af-a9b8-4aac-a3f6-eee3dc0b4bd5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T11:29:31.347Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T11:29:31.348Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:29:31.351Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:29:31.351Z|550181af-a9b8-4aac-a3f6-eee3dc0b4bd5|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601371347,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T11:29:31.451Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:29:31.452Z||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-07T11:29:31.452Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:29:31.468Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:29:31.469Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 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-07T11:29:32.369Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:29:32.370Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:29:32.370Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ...
2022-06-07T11:29:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:29:35.661Z||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-07T11:29:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:29:36.303Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:29:36.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:29:36.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:29:36.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:29:36.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:29:36.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T11:29:36.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:29:36.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:29:36.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-07T11:29:36.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:29:36.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:29:36.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:29:36.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:29:36.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:29:36.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-07T11:29:36.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:29:36.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:29:36.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:29:36.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:29:36.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:29:36.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601075641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:29:36.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-06-07T11:29:36.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:29:36.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601331233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:29:36.311Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:29:36.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:29:36.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601333741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:29:36.312Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:29:36.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:29:36.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601334825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:29:36.313Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:29:36.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:29:36.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601335942,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:29:36.314Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:29:36.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:29:36.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601337071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/basic_onboard_cshibk0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-07T11:29:36.314Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:29:36.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:29:36.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601338075,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-07T11:29:36.315Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:29:36.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:29:36.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601339088,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/resourceInstances/basic_onboard_cshibk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-07T11:29:36.316Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:29:36.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:29:36.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601340101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCshibk/1.0/artifacts/service-BasicOnboardCshibk-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:29:36.317Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:29:36.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T11:29:36.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "550181af-a9b8-4aac-a3f6-eee3dc0b4bd5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601371347,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T11:29:36.318Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:29:42.714Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:29:42.715Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:29:42.716Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:29:42.716Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ...
2022-06-07T11:29:52.313Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:29:52.313Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:29:52.314Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:29:52.314Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ...
2022-06-07T11:30:01.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:30:01.883Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:30:01.883Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:30:01.883Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ...
2022-06-07T11:30:11.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:30:11.442Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:30:11.443Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:30:11.443Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ...
2022-06-07T11:30:21.022Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:30:35.641Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:30:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:30:35.642Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ...
2022-06-07T11:30:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:30:35.661Z||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-07T11:30:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:30:45.215Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:30:45.237Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:31:35.641Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:31:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:31:35.642Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ...
2022-06-07T11:31:35.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:31:35.661Z||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-07T11:31:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:31:45.211Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:31:45.236Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:32:35.641Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:32:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:32:35.642Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ...
2022-06-07T11:32:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:32:35.661Z||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-07T11:32:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:32:45.214Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:32:45.224Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:33:35.640Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:33:35.641Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:33:35.641Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ...
2022-06-07T11:33:35.660Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:33:35.661Z||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-07T11:33:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:33:45.215Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:33:45.251Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:34:35.641Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:34:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:34:35.642Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ...
2022-06-07T11:34:35.660Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:34:35.661Z||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-07T11:34:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:34:45.205Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:34:45.252Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:35:35.640Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:35:35.641Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:35:35.642Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ...
2022-06-07T11:35:35.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:35:35.661Z||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-07T11:35:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:35:45.211Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:35:45.217Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:36:35.641Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:36:35.644Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:36:35.644Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ...
2022-06-07T11:36:35.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:36:35.661Z||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-07T11:36:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:36:45.225Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:36:45.251Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:37:35.641Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:37:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:37:35.643Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ...
2022-06-07T11:37:35.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:37:35.661Z||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-07T11:37:35.662Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:37:45.204Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:37:45.228Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:38:35.640Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:38:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:38:35.642Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ...
2022-06-07T11:38:35.665Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:38:35.665Z||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-07T11:38:35.666Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:38:45.235Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:38:45.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:39:35.641Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:39:35.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:39:35.644Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ...
2022-06-07T11:39:35.660Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:39:35.661Z||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-07T11:39:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:39:36.290Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:39:36.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"48968e00-2e55-43b3-931b-18154a27a310","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1514d1ad-9c84-4099-b631-917ded5bf14c","serviceDescription":"service","serviceInvariantUUID":"185dfe56-032b-4be9-9cfb-df3d5fc91fa4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ba1e72b0-71cb-48b9-94bf-4c0c0b28f926","resourceInvariantUUID":"f3eef10e-39df-4b27-92e8-994eab9c5c1b","resourceCustomizationUUID":"ac65be7f-0f0f-4368-a0c4-01dec91c9ba3","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":"YTY4YzI4ZWJlMzllMTVkZmYxMDFlMGM1YmU2NGRkYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"662266a9-dcf7-41d7-9212-d98c7f3122be","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Mjc3NWUxMWM5MzYxZmI3NzhmMmUzN2E4N2NiYTNjOGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54ce010a-1b69-486e-be4c-d49cf2536df2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T11:39:36.300Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:39:36.300Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:39:36.305Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:39:36.305Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601975641,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:39:36.338Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:39:36.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601932229,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:39:36.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T11:39:36.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "cds",
"timestamp": 1654601934568,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:39:36.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T11:39:36.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "policy-id",
"timestamp": 1654601934254,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:39:36.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T11:39:36.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "cds",
"timestamp": 1654601934568,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:39:36.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T11:39:36.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654601932229,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:39:36.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T11:39:36.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "policy-id",
"timestamp": 1654601934254,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:39:36.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T11:39:36.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "cds",
"timestamp": 1654601941162,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:39:36.347Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:39:36.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "policy-id",
"timestamp": 1654601941674,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:39:36.347Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:39:36.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "cds",
"timestamp": 1654601942177,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-07T11:39:36.368Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48968e00-2e55-43b3-931b-18154a27a310
2022-06-07T11:39:36.368Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48968e00-2e55-43b3-931b-18154a27a310 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-07T11:39:36.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "policy-id",
"timestamp": 1654601942682,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:39:36.377Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:39:36.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "policy-id",
"timestamp": 1654601943687,
"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-07T11:39:36.382Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48968e00-2e55-43b3-931b-18154a27a310
2022-06-07T11:39:36.382Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48968e00-2e55-43b3-931b-18154a27a310 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-07T11:39:36.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "ves-openapi-manager",
"timestamp": 1654601946812,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:39:36.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T11:39:36.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "ves-openapi-manager",
"timestamp": 1654601946812,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:39:36.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T11:39:36.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "clamp",
"timestamp": 1654601953395,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:39:36.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T11:39:36.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "clamp",
"timestamp": 1654601953395,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:39:36.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T11:39:36.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601957055,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:39:36.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T11:39:36.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "aai-ml",
"timestamp": 1654601956690,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:39:36.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T11:39:36.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601957055,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:39:36.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T11:39:36.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "aai-ml",
"timestamp": 1654601956690,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:39:36.398Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T11:39:36.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601959844,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:39:36.399Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:39:36.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "aai-ml",
"timestamp": 1654601959489,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:39:36.399Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:39:36.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601961602,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:39:36.400Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:39:36.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654601962606,
"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-07T11:39:36.405Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:39:36.405Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48968e00-2e55-43b3-931b-18154a27a310
2022-06-07T11:39:36.405Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48968e00-2e55-43b3-931b-18154a27a310 and ComponentName SDNC
2022-06-07T11:39:36.405Z||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-07T11:39:36.406Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
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-07T11:39:36.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "aai-ml",
"timestamp": 1654601963849,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:39:36.415Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:39:36.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "aai-ml",
"timestamp": 1654601964860,
"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-07T11:39:36.419Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48968e00-2e55-43b3-931b-18154a27a310
2022-06-07T11:39:36.419Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48968e00-2e55-43b3-931b-18154a27a310 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-07T11:39:36.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "clamp",
"timestamp": 1654601967380,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:39:36.429Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:39:36.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "clamp",
"timestamp": 1654601969390,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:39:36.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T11:39:36.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:39:36.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "clamp",
"timestamp": 1654601970393,
"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-07T11:39:36.434Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:39:36.434Z||pool-35-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:39:36.434Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 48968e00-2e55-43b3-931b-18154a27a310
2022-06-07T11:39:36.435Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48968e00-2e55-43b3-931b-18154a27a310 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-07T11:39:37.306Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:39:37.308Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:39:37.310Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:39:37.310Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601975641,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:39:37.411Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T11:39:37.412Z||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-07T11:39:37.412Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:39:37.434Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:39:37.435Z||pool-36-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:39:38.311Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "1514d1ad-9c84-4099-b631-917ded5bf14c",
"serviceDescription": "service",
"serviceInvariantUUID": "185dfe56-032b-4be9-9cfb-df3d5fc91fa4",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "ac65be7f-0f0f-4368-a0c4-01dec91c9ba3",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "ba1e72b0-71cb-48b9-94bf-4c0c0b28f926",
"resourceInvariantUUID": "f3eef10e-39df-4b27-92e8-994eab9c5c1b",
"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": "Mjc3NWUxMWM5MzYxZmI3NzhmMmUzN2E4N2NiYTNjOGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "54ce010a-1b69-486e-be4c-d49cf2536df2"
}
],
"workloadContext": "Production"
}
2022-06-07T11:39:38.313Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T11:39:38.313Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1514d1ad-9c84-4099-b631-917ded5bf14c ASDC
2022-06-07T11:39:38.315Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:48968e00-2e55-43b3-931b-18154a27a310
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:1514d1ad-9c84-4099-b631-917ded5bf14c
ServiceInvariantUUID:185dfe56-032b-4be9-9cfb-df3d5fc91fa4
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:54ce010a-1b69-486e-be4c-d49cf2536df2
ArtifactChecksum:Mjc3NWUxMWM5MzYxZmI3NzhmMmUzN2E4N2NiYTNjOGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ac65be7f-0f0f-4368-a0c4-01dec91c9ba3
ResourceInvariantUUID:f3eef10e-39df-4b27-92e8-994eab9c5c1b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ba1e72b0-71cb-48b9-94bf-4c0c0b28f926
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-07T11:39:38.315Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1514d1ad-9c84-4099-b631-917ded5bf14c 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-07T11:39:38.353Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T11:39:38.355Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-07T11:39:38.355Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-07T11:39:38.355Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 54ce010a-1b69-486e-be4c-d49cf2536df2 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T11:39:38.356Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-07T11:39:38.356Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T11:39:38.423Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-07T11:39:38.427Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 54ce010a-1b69-486e-be4c-d49cf2536df2 52502
2022-06-07T11:39:38.428Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-07T11:39:38.428Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T11:39:38.428Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:39:38.429Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:39:38.431Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:39:38.431Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601978428,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:39:38.531Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:39:38.532Z||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-07T11:39:38.532Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:39:38.554Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:39:38.554Z||pool-37-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:39:39.434Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T11:39:39.435Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-07T11:39:39.436Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 54ce010a-1b69-486e-be4c-d49cf2536df2, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T11:39:39.436Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-07T11:39:39.437Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T11:39:39.437Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T11:39:39.610Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1018334588742342784/Definitions/service-BasicNetwork-template.yml
2022-06-07T11:39:40.219Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T11:39:40.220Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-07T11:39:40.220Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T11:39:40.220Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-07T11:39:40.220Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T11:39:40.220Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T11:39:40.221Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T11:39:40.221Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T11:39:40.221Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T11:39:40.222Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T11:39:40.222Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T11:39:40.222Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T11:39:40.222Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-07T11:39:40.223Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:39:40.223Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:39:40.224Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-07T11:39:40.224Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-07T11:39:40.224Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T11:39:40.225Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:39:40.225Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:39:40.225Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-07T11:39:40.225Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-07T11:39:40.226Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T11:39:40.226Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:39:40.226Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:39:40.227Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:39:40.227Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:39:40.228Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:39:40.228Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:39:40.228Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:39:40.228Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:39:40.229Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:39:40.229Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:39:40.229Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:1514d1ad-9c84-4099-b631-917ded5bf14c
Model Version:NULL
Model InvariantUuid:185dfe56-032b-4be9-9cfb-df3d5fc91fa4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f3eef10e-39df-4b27-92e8-994eab9c5c1b
Model UUID:8791dce7-95c0-4e88-a8e6-f967c6c92a1d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:ac65be7f-0f0f-4368-a0c4-01dec91c9ba3
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-07T11:39:40.236Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: ba1e72b0-71cb-48b9-94bf-4c0c0b28f926
2022-06-07T11:39:40.236Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||No resources found for Service: 1514d1ad-9c84-4099-b631-917ded5bf14c
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-07T11:39:40.242Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||
2022-06-07T11:39:40.243Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-07T11:39:40.244Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 1514d1ad-9c84-4099-b631-917ded5bf14c
2022-06-07T11:39:40.244Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1514d1ad-9c84-4099-b631-917ded5bf14c
2022-06-07T11:39:40.244Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-07T11:39:40.244Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T11:39:40.249Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57302053, org.onap.sdc.toscaparser.api.parameters.Input@1ced4be8, org.onap.sdc.toscaparser.api.parameters.Input@7ed3d7d1, org.onap.sdc.toscaparser.api.parameters.Input@5d667fd, org.onap.sdc.toscaparser.api.parameters.Input@5332fdac]
2022-06-07T11:39:40.251Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:39:40.251Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:39:40.252Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:39:40.252Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:39:40.252Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1514d1ad-9c84-4099-b631-917ded5bf14c: Generic NeutronNet
2022-06-07T11:39:40.253Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:39:40.253Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:39:40.253Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:39:40.254Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-07T11:39:40.287Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:39:40.287Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:39:40.287Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:39:40.288Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:39:40.288Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:39:40.288Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:39:40.289Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-07T11:39:40.358Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-06-07T11:39:40.358Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-07T11:39:40.358Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T11:39:40.359Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T11:39:40.359Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:39:40.361Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:39:40.361Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601980358,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-07T11:39:40.462Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:39:40.462Z||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-07T11:39:40.463Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:39:40.511Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:39:40.511Z||pool-38-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:39:41.363Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48968e00-2e55-43b3-931b-18154a27a310
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-07T11:39:41.374Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48968e00-2e55-43b3-931b-18154a27a310
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-07T11:39:41.376Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T11:39:41.377Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T11:39:41.377Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T11:39:41.377Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T11:39:41.377Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:39:41.377Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:39:41.377Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:39:41.377Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:39:41.377Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:39:41.377Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-07T11:39:41.378Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T11:39:41.382Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T11:40:11.382Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48968e00-2e55-43b3-931b-18154a27a310 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-07T11:40:11.389Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48968e00-2e55-43b3-931b-18154a27a310 and serviceModelVersionId: 1514d1ad-9c84-4099-b631-917ded5bf14c
2022-06-07T11:40:11.390Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 185dfe56-032b-4be9-9cfb-df3d5fc91fa4
2022-06-07T11:40:11.391Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/185dfe56-032b-4be9-9cfb-df3d5fc91fa4/model-vers/model-ver/1514d1ad-9c84-4099-b631-917ded5bf14c?depth=0
2022-06-07T11:40:11.396Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T11:40:11.450Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/185dfe56-032b-4be9-9cfb-df3d5fc91fa4/model-vers/model-ver/1514d1ad-9c84-4099-b631-917ded5bf14c?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-07T11:40:11.452Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/185dfe56-032b-4be9-9cfb-df3d5fc91fa4/model-vers/model-ver/1514d1ad-9c84-4099-b631-917ded5bf14c?depth=0|INFO|500||Invoke
2022-06-07T11:40:11.475Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/185dfe56-032b-4be9-9cfb-df3d5fc91fa4/model-vers/model-ver/1514d1ad-9c84-4099-b631-917ded5bf14c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-07T11:40:11.567Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/185dfe56-032b-4be9-9cfb-df3d5fc91fa4/model-vers/model-ver/1514d1ad-9c84-4099-b631-917ded5bf14c?depth=0|INFO|500||InvokeReturn
2022-06-07T11:40:11.568Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/185dfe56-032b-4be9-9cfb-df3d5fc91fa4/model-vers/model-ver/1514d1ad-9c84-4099-b631-917ded5bf14c?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-11:40:11:233-12740], vertex-id=[213136], Content-Length=[0], Date=[Tue, 07 Jun 2022 11:40:11 GMT], Content-Type=[application/json]}
2022-06-07T11:40:11.568Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-06-07T11:40:11.568Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T11:40:11.568Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T11:40:11.574Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-07T11:40:11.575Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48968e00-2e55-43b3-931b-18154a27a310 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T11:40:11.575Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T11:40:11.575Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:40:11.578Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:40:11.578Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602011575,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T11:40:11.678Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:40:11.679Z||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-07T11:40:11.679Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:40:11.703Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:40:11.703Z||pool-39-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":2,"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-07T11:40:35.641Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:40:35.642Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T11:40:35.642Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rACJoekZgDKIBPEP) ...
2022-06-07T11:40:35.661Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T11:40:35.661Z||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-07T11:40:35.661Z||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 rACJoekZgDKIBPEP) ...
2022-06-07T11:40:35.792Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:40:35.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T11:40:35.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "48968e00-2e55-43b3-931b-18154a27a310",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654601975641,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:40:35.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-07T11:40:36.291Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:40:36.292Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T11:40:36.292Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7894f8fd-a7a7-4cf0-ab07-35702f810c35","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"668b0584-f10c-4ef7-8986-58260bbb0cd8","serviceDescription":"service","serviceInvariantUUID":"7a792005-d0e7-4f6b-a4d3-78f16dbca498","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a90c5d7b-e6d9-4021-ae43-f9217e4cdc7f","resourceInvariantUUID":"0dcf2c01-eaae-46b8-b3ee-63597b37c5e7","resourceCustomizationUUID":"92748e53-0e86-49d6-92a6-a3936dc3c003","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YmE1NTQ4MjQ1OGE3YTM2OWRhNmFiYzI4ODc2MGM0OGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5e5e61e-0584-4ce2-81b0-b116bd0b1d20","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZDIxYTY0NWY0MGZlNWY0NTI5YjQ0NjkzNmY1MGI3MTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1bf0cde-aba7-40c6-9386-5545f725d84c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dacc74d3-c94d-466f-bb1a-e2cbcc333661","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"065b1094-16fb-4251-9730-036d88bbdcd1","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c69fd655-c84d-42b5-8b55-84c3132d101b","artifactVersion":"2","generatedFromUUID":"dacc74d3-c94d-466f-bb1a-e2cbcc333661"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MmZmZTc0OGUzNWUyN2QxNDUxM2RmNTMxNTQ5MGQyMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"89a19e0d-e0c7-4695-8ed2-e136ac732e39","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mzg3MzRjZWQxODFjYzllMjBlYzAzOWJmNDNjYmQ5NTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"145a8d69-3fa8-4829-8d15-b9652fec8f02","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T11:40:36.299Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:40:36.300Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:40:36.304Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:40:36.304Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602035641,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:40:36.404Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T11:40:36.405Z||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-07T11:40:36.405Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:40:36.420Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:40:36.421Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:40:37.305Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:40:37.309Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:40:37.311Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:40:37.312Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602035641,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-06-07T11:40:37.417Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-07T11:40:37.417Z||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-07T11:40:37.418Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:40:37.438Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:40:37.438Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:40:38.313Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:40:38.314Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:40:38.316Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:40:38.316Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602035641,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-06-07T11:40:38.416Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T11:40:38.417Z||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-07T11:40:38.417Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:40:38.441Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:40:38.441Z||pool-42-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:40:39.317Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:40:39.322Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:40:39.325Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:40:39.325Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602035641,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:40:39.427Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T11:40:39.427Z||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-07T11:40:39.427Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:40:39.444Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:40:39.445Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:40:40.325Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:40:40.327Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:40:40.329Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:40:40.329Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602035641,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-06-07T11:40:40.429Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T11:40:40.430Z||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-07T11:40:40.430Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:40:40.465Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:40:40.466Z||pool-44-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:40:41.330Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:40:41.331Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:40:41.333Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:40:41.333Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602035641,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-07T11:40:41.434Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T11:40:41.435Z||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-07T11:40:41.435Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:40:41.453Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:40:41.453Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:40:42.334Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T11:40:42.334Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:40:42.336Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:40:42.337Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602035641,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-07T11:40:42.437Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T11:40:42.438Z||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-07T11:40:42.438Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:40:42.477Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:40:42.478Z||pool-46-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-07T11:40:43.339Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "668b0584-f10c-4ef7-8986-58260bbb0cd8",
"serviceDescription": "service",
"serviceInvariantUUID": "7a792005-d0e7-4f6b-a4d3-78f16dbca498",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "92748e53-0e86-49d6-92a6-a3936dc3c003",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a90c5d7b-e6d9-4021-ae43-f9217e4cdc7f",
"resourceInvariantUUID": "0dcf2c01-eaae-46b8-b3ee-63597b37c5e7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "ZDIxYTY0NWY0MGZlNWY0NTI5YjQ0NjkzNmY1MGI3MTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e1bf0cde-aba7-40c6-9386-5545f725d84c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "dacc74d3-c94d-466f-bb1a-e2cbcc333661",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c69fd655-c84d-42b5-8b55-84c3132d101b",
"generatedFromUUID": "dacc74d3-c94d-466f-bb1a-e2cbcc333661"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c69fd655-c84d-42b5-8b55-84c3132d101b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "Mzg3MzRjZWQxODFjYzllMjBlYzAzOWJmNDNjYmQ5NTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "145a8d69-3fa8-4829-8d15-b9652fec8f02"
}
],
"workloadContext": "Production"
}
2022-06-07T11:40:43.339Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T11:40:43.339Z|48968e00-2e55-43b3-931b-18154a27a310|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 668b0584-f10c-4ef7-8986-58260bbb0cd8 ASDC
2022-06-07T11:40:43.340Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7894f8fd-a7a7-4cf0-ab07-35702f810c35
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:668b0584-f10c-4ef7-8986-58260bbb0cd8
ServiceInvariantUUID:7a792005-d0e7-4f6b-a4d3-78f16dbca498
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:145a8d69-3fa8-4829-8d15-b9652fec8f02
ArtifactChecksum:Mzg3MzRjZWQxODFjYzllMjBlYzAzOWJmNDNjYmQ5NTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:92748e53-0e86-49d6-92a6-a3936dc3c003
ResourceInvariantUUID:0dcf2c01-eaae-46b8-b3ee-63597b37c5e7
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a90c5d7b-e6d9-4021-ae43-f9217e4cdc7f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:e1bf0cde-aba7-40c6-9386-5545f725d84c
ArtifactChecksum:ZDIxYTY0NWY0MGZlNWY0NTI5YjQ0NjkzNmY1MGI3MTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:dacc74d3-c94d-466f-bb1a-e2cbcc333661
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:c69fd655-c84d-42b5-8b55-84c3132d101b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:c69fd655-c84d-42b5-8b55-84c3132d101b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-07T11:40:43.340Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 668b0584-f10c-4ef7-8986-58260bbb0cd8 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-07T11:40:43.381Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T11:40:43.382Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-07T11:40:43.382Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-07T11:40:43.383Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 145a8d69-3fa8-4829-8d15-b9652fec8f02 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-07T11:40:43.383Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-07T11:40:43.383Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-07T11:40:43.488Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-07T11:40:43.515Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 145a8d69-3fa8-4829-8d15-b9652fec8f02 71051
2022-06-07T11:40:43.515Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-07T11:40:43.516Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-07T11:40:43.516Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T11:40:43.517Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T11:40:43.526Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T11:40:43.526Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7894f8fd-a7a7-4cf0-ab07-35702f810c35",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654602043515,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-07T11:40:43.627Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T11:40:43.628Z||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-07T11:40:43.628Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rACJoekZgDKIBPEP) ...
2022-06-07T11:40:43.644Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-07T11:40:43.645Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-07T11:40:44.527Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T11:40:44.528Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-07T11:40:44.528Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 145a8d69-3fa8-4829-8d15-b9652fec8f02, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T11:40:44.528Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-07T11:40:44.529Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T11:40:44.529Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T11:40:44.664Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12852462656546044308/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-07T11:40:45.770Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T11:40:45.770Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-07T11:40:45.771Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T11:40:45.771Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-07T11:40:45.771Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T11:40:45.771Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2022-06-07T11:40:45.772Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T11:40:45.772Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T11:40:45.772Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T11:40:45.772Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T11:40:45.772Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T11:40:45.773Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T11:40:45.773Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T11:40:45.773Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-07T11:40:45.773Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:40:45.774Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:40:45.774Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T11:40:45.774Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-07T11:40:45.774Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T11:40:45.775Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:40:45.775Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:40:45.775Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T11:40:45.775Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-07T11:40:45.776Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T11:40:45.776Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:40:45.776Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T11:40:45.776Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:40:45.777Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-07T11:40:45.777Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-07T11:40:45.777Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-07T11:40:45.777Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-07T11:40:45.778Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-07T11:40:45.778Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T11:40:45.778Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:40:45.778Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T11:40:45.779Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-07T11:40:45.779Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T11:40:45.779Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T11:40:45.780Z|7894f8fd-a7a7-4cf0-ab07-35702f810c35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive