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-27T05:38:46.198Z||main|||||INFO|500||The following profiles are active: basic
2022-06-27T05:39:14.889Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-27T05:39:14.891Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-27T05:39:15.163Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-27T05:39:24.878Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-27T05:39:25.978Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-27T05:39:27.051Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-27T05:39:27.071Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-27T05:39:27.302Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-27T05:39:28.039Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-27T05:39:29.825Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-27T05:39:34.269Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-27T05:39:38.430Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-27T05:39:38.533Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-27T05:39:39.433Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-27T05:39:39.859Z||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-27T05:39:42.145Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-27T05:39:44.057Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-27T05:39:44.109Z||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$$d1dad29b.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-27T05:39:44.112Z||main|||||WARN|500||The sdc end point is not alive
2022-06-27T05:39:49.924Z||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-27T05:39:55.357Z||main|||||WARN|500||---
2022-06-27T05:39:55.358Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-27T05:39:55.359Z||main|||||WARN|500||---
2022-06-27T05:39:56.150Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-27T05:40:05.784Z||main|||||INFO|500||Started Application in 86.081 seconds (JVM running for 91.697)
2022-06-27T05:40:05.820Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-27T05:40:05.823Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-27T05:40:05.868Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-27T05:40:05.914Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-27T05:40:05.992Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 811ce3f0-d241-4886-a1a8-2e06c1220d47 url= /sdc/v1/artifactTypes
2022-06-27T05:40:05.993Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-27T05:40:07.140Z||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.38.182] 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$$d9dcbf31.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-27T05:40:07.149Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1e7aa979
2022-06-27T05:40:07.150Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-27T05:40:07.182Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-27T05:40:07.185Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-27T05:40:07.192Z||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$$d9dcbf31.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-27T05:40:55.774Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-27T05:40:55.776Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-27T05:40:55.777Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-27T05:40:55.784Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-27T05:40:55.798Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c4a6633c-39af-4f63-8036-435dfaffbdb2 url= /sdc/v1/artifactTypes
2022-06-27T05:40:55.800Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-27T05:40:56.148Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-27T05:40:56.166Z||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-27T05:40:56.207Z||scheduling-1|||||DEBUG|500||create keys
2022-06-27T05:40:56.221Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-27T05:40:56.246Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:40:56.278Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= dbe1c494-49d9-47dc-979b-3cb2e6afb0e9 url= /sdc/v1/registerForDistribution
2022-06-27T05:40:56.379Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= dbe1c494-49d9-47dc-979b-3cb2e6afb0e9 url= /sdc/v1/registerForDistribution
2022-06-27T05:40:56.380Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-27T05:40:56.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:40:56.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:40:56.420Z||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-27T05:40:56.420Z||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-27T05:40:56.421Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:40:56.420Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:40:56.424Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-27T05:41:06.821Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:41:06.861Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:41:56.393Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:41:56.402Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T05:41:56.402Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T05:41:56.407Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:41:56.424Z||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-27T05:41:56.424Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:42:05.962Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:42:05.971Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:42:56.391Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:42:56.393Z||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-27T05:42:56.491Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:42:56.492Z||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-27T05:42:56.493Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:42:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:43:06.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:43:06.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:43:56.391Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:43:56.393Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T05:43:56.393Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T05:43:56.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:43:56.406Z||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-27T05:43:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:44:05.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:44:05.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:44:56.391Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:44:56.393Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T05:44:56.393Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T05:44:56.405Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:44:56.407Z||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-27T05:44:56.410Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:45:05.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:45:05.966Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:45:56.391Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:45:56.392Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T05:45:56.393Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T05:45:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:45:56.421Z||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-27T05:45:56.437Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:46:05.989Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:46:06.000Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:46:56.391Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:46:56.393Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T05:46:56.393Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T05:46:56.405Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:46:56.408Z||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-27T05:46:56.408Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:47:05.944Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:47:05.956Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:47:56.391Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:47:56.393Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T05:47:56.393Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T05:47:56.405Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:47:56.410Z||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-27T05:47:56.410Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:48:05.992Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:48:06.008Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:48:49.568Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-27T05:48:56.391Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:48:56.392Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T05:48:56.395Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T05:48:56.405Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:48:56.407Z||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-27T05:48:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:49:05.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:49:05.950Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:49:56.395Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:49:56.396Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T05:49:56.397Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T05:49:56.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:49:56.407Z||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-27T05:49:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:50:05.948Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:50:05.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:50:56.392Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:50:56.395Z||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-27T05:50:56.396Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:50:56.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:50:56.407Z||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-27T05:50:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:51:05.953Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:51:05.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:51:56.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:51:56.393Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T05:51:56.393Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T05:51:56.405Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:51:56.407Z||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-27T05:51:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:52:05.944Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:52:05.946Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:52:56.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:52:56.393Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T05:52:56.393Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T05:52:56.405Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:52:56.406Z||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-27T05:52:56.406Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:53:05.944Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:53:05.955Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:53:56.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:53:56.393Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T05:53:56.393Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T05:53:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:53:56.406Z||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-27T05:53:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:54:05.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:54:05.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:54:56.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:54:56.393Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T05:54:56.393Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T05:54:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:54:56.406Z||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-27T05:54:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:55:05.944Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:55:05.949Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:55:56.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:55:56.392Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T05:55:56.393Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T05:55:56.405Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:55:56.408Z||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-27T05:55:56.409Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:56:05.947Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:05.951Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:56:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:56:56.393Z||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-27T05:56:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:56:56.405Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:56:56.407Z||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-27T05:56:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:57:05.958Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:57:05.958Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:57:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:57:56.393Z||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-27T05:57:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:57:56.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:57:56.406Z||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-27T05:57:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:58:05.943Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:58:05.963Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:58:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:58:56.393Z||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-27T05:58:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:58:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:58:56.406Z||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-27T05:58:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:59:05.946Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:59:05.946Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T05:59:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:59:56.396Z||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-27T05:59:56.397Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T05:59:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T05:59:56.406Z||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-27T05:59:56.406Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:00:05.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:00:05.991Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:00:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:00:56.396Z||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-27T06:00:56.396Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:00:56.405Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:00:56.406Z||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-27T06:00:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:01:05.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:01:05.955Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:01:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:01:56.392Z||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-27T06:01:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:01:56.406Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:01:56.407Z||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-27T06:01:56.408Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:02:05.970Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:02:06.011Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:02:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:02:56.392Z||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-27T06:02:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:02:56.405Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:02:56.406Z||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-27T06:02:56.406Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:03:05.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:03:05.950Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:03:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:03:56.392Z||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-27T06:03:56.392Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:03:56.410Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:03:56.411Z||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-27T06:03:56.412Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:04:05.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:04:05.966Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:04:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:04:56.392Z||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-27T06:04:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:04:56.405Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:04:56.407Z||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-27T06:04:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:05:05.959Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:05:05.960Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:05:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:05:56.394Z||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-27T06:05:56.394Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:05:56.405Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:05:56.407Z||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-27T06:05:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:06:05.946Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:06:05.956Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:06:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:06:56.392Z||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-27T06:06:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:06:56.405Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:06:56.406Z||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-27T06:06:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:07:05.948Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:07:05.949Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:07:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:07:56.392Z||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-27T06:07:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:07:56.405Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:07:56.406Z||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-27T06:07:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:08:05.943Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:08:05.947Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:08:56.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:08:56.392Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T06:08:56.393Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:08:56.405Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:08:56.406Z||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-27T06:08:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:09:05.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:09:05.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:09:56.392Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:09:56.394Z||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-27T06:09:56.394Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:09:56.405Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:09:56.406Z||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-27T06:09:56.406Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:10:05.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:10:05.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:10:56.391Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:10:56.393Z||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-27T06:10:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:10:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:10:56.406Z||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-27T06:10:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:11:05.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:11:05.951Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:11:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:11:56.393Z||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-27T06:11:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:11:56.405Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:11:56.407Z||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-27T06:11:56.408Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:12:05.962Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:12:05.988Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:12:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:12:56.393Z||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-27T06:12:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:12:56.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:12:56.406Z||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-27T06:12:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:13:05.946Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:13:05.949Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:13:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:13:56.393Z||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-27T06:13:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:13:56.420Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:13:56.422Z||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-27T06:13:56.423Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:14:05.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:14:05.971Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:14:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:14:56.393Z||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-27T06:14:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:14:56.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:14:56.407Z||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-27T06:14:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:15:05.963Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:15:05.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:15:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:15:56.392Z||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-27T06:15:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:15:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:15:56.406Z||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-27T06:15:56.406Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:16:05.968Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:16:05.969Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:16:56.394Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:16:56.396Z||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-27T06:16:56.396Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:16:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:16:56.407Z||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-27T06:16:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:17:05.947Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:17:05.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:17:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:17:56.392Z||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-27T06:17:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:17:56.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:17:56.406Z||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-27T06:17:56.406Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:18:05.952Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:18:05.955Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:18:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:18:56.394Z||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-27T06:18:56.394Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:18:56.407Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:18:56.408Z||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-27T06:18:56.408Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:19:05.959Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:19:05.959Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:19:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:19:56.394Z||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-27T06:19:56.395Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:19:56.405Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:19:56.406Z||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-27T06:19:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:20:05.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:20:05.950Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:20:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:20:56.393Z||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-27T06:20:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:20:56.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:20:56.407Z||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-27T06:20:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:21:05.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:21:05.959Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:21:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:21:56.392Z||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-27T06:21:56.392Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:21:56.405Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:21:56.406Z||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-27T06:21:56.406Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:22:05.979Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:22:05.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:22:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:22:56.393Z||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-27T06:22:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:22:56.405Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:22:56.406Z||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-27T06:22:56.406Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:23:05.956Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:23:05.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:23:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:23:56.395Z||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-27T06:23:56.396Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:23:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:23:56.406Z||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-27T06:23:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:24:05.952Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:24:05.956Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:24:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:24:56.392Z||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-27T06:24:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:24:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:24:56.406Z||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-27T06:24:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:25:05.943Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:25:05.945Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:25:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:25:56.392Z||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-27T06:25:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:25:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:25:56.406Z||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-27T06:25:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:26:05.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:26:05.955Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:26:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:26:56.392Z||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-27T06:26:56.392Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:26:56.405Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:26:56.406Z||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-27T06:26:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:27:05.956Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:27:05.956Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:27:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:27:56.392Z||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-27T06:27:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:27:56.406Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:27:56.407Z||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-27T06:27:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:28:05.941Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:28:05.953Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:28:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:28:56.395Z||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-27T06:28:56.395Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:28:56.406Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:28:56.407Z||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-27T06:28:56.408Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:29:05.948Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:29:05.955Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:29:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:29:56.393Z||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-27T06:29:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:29:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:29:56.406Z||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-27T06:29:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:30:05.957Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:30:05.957Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:30:56.392Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:30:56.393Z||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-27T06:30:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:30:56.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:30:56.406Z||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-27T06:30:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:31:05.936Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:31:05.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:31:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:31:56.392Z||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-27T06:31:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:31:56.405Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:31:56.407Z||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-27T06:31:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:32:05.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:32:05.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:32:56.391Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:32:56.393Z||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-27T06:32:56.393Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:32:56.414Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:32:56.415Z||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-27T06:32:56.415Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:33:05.937Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:33:05.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:33:56.394Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:33:56.396Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T06:33:56.396Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:33:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:33:56.407Z||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-27T06:33:56.408Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:33:56.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:33:56.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "ves-openapi-manager",
"timestamp": 1656311602012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "policy-id",
"timestamp": 1656311598106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.698Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.699Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "clamp",
"timestamp": 1656311603076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "ves-openapi-manager",
"timestamp": 1656311602012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "policy-id",
"timestamp": 1656311598106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "clamp",
"timestamp": 1656311603076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json",
"status": "NOTIFIED"
}
2022-06-27T06:33:56.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "ves-openapi-manager",
"timestamp": 1656311602012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "policy-id",
"timestamp": 1656311598106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-27T06:33:56.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "clamp",
"timestamp": 1656311603076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "ves-openapi-manager",
"timestamp": 1656311602012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "policy-id",
"timestamp": 1656311598106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "clamp",
"timestamp": 1656311603076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "cds",
"timestamp": 1656311606687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "ves-openapi-manager",
"timestamp": 1656311602012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "policy-id",
"timestamp": 1656311598106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "clamp",
"timestamp": 1656311603076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.723Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "cds",
"timestamp": 1656311606687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311607686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "ves-openapi-manager",
"timestamp": 1656311602012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.725Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.725Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.725Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "policy-id",
"timestamp": 1656311598106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.726Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.726Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.726Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "clamp",
"timestamp": 1656311603076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.727Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.727Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "cds",
"timestamp": 1656311606687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.727Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311607686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json",
"status": "NOTIFIED"
}
2022-06-27T06:33:56.728Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "ves-openapi-manager",
"timestamp": 1656311602012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "policy-id",
"timestamp": 1656311598106,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:33:56.729Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "aai-ml",
"timestamp": 1656311608424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "clamp",
"timestamp": 1656311603076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:33:56.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "cds",
"timestamp": 1656311606687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311607686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-27T06:33:56.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.735Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "aai-ml",
"timestamp": 1656311608424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.735Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "policy-id",
"timestamp": 1656311610854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:33:56.736Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:33:56.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "cds",
"timestamp": 1656311606687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311607686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "aai-ml",
"timestamp": 1656311608424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "policy-id",
"timestamp": 1656311611863,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:33:56.743Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:33:56.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "cds",
"timestamp": 1656311606687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311607686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-27T06:33:56.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "aai-ml",
"timestamp": 1656311608424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:56.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:56.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:56.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "policy-id",
"timestamp": 1656311612868,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-27T06:33:57.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:33:57.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"31227f0c-34f3-4fb5-be9e-8089edf893ca","serviceName":"vFW 2022-06-27 06-32-01","serviceVersion":"1.0","serviceUUID":"a7e1cd23-a0d4-41ba-bafb-b27b3b096109","serviceDescription":"catalog service description","serviceInvariantUUID":"cba92a76-f441-4ad7-9f36-b6051c030dc0","resources":[{"resourceInstanceName":"vFW fdc2de22-5793 0","resourceName":"vFW fdc2de22-5793","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b534b851-0ec3-4fd8-bd58-6faa895c3199","resourceInvariantUUID":"b163f1a3-7f3f-4a5c-a2cb-4b1d16caa5eb","resourceCustomizationUUID":"7d46757f-6e2b-4231-809a-2241df3d1ea5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vf-license-model.xml","artifactChecksum":"Yzc2MzUxNWQ0MDlhNDI5N2Y2MDFiOWY2NGYxODkzZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eb8a0faa-f237-4d34-9541-7ec47855db64","artifactVersion":"1"},{"artifactName":"vfwfdc2de2257930_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json","artifactChecksum":"NTA4MjQ2MzdmZjM5OWQzMmYwYTk0Mjk4ZWFlM2I0MGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"169473ff-24a8-4dee-9159-da9c737216c5","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"828fabf4-240d-485c-b401-68926526b705","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vendor-license-model.xml","artifactChecksum":"YWQzYWNjNmJlMzI1Yjc1MmFhZWQ0OTQ1ZmVlYjcxMTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"da198698-e503-4c76-a9e1-1ada87c909b9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a55b251b-7dde-48e1-95d7-2e7691decb2e","artifactVersion":"3","generatedFromUUID":"828fabf4-240d-485c-b401-68926526b705"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220627063201-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-template.yml","artifactChecksum":"MWIyYjhjZGNlMzg0NjViZWI2NTc3NmU3YjNhMjBkYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"351de5c6-675e-44af-bcf2-a3caf12bd0ca","artifactVersion":"1"},{"artifactName":"service-Vfw20220627063201-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar","artifactChecksum":"NDIzYTkzMWI5ZjcyMDBkNzQ5NjIwMGMyZDc2ODE0MjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2356f576-b92b-48eb-9125-b08c3c8f506d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-27T06:33:57.111Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:33:57.126Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:33:57.158Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:33:57.159Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-27T06:33:57.202Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31227f0c-34f3-4fb5-be9e-8089edf893ca
2022-06-27T06:33:57.243Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31227f0c-34f3-4fb5-be9e-8089edf893ca and ComponentName POLICY
2022-06-27T06:33:57.260Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-27T06:33:57.269Z||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-27T06:33:57.269Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-06-27T06:33:57.293Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-27T06:33:57.302Z||pool-3-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:33:57.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "cds",
"timestamp": 1656311606687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:33:57.320Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311607686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.320Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "aai-ml",
"timestamp": 1656311608424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311607686,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:33:57.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "cds",
"timestamp": 1656311614603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:33:57.322Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:33:57.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "aai-ml",
"timestamp": 1656311608424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.322Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311615468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:33:57.323Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:33:57.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "cds",
"timestamp": 1656311615625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-27T06:33:57.360Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 31227f0c-34f3-4fb5-be9e-8089edf893ca
2022-06-27T06:33:57.361Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31227f0c-34f3-4fb5-be9e-8089edf893ca 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-27T06:33:57.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "aai-ml",
"timestamp": 1656311608424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:33:57.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311616552,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:33:57.384Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:33:57.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "aai-ml",
"timestamp": 1656311616371,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:33:57.384Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:33:57.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656311616001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.385Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311617613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:33:57.385Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:33:57.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656311616001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.386Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.386Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311618681,
"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-27T06:33:57.402Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31227f0c-34f3-4fb5-be9e-8089edf893ca
2022-06-27T06:33:57.403Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31227f0c-34f3-4fb5-be9e-8089edf893ca 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-27T06:33:57.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656311616001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311619687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json",
"status": "DEPLOY_OK"
}
2022-06-27T06:33:57.429Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:33:57.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "policy-id",
"timestamp": 1656311618106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656311616001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "policy-id",
"timestamp": 1656311618106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656311616001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "cds",
"timestamp": 1656311621689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "policy-id",
"timestamp": 1656311618106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-27T06:33:57.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656311616001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "cds",
"timestamp": 1656311621689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "policy-id",
"timestamp": 1656311618106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656311616001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:33:57.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1656311622012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "cds",
"timestamp": 1656311621689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "policy-id",
"timestamp": 1656311618106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1656311622012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656311623823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:33:57.440Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:33:57.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "cds",
"timestamp": 1656311621689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "policy-id",
"timestamp": 1656311618106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1656311622012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "cds",
"timestamp": 1656311621689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "policy-id",
"timestamp": 1656311618106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:33:57.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1656311622012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.443Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "cds",
"timestamp": 1656311621689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.444Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "policy-id",
"timestamp": 1656311627569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:33:57.444Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:33:57.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1656311622012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "cds",
"timestamp": 1656311621689,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:33:57.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "clamp",
"timestamp": 1656311628173,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:33:57.446Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:33:57.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311627686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "policy-id",
"timestamp": 1656311628573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:33:57.447Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:33:57.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1656311622012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311627686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json",
"status": "NOTIFIED"
}
2022-06-27T06:33:57.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "cds",
"timestamp": 1656311629452,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:33:57.449Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:33:57.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "policy-id",
"timestamp": 1656311629576,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-27T06:33:57.472Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68ef82e3-cb4d-47d0-a80b-f4643de586e3
2022-06-27T06:33:57.473Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68ef82e3-cb4d-47d0-a80b-f4643de586e3 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-27T06:33:57.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1656311622012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656311629104,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:33:57.495Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:33:57.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "clamp",
"timestamp": 1656311630207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:33:57.496Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:33:57.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311627686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-27T06:33:57.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "cds",
"timestamp": 1656311630463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-27T06:33:57.511Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 68ef82e3-cb4d-47d0-a80b-f4643de586e3
2022-06-27T06:33:57.511Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68ef82e3-cb4d-47d0-a80b-f4643de586e3 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-27T06:33:57.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656311630109,
"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-27T06:33:57.544Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 31227f0c-34f3-4fb5-be9e-8089edf893ca
2022-06-27T06:33:57.545Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31227f0c-34f3-4fb5-be9e-8089edf893ca 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-27T06:33:57.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "clamp",
"timestamp": 1656311631218,
"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-27T06:33:57.579Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 31227f0c-34f3-4fb5-be9e-8089edf893ca
2022-06-27T06:33:57.582Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31227f0c-34f3-4fb5-be9e-8089edf893ca 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-27T06:33:57.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311627686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311627686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-27T06:33:57.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311627686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "clamp",
"timestamp": 1656311633076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311627686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:33:57.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "clamp",
"timestamp": 1656311633076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json",
"status": "NOTIFIED"
}
2022-06-27T06:33:57.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:57.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311635449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:33:57.601Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:33:57.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:33:57.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "clamp",
"timestamp": 1656311633076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:33:57.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:33:58.185Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:33:58.187Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:33:58.193Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:33:58.194Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json",
"status": "NOTIFIED"
}
2022-06-27T06:33:58.293Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-27T06:33:58.295Z||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-27T06:33:58.295Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:33:58.318Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:33:58.319Z||pool-4-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-27T06:33:59.199Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:33:59.219Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:33:59.251Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:33:59.251Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-27T06:33:59.322Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 71 ms
2022-06-27T06:33:59.323Z||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-27T06:33:59.323Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:33:59.342Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:33:59.343Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:34:00.252Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:34:00.253Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:34:00.256Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:34:00.257Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:34:00.356Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-27T06:34:00.360Z||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-27T06:34:00.360Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:34:00.379Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:34:00.380Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-27T06:34:01.257Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:34:01.258Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:34:01.263Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:34:01.265Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-27T06:34:01.364Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-27T06:34:01.365Z||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-27T06:34:01.366Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:34:01.383Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:34:01.384Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:34:02.266Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:34:02.267Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:34:02.287Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:34:02.288Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:34:02.370Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-06-27T06:34:02.371Z||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-27T06:34:02.372Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:34:02.390Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:34:02.392Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:34:03.294Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:34:03.296Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:34:03.301Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:34:03.302Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:34:03.403Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-27T06:34:03.404Z||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-27T06:34:03.404Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:34:03.423Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:34:03.424Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:34:04.311Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"serviceName": "vFW 2022-06-27 06-32-01",
"serviceVersion": "1.0",
"serviceUUID": "a7e1cd23-a0d4-41ba-bafb-b27b3b096109",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "cba92a76-f441-4ad7-9f36-b6051c030dc0",
"resources": [
{
"resourceInstanceName": "vFW fdc2de22-5793 0",
"resourceCustomizationUUID": "7d46757f-6e2b-4231-809a-2241df3d1ea5",
"resourceName": "vFW fdc2de22-5793",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b534b851-0ec3-4fd8-bd58-6faa895c3199",
"resourceInvariantUUID": "b163f1a3-7f3f-4a5c-a2cb-4b1d16caa5eb",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwfdc2de2257930_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json",
"artifactChecksum": "NTA4MjQ2MzdmZjM5OWQzMmYwYTk0Mjk4ZWFlM2I0MGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "169473ff-24a8-4dee-9159-da9c737216c5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "828fabf4-240d-485c-b401-68926526b705",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "a55b251b-7dde-48e1-95d7-2e7691decb2e",
"generatedFromUUID": "828fabf4-240d-485c-b401-68926526b705"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "3",
"artifactUUID": "a55b251b-7dde-48e1-95d7-2e7691decb2e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220627063201-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"artifactChecksum": "NDIzYTkzMWI5ZjcyMDBkNzQ5NjIwMGMyZDc2ODE0MjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2356f576-b92b-48eb-9125-b08c3c8f506d"
}
],
"workloadContext": "Production"
}
2022-06-27T06:34:04.323Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-27T06:34:04.323Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a7e1cd23-a0d4-41ba-bafb-b27b3b096109 ASDC
2022-06-27T06:34:04.580Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:31227f0c-34f3-4fb5-be9e-8089edf893ca
ServiceName:vFW 2022-06-27 06-32-01
ServiceVersion:1.0
ServiceUUID:a7e1cd23-a0d4-41ba-bafb-b27b3b096109
ServiceInvariantUUID:cba92a76-f441-4ad7-9f36-b6051c030dc0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220627063201-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar
ArtifactUUID:2356f576-b92b-48eb-9125-b08c3c8f506d
ArtifactChecksum:NDIzYTkzMWI5ZjcyMDBkNzQ5NjIwMGMyZDc2ODE0MjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fdc2de22-5793 0
ResourceCustomizationUUID:7d46757f-6e2b-4231-809a-2241df3d1ea5
ResourceInvariantUUID:b163f1a3-7f3f-4a5c-a2cb-4b1d16caa5eb
ResourceName:vFW fdc2de22-5793
ResourceType:VF
ResourceUUID:b534b851-0ec3-4fd8-bd58-6faa895c3199
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfdc2de2257930_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json
ArtifactUUID:169473ff-24a8-4dee-9159-da9c737216c5
ArtifactChecksum:NTA4MjQ2MzdmZjM5OWQzMmYwYTk0Mjk4ZWFlM2I0MGQ=
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/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml
ArtifactUUID:828fabf4-240d-485c-b401-68926526b705
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env
ArtifactUUID:a55b251b-7dde-48e1-95d7-2e7691decb2e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env
ArtifactUUID:a55b251b-7dde-48e1-95d7-2e7691decb2e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-27T06:34:04.580Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7e1cd23-a0d4-41ba-bafb-b27b3b096109 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-27T06:34:04.700Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-27T06:34:04.702Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-27T06:34:04.705Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-27T06:34:04.705Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2356f576-b92b-48eb-9125-b08c3c8f506d from URL: /sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar
2022-06-27T06:34:04.706Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-27T06:34:04.712Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar
2022-06-27T06:34:04.874Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-27T06:34:04.910Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar 2356f576-b92b-48eb-9125-b08c3c8f506d 99013
2022-06-27T06:34:04.912Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar ASDC sendASDCNotification
2022-06-27T06:34:04.912Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar
2022-06-27T06:34:04.913Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-27T06:34:04.915Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:34:04.927Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:34:04.928Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311644911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:34:05.019Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-27T06:34:05.020Z||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-27T06:34:05.020Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:34:05.040Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:34:05.041Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-27T06:34:05.929Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-27T06:34:05.930Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-27T06:34:05.930Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2356f576-b92b-48eb-9125-b08c3c8f506d, URL: /sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar to file: /app/ASDC/1/service-Vfw20220627063201-csar.csar
2022-06-27T06:34:05.931Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220627063201-csar.csar
2022-06-27T06:34:06.086Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220627063201-csar.csar
2022-06-27T06:34:06.087Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220627063201-csar.csar
2022-06-27T06:34:07.374Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6633198467069617363/Definitions/service-Vfw20220627063201-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-27T06:34:13.018Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-27T06:34:13.026Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-27T06:34:13.027Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220627063201-csar.csar
2022-06-27T06:34:13.027Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-27T06:34:13.027Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||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-Vfw20220627063201-csar.csar
2022-06-27T06:34:13.027Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||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-Vfw20220627063201-csar.csar
2022-06-27T06:34:13.027Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||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-Vfw20220627063201-csar.csar
2022-06-27T06:34:13.028Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220627063201-csar.csar
2022-06-27T06:34:13.028Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220627063201-csar.csar
2022-06-27T06:34:13.028Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||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-Vfw20220627063201-csar.csar
2022-06-27T06:34:13.028Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||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-Vfw20220627063201-csar.csar
2022-06-27T06:34:13.028Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||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-Vfw20220627063201-csar.csar
2022-06-27T06:34:13.028Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220627063201-csar.csar
2022-06-27T06:34:13.029Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||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-Vfw20220627063201-csar.csar
2022-06-27T06:34:13.029Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220627063201-csar.csar
2022-06-27T06:34:13.029Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fdc2de22-5793 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-Vfw20220627063201-csar.csar
2022-06-27T06:34:13.029Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||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-Vfw20220627063201-csar.csar
2022-06-27T06:34:13.029Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-27T06:34:13.038Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:13.041Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:34:13.047Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria
2022-06-27T06:34:13.048Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-27T06:34:13.051Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-27T06:34:13.054Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:13.055Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:34:13.055Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria
2022-06-27T06:34:13.056Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-27T06:34:13.056Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-27T06:34:13.057Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:13.057Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:34:13.063Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:13.064Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is not matching search criteria
2022-06-27T06:34:13.064Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-27T06:34:13.065Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-27T06:34:13.065Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-27T06:34:13.066Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-27T06:34:13.066Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-27T06:34:13.066Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-27T06:34:13.067Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-27T06:34:13.067Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-27T06:34:13.067Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-27T06:34:13.067Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-27T06:34:13.068Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-27T06:34:13.068Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-27T06:34:13.068Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-27T06:34:13.069Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-27T06:34:13.069Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-27T06:34:13.069Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-27T06:34:13.070Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:13.071Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-27T06:34:13.073Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:13.073Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria
2022-06-27T06:34:13.073Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T06:34:13.074Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:13.075Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria
2022-06-27T06:34:13.075Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T06:34:13.075Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:13.076Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria
2022-06-27T06:34:13.076Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T06:34:13.076Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:13.077Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is not matching search criteria
2022-06-27T06:34:13.077Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-27T06:34:13.077Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-27T06:34:13.078Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-27T06:34:13.078Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-27T06:34:13.078Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-27T06:34:13.078Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-27T06:34:13.079Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-27T06:34:13.079Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-27T06:34:13.079Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-27T06:34:13.080Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-27T06:34:13.080Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-27T06:34:13.080Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2dfc1898-9817-4ce2-a998-94bb1ab82fb0
2022-06-27T06:34:13.081Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:13.081Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is not matching search criteria
2022-06-27T06:34:13.081Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-27T06:34:13.081Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-27T06:34:13.082Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-27T06:34:13.082Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-27T06:34:13.083Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-27T06:34:13.083Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-27T06:34:13.083Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-27T06:34:13.083Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-27T06:34:13.084Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-27T06:34:13.084Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-27T06:34:13.084Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-27T06:34:13.085Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-27T06:34:13.085Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b80977e7-ba1b-4bf2-979b-7993439f5fff
2022-06-27T06:34:13.085Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:13.086Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is not matching search criteria
2022-06-27T06:34:13.086Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-27T06:34:13.086Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-27T06:34:13.086Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-27T06:34:13.087Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-27T06:34:13.087Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-27T06:34:13.087Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-27T06:34:13.088Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-27T06:34:13.088Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-27T06:34:13.088Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-27T06:34:13.088Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-27T06:34:13.089Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-27T06:34:13.089Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-27T06:34:13.089Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=94a4625e-b4c2-42bd-bc41-b7c5aafb08ae
2022-06-27T06:34:13.090Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:13.090Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:34:13.090Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:13.091Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:34:13.091Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:13.092Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:34:13.092Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:13.093Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:34:13.093Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-27 06-32-01
Description:catalog service description
Model UUID:a7e1cd23-a0d4-41ba-bafb-b27b3b096109
Model Version:NULL
Model InvariantUuid:cba92a76-f441-4ad7-9f36-b6051c030dc0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW fdc2de22-5793
Model UUID:006daa64-6e13-4bc7-8d06-98f7173388d8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b163f1a3-7f3f-4a5c-a2cb-4b1d16caa5eb
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7d46757f-6e2b-4231-809a-2241df3d1ea5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d2da840e-86c1-4686-b965-db3908882e2f
ModelName:VfwFdc2de225793..base_vfw..module-0
ModelUuid:7d7d10dd-b5ac-46b7-88f2-5ea3f2b19bb5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2dfc1898-9817-4ce2-a998-94bb1ab82fb0
ModelInvariantUuid:aa83e88a-030a-4881-96c8-4963230874b7
ModelName:vFW fdc2de22-5793-nodes.vfwCvfc
ModelUuid:3779f395-a114-40fd-a321-e0b7597837b7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:9ba3781b-926e-48fb-8e23-554e8d77b28c
ModelInvariantUuid:ef4c35ee-b5b5-4312-98fd-22d830090ae5
ModelName:VfwFdc2de225793.compute.nodes.heat.vfw
ModelUuid:af39170a-ee19-43a6-80a3-69631acf0600
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b80977e7-ba1b-4bf2-979b-7993439f5fff
ModelInvariantUuid:de33b416-188e-42bf-a8e1-52dc4f91bedb
ModelName:vFW fdc2de22-5793-nodes.vsnCvfc
ModelUuid:2e42199f-c455-4c3f-ba81-5ab2d61a5d27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:88d8a46c-39ef-4dd1-9b24-e9320c3f5e9b
ModelInvariantUuid:b853cfa0-e86d-4390-aaae-c401c4775956
ModelName:VfwFdc2de225793.compute.nodes.heat.vsn
ModelUuid:5a500b6e-3755-4124-882e-44d5ca2e8bd7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:94a4625e-b4c2-42bd-bc41-b7c5aafb08ae
ModelInvariantUuid:33e22d45-e1d7-424b-9ceb-a10ce4d9585e
ModelName:vFW fdc2de22-5793-nodes.vpgCvfc
ModelUuid:50917edf-ec85-40e8-a174-062baa5b549d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:30c92dca-c19c-4cad-930b-c8ddc2b26e2d
ModelInvariantUuid:d1d1d14f-a4fa-4f09-b1c7-293067313a0d
ModelName:VfwFdc2de225793.compute.nodes.heat.vpg
ModelUuid:eae5496c-2f69-4427-bf8c-706f55ddc159
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-27T06:34:13.113Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: b534b851-0ec3-4fd8-bd58-6faa895c3199
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-27T06:34:13.256Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||vFW fdc2de22-5793 0
2022-06-27T06:34:13.270Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b534b851-0ec3-4fd8-bd58-6faa895c3199
2022-06-27T06:34:13.270Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 169473ff-24a8-4dee-9159-da9c737216c5 from URL: /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json
2022-06-27T06:34:13.271Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-27T06:34:13.272Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json
2022-06-27T06:34:13.385Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-27T06:34:13.386Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json 169473ff-24a8-4dee-9159-da9c737216c5 785
2022-06-27T06:34:13.386Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json ASDC sendASDCNotification
2022-06-27T06:34:13.387Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json
2022-06-27T06:34:13.387Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-27T06:34:13.388Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:34:13.392Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:34:13.393Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311653386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:34:13.491Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-27T06:34:13.492Z||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-27T06:34:13.493Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:34:13.506Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:34:13.508Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:34:14.395Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFdc2de225793..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d2da840e-86c1-4686-b965-db3908882e2f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7d7d10dd-b5ac-46b7-88f2-5ea3f2b19bb5",
"vfModuleModelCustomizationUUID": "d1e7d492-8d6e-4c21-9c9d-7967c04f8e35",
"isBase": true,
"artifacts": [
"828fabf4-240d-485c-b401-68926526b705",
"a55b251b-7dde-48e1-95d7-2e7691decb2e"
],
"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-27T06:34:14.410Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFdc2de225793..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7d7d10dd-b5ac-46b7-88f2-5ea3f2b19bb5
VfModuleModelInvariantUUID:d2da840e-86c1-4686-b965-db3908882e2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
828fabf4-240d-485c-b401-68926526b705
,
a55b251b-7dde-48e1-95d7-2e7691decb2e
}
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-27T06:34:14.414Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwFdc2de225793..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d2da840e-86c1-4686-b965-db3908882e2f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7d7d10dd-b5ac-46b7-88f2-5ea3f2b19bb5",
"vfModuleModelCustomizationUUID": "d1e7d492-8d6e-4c21-9c9d-7967c04f8e35",
"isBase": true,
"artifacts": [
"828fabf4-240d-485c-b401-68926526b705",
"a55b251b-7dde-48e1-95d7-2e7691decb2e"
],
"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-27T06:34:14.414Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFdc2de225793..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7d7d10dd-b5ac-46b7-88f2-5ea3f2b19bb5
VfModuleModelInvariantUUID:d2da840e-86c1-4686-b965-db3908882e2f
VfModuleModelDescription:NULL
Artifacts UUID List:{
828fabf4-240d-485c-b401-68926526b705
,
a55b251b-7dde-48e1-95d7-2e7691decb2e
}
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-27T06:34:14.414Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 828fabf4-240d-485c-b401-68926526b705 from URL: /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml
2022-06-27T06:34:14.415Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-27T06:34:14.415Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml
2022-06-27T06:34:14.495Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-27T06:34:14.497Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml 828fabf4-240d-485c-b401-68926526b705 20368
2022-06-27T06:34:14.497Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-27T06:34:14.497Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml
2022-06-27T06:34:14.498Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-27T06:34:14.498Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:34:14.501Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:34:14.501Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311654497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:34:14.601Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-27T06:34:14.602Z||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-27T06:34:14.602Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:34:14.617Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:34:14.618Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:34:15.502Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a55b251b-7dde-48e1-95d7-2e7691decb2e from URL: /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env
2022-06-27T06:34:15.507Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-27T06:34:15.508Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env
2022-06-27T06:34:15.610Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-27T06:34:15.612Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env a55b251b-7dde-48e1-95d7-2e7691decb2e 2098
2022-06-27T06:34:15.612Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-27T06:34:15.613Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env
2022-06-27T06:34:15.613Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-27T06:34:15.614Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:34:15.617Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:34:15.618Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311655612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:34:15.717Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-27T06:34:15.718Z||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-27T06:34:15.718Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:34:15.735Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:34:15.736Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:34:16.626Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a7e1cd23-a0d4-41ba-bafb-b27b3b096109
2022-06-27T06:34:16.628Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fdc2de22-5793 0 b534b851-0ec3-4fd8-bd58-6faa895c3199 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-27T06:34:16.691Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e4ed72f, org.onap.sdc.toscaparser.api.parameters.Input@2ec36626, org.onap.sdc.toscaparser.api.parameters.Input@34155ab1, org.onap.sdc.toscaparser.api.parameters.Input@4271d0f8, org.onap.sdc.toscaparser.api.parameters.Input@a4e8036]
2022-06-27T06:34:16.699Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:16.699Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:34:16.701Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-06-27T06:34:16.701Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 7d46757f-6e2b-4231-809a-2241df3d1ea5
2022-06-27T06:34:16.701Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7d46757f-6e2b-4231-809a-2241df3d1ea5 matches Tosca VF Customization UUID: 7d46757f-6e2b-4231-809a-2241df3d1ea5
2022-06-27T06:34:16.702Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 7d46757f-6e2b-4231-809a-2241df3d1ea5 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-27T06:34:16.722Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:16.723Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:34:16.725Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 7d46757f-6e2b-4231-809a-2241df3d1ea5: {\"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-27T06:34:16.726Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29a5c748
2022-06-27T06:34:16.727Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:16.734Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-27T06:34:16.735Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d1e7d492-8d6e-4c21-9c9d-7967c04f8e35
2022-06-27T06:34:16.738Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d1e7d492-8d6e-4c21-9c9d-7967c04f8e35
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-27T06:34:16.748Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:16.749Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria
2022-06-27T06:34:16.749Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T06:34:16.751Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:16.751Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria
2022-06-27T06:34:16.752Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T06:34:16.753Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:16.753Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is not matching search criteria
2022-06-27T06:34:16.753Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-27T06:34:16.754Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-27T06:34:16.754Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-27T06:34:16.755Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-27T06:34:16.755Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-27T06:34:16.755Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-27T06:34:16.756Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-27T06:34:16.756Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-27T06:34:16.757Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-27T06:34:16.757Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-27T06:34:16.758Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-27T06:34:16.758Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2dfc1898-9817-4ce2-a998-94bb1ab82fb0
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-27T06:34:16.770Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:16.771Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria
2022-06-27T06:34:16.771Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T06:34:16.772Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:16.772Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is not matching search criteria
2022-06-27T06:34:16.773Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-27T06:34:16.773Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-27T06:34:16.773Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-27T06:34:16.773Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-27T06:34:16.774Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-27T06:34:16.774Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-27T06:34:16.775Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-27T06:34:16.775Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-27T06:34:16.775Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-27T06:34:16.776Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-27T06:34:16.776Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-27T06:34:16.776Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-27T06:34:16.777Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b80977e7-ba1b-4bf2-979b-7993439f5fff
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-27T06:34:16.781Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:16.782Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria
2022-06-27T06:34:16.782Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T06:34:16.786Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:16.786Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is not matching search criteria
2022-06-27T06:34:16.787Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-27T06:34:16.788Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-27T06:34:16.788Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-27T06:34:16.788Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-27T06:34:16.789Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-27T06:34:16.789Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-27T06:34:16.790Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-27T06:34:16.790Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-27T06:34:16.791Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-27T06:34:16.792Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-27T06:34:16.792Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-27T06:34:16.793Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-27T06:34:16.793Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=94a4625e-b4c2-42bd-bc41-b7c5aafb08ae
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-27T06:34:16.797Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:16.797Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria
2022-06-27T06:34:16.798Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T06:34:16.799Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:16.799Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Node template vFW fdc2de22-5793 0 is matching search criteria
2022-06-27T06:34:16.800Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fdc2de22-5793 0] matching following query criteria: sdcType=VF, customizationUUID=7d46757f-6e2b-4231-809a-2241df3d1ea5
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-27T06:34:16.803Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:16.804Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:34:16.805Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a7e1cd23-a0d4-41ba-bafb-b27b3b096109: vFW fdc2de22-5793
2022-06-27T06:34:16.805Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:16.806Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:34:16.806Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:16.806Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:34:16.807Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:16.807Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:34:16.807Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:16.808Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:34:16.808Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:34:16.808Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-06-27 06-32-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:34:16.809Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-06-27 06-32-01
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-27T06:34:17.323Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fdc2de22-5793 b534b851-0ec3-4fd8-bd58-6faa895c3199 1 ASDC deployResourceStructure
2022-06-27T06:34:17.324Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json ASDC sendASDCNotification
2022-06-27T06:34:17.324Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json
2022-06-27T06:34:17.324Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-27T06:34:17.325Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:34:17.329Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:34:17.329Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311657324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json",
"status": "DEPLOY_OK"
}
2022-06-27T06:34:17.429Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-27T06:34:17.431Z||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-27T06:34:17.431Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:34:17.457Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:34:17.459Z||pool-14-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-27T06:34:18.330Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-27T06:34:18.331Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml
2022-06-27T06:34:18.331Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-27T06:34:18.331Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:34:18.334Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:34:18.334Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311658330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-27T06:34:18.434Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:34:18.435Z||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-27T06:34:18.435Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:34:18.449Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:34:18.450Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:34:19.335Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-27T06:34:19.335Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env
2022-06-27T06:34:19.335Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-27T06:34:19.335Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:34:19.338Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:34:19.338Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311659335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-27T06:34:19.438Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:34:19.439Z||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-27T06:34:19.439Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:34:19.455Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:34:19.456Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-27T06:34:20.339Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar ASDC sendASDCNotification
2022-06-27T06:34:20.339Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar
2022-06-27T06:34:20.339Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-27T06:34:20.340Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:34:20.343Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:34:20.343Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311660339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:34:20.445Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-27T06:34:20.447Z||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-27T06:34:20.448Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:34:20.467Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:34:20.469Z||pool-17-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-27T06:34:21.344Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca
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-27T06:34:21.379Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca
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-27T06:34:21.456Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T06:34:21.457Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-27T06:34:21.457Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-27T06:34:51.457Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca
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-27T06:34:51.473Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca
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-27T06:34:51.479Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T06:34:51.479Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-27T06:34:51.480Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-27T06:34:56.406Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:34:56.407Z||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-27T06:34:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:34:56.457Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:34:56.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:34:56.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311636521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:34:56.459Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:35:21.480Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca
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-27T06:35:21.501Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca
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-27T06:35:21.508Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T06:35:21.508Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-27T06:35:21.509Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-27T06:35:51.509Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca
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-27T06:35:51.531Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca
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-27T06:35:51.536Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T06:35:51.537Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-27T06:35:51.538Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-27T06:35:56.407Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:35:56.408Z||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-27T06:35:56.409Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:35:56.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:35:56.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:35:56.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "clamp",
"timestamp": 1656311633076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:35:56.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:21.540Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca
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-27T06:36:21.558Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca
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-27T06:36:21.565Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T06:36:21.566Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-27T06:36:21.566Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-27T06:36:51.566Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca
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-27T06:36:51.586Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca
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-27T06:36:51.595Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T06:36:51.596Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-27T06:36:51.596Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-27T06:36:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:36:56.407Z||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-27T06:36:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:36:56.943Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:36:56.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:56.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:36:56.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:56.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:56.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311637581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:36:56.949Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:36:56.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:56.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "clamp",
"timestamp": 1656311633076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:36:56.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:56.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:56.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json",
"status": "NOTIFIED"
}
2022-06-27T06:36:56.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:56.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:56.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311638600,
"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-27T06:36:56.976Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68ef82e3-cb4d-47d0-a80b-f4643de586e3
2022-06-27T06:36:56.976Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68ef82e3-cb4d-47d0-a80b-f4643de586e3 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-27T06:36:56.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:56.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "clamp",
"timestamp": 1656311633076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:36:56.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:56.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:56.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-27T06:36:56.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:56.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:56.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656311639604,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-27T06:36:56.991Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:36:56.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:56.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "clamp",
"timestamp": 1656311633076,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:36:56.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:56.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:56.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:36:56.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:56.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:56.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-27T06:36:56.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:56.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:56.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:36:56.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:56.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:56.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:36:56.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:56.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:56.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311644911,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:36:56.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:36:56.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:56.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "aai-ml",
"timestamp": 1656311644433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:36:56.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:36:56.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:56.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "aai-ml",
"timestamp": 1656311645445,
"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-27T06:36:57.012Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 31227f0c-34f3-4fb5-be9e-8089edf893ca
2022-06-27T06:36:57.013Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31227f0c-34f3-4fb5-be9e-8089edf893ca 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-27T06:36:57.031Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.031Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656311646001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:36:57.032Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:57.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "aai-ml",
"timestamp": 1656311646451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:36:57.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:57.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656311646001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:36:57.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:57.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "aai-ml",
"timestamp": 1656311646451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:36:57.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:57.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656311646001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:36:57.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:57.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "aai-ml",
"timestamp": 1656311646451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:36:57.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:57.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656311646001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:36:57.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:57.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "aai-ml",
"timestamp": 1656311646451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:36:57.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:57.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656311646001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:36:57.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:57.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "aai-ml",
"timestamp": 1656311646451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:36:57.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:57.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656311646001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:36:57.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:57.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "aai-ml",
"timestamp": 1656311646451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:36:57.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:57.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "clamp",
"timestamp": 1656311653169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:36:57.038Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:36:57.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311653386,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:36:57.039Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:36:57.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656311646001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:36:57.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:57.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "aai-ml",
"timestamp": 1656311646451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:36:57.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:36:57.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656311653744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:36:57.040Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:36:57.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311654497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:36:57.041Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:36:57.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "aai-ml",
"timestamp": 1656311654273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:36:57.041Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:36:57.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "clamp",
"timestamp": 1656311655180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:36:57.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:36:57.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311655612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:36:57.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:36:57.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "clamp",
"timestamp": 1656311656185,
"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-27T06:36:57.052Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 68ef82e3-cb4d-47d0-a80b-f4643de586e3
2022-06-27T06:36:57.053Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68ef82e3-cb4d-47d0-a80b-f4643de586e3 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-27T06:36:57.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656311656144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:36:57.071Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:36:57.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311657324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/vfwfdc2de2257930_modules.json",
"status": "DEPLOY_OK"
}
2022-06-27T06:36:57.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:36:57.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656311657148,
"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-27T06:36:57.079Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 68ef82e3-cb4d-47d0-a80b-f4643de586e3
2022-06-27T06:36:57.079Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68ef82e3-cb4d-47d0-a80b-f4643de586e3 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-27T06:36:57.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311658330,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-27T06:36:57.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:36:57.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311659335,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/resourceInstances/vfwfdc2de2257930/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-27T06:36:57.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:36:57.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311660339,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220627063201/1.0/artifacts/service-Vfw20220627063201-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:36:57.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:36:57.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "aai-ml",
"timestamp": 1656311666066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:36:57.095Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:36:57.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:36:57.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "aai-ml",
"timestamp": 1656311667072,
"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-27T06:36:57.106Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 68ef82e3-cb4d-47d0-a80b-f4643de586e3
2022-06-27T06:36:57.106Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68ef82e3-cb4d-47d0-a80b-f4643de586e3 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-27T06:37:21.597Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca
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-27T06:37:21.625Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca
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-27T06:37:21.635Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T06:37:21.635Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-27T06:37:21.635Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-27T06:37:21.635Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-27T06:37:21.635Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:37:21.636Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:37:21.636Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:37:21.636Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:37:21.637Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:37:21.637Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:37:21.637Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||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-27T06:37:21.653Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-27T06:37:51.654Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca 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-27T06:37:51.671Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 31227f0c-34f3-4fb5-be9e-8089edf893ca and serviceModelVersionId: a7e1cd23-a0d4-41ba-bafb-b27b3b096109
2022-06-27T06:37:51.672Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cba92a76-f441-4ad7-9f36-b6051c030dc0
2022-06-27T06:37:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:37:56.407Z||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-27T06:37:56.408Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:38:05.977Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:38:17.020Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cba92a76-f441-4ad7-9f36-b6051c030dc0/model-vers/model-ver/a7e1cd23-a0d4-41ba-bafb-b27b3b096109?depth=0
2022-06-27T06:38:17.233Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-27T06:38:18.137Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba92a76-f441-4ad7-9f36-b6051c030dc0/model-vers/model-ver/a7e1cd23-a0d4-41ba-bafb-b27b3b096109?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-27T06:38:18.148Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba92a76-f441-4ad7-9f36-b6051c030dc0/model-vers/model-ver/a7e1cd23-a0d4-41ba-bafb-b27b3b096109?depth=0|INFO|500||Invoke
2022-06-27T06:38:18.383Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba92a76-f441-4ad7-9f36-b6051c030dc0/model-vers/model-ver/a7e1cd23-a0d4-41ba-bafb-b27b3b096109?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-27T06:38:18.833Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba92a76-f441-4ad7-9f36-b6051c030dc0/model-vers/model-ver/a7e1cd23-a0d4-41ba-bafb-b27b3b096109?depth=0|INFO|500||InvokeReturn
2022-06-27T06:38:18.834Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cba92a76-f441-4ad7-9f36-b6051c030dc0/model-vers/model-ver/a7e1cd23-a0d4-41ba-bafb-b27b3b096109?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220627-06:38:18:400-38964], vertex-id=[147608], Content-Length=[0], Date=[Mon, 27 Jun 2022 06:38:18 GMT], Content-Type=[application/json]}
2022-06-27T06:38:18.835Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-27T06:38:18.845Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-27T06:38:18.846Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||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-27T06:38:18.860Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||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-27T06:38:18.862Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 31227f0c-34f3-4fb5-be9e-8089edf893ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-27T06:38:18.883Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-27T06:38:18.885Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:38:18.891Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:38:18.892Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311898864,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-27T06:38:18.991Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-27T06:38:18.993Z||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-27T06:38:18.994Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:38:19.011Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:38:19.012Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-27T06:38:19.922Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-27T06:38:19.923Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"68ef82e3-cb4d-47d0-a80b-f4643de586e3","serviceName":"basic_onboard_OOKlbe","serviceVersion":"1.0","serviceUUID":"eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db","serviceDescription":"service","serviceInvariantUUID":"38326667-8f61-4886-a2e8-aae6c1bc966b","resources":[{"resourceInstanceName":"basic_onboard_OOKlbe 0","resourceName":"basic_onboard_OOKlbe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ebb7ce35-9d4c-4db0-a5d2-d073aed3f7d2","resourceInvariantUUID":"09b2d5f9-4d7f-4ad3-884a-125912220b3a","resourceCustomizationUUID":"8dc9ec47-d81e-49a8-a803-09a6b6c07d11","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vf-license-model.xml","artifactChecksum":"NmY4MzMxZjY0NDE5MWMzZmE0ZGE3MzRlMjQzODkyMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08277b63-d782-45ae-82fd-af293b670dcf","artifactVersion":"1"},{"artifactName":"basic_onboard_ooklbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json","artifactChecksum":"ODliZTYxNDM4Yjg3OGY3ZTIyNDE3YjljZTY5YzZlMTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7c0dd230-bf39-47a6-a5c2-3b8d30e0aba6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"135d3fc3-8436-4a06-ac8b-5fa12a2a3921","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e2fcbac3-cc8b-4966-9ae4-4bc47bace28f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c683a5af-210c-4f88-b64c-d9c981e3ac6d","artifactVersion":"2","generatedFromUUID":"135d3fc3-8436-4a06-ac8b-5fa12a2a3921"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOoklbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-template.yml","artifactChecksum":"NjEwZWM3MTAyZDIwMzYzYjM3NzBjYzM5ODJjYWY5Mjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bfc7eefe-037c-4906-bd67-0037b55f4b4e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOoklbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar","artifactChecksum":"NTQ4ZTUyMjllOGVhNGUzMTM3NTNjNjlkMGRmZjA4YjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cb082aaa-c8e0-41aa-8e41-bcfd5d121e88","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-27T06:38:19.924Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:38:19.925Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:38:19.928Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:38:19.928Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:38:20.028Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-27T06:38:20.030Z||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-27T06:38:20.030Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:38:20.050Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:38:20.051Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:38:20.929Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:38:20.932Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:38:20.935Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:38:20.936Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json",
"status": "NOTIFIED"
}
2022-06-27T06:38:21.037Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-27T06:38:21.039Z||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-27T06:38:21.039Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:38:21.053Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:38:21.054Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:38:21.936Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:38:21.939Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:38:21.943Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:38:21.943Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-27T06:38:22.043Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:38:22.044Z||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-27T06:38:22.046Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:38:22.061Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:38:22.061Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-27T06:38:22.944Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:38:22.945Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:38:22.948Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:38:22.949Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:38:23.049Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:38:23.050Z||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-27T06:38:23.051Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:38:23.068Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:38:23.068Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":3,"count":1}
2022-06-27T06:38:23.951Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:38:23.952Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:38:23.956Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:38:23.956Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-27T06:38:24.055Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-27T06:38:24.056Z||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-27T06:38:24.056Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:38:24.070Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:38:24.070Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:38:24.957Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:38:24.959Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:38:24.961Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:38:24.962Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:38:25.062Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:38:25.063Z||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-27T06:38:25.063Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:38:25.076Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:38:25.077Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:38:25.962Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:38:25.963Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:38:25.967Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:38:25.968Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:38:26.068Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-27T06:38:26.069Z||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-27T06:38:26.069Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:38:26.082Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:38:26.083Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:38:26.973Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"serviceName": "basic_onboard_OOKlbe",
"serviceVersion": "1.0",
"serviceUUID": "eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db",
"serviceDescription": "service",
"serviceInvariantUUID": "38326667-8f61-4886-a2e8-aae6c1bc966b",
"resources": [
{
"resourceInstanceName": "basic_onboard_OOKlbe 0",
"resourceCustomizationUUID": "8dc9ec47-d81e-49a8-a803-09a6b6c07d11",
"resourceName": "basic_onboard_OOKlbe",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ebb7ce35-9d4c-4db0-a5d2-d073aed3f7d2",
"resourceInvariantUUID": "09b2d5f9-4d7f-4ad3-884a-125912220b3a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ooklbe0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json",
"artifactChecksum": "ODliZTYxNDM4Yjg3OGY3ZTIyNDE3YjljZTY5YzZlMTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7c0dd230-bf39-47a6-a5c2-3b8d30e0aba6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "135d3fc3-8436-4a06-ac8b-5fa12a2a3921",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c683a5af-210c-4f88-b64c-d9c981e3ac6d",
"generatedFromUUID": "135d3fc3-8436-4a06-ac8b-5fa12a2a3921"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c683a5af-210c-4f88-b64c-d9c981e3ac6d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOoklbe-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"artifactChecksum": "NTQ4ZTUyMjllOGVhNGUzMTM3NTNjNjlkMGRmZjA4YjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cb082aaa-c8e0-41aa-8e41-bcfd5d121e88"
}
],
"workloadContext": "Production"
}
2022-06-27T06:38:26.974Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-27T06:38:26.974Z|31227f0c-34f3-4fb5-be9e-8089edf893ca|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db ASDC
2022-06-27T06:38:26.975Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:68ef82e3-cb4d-47d0-a80b-f4643de586e3
ServiceName:basic_onboard_OOKlbe
ServiceVersion:1.0
ServiceUUID:eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db
ServiceInvariantUUID:38326667-8f61-4886-a2e8-aae6c1bc966b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOoklbe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar
ArtifactUUID:cb082aaa-c8e0-41aa-8e41-bcfd5d121e88
ArtifactChecksum:NTQ4ZTUyMjllOGVhNGUzMTM3NTNjNjlkMGRmZjA4YjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OOKlbe 0
ResourceCustomizationUUID:8dc9ec47-d81e-49a8-a803-09a6b6c07d11
ResourceInvariantUUID:09b2d5f9-4d7f-4ad3-884a-125912220b3a
ResourceName:basic_onboard_OOKlbe
ResourceType:VF
ResourceUUID:ebb7ce35-9d4c-4db0-a5d2-d073aed3f7d2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ooklbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json
ArtifactUUID:7c0dd230-bf39-47a6-a5c2-3b8d30e0aba6
ArtifactChecksum:ODliZTYxNDM4Yjg3OGY3ZTIyNDE3YjljZTY5YzZlMTI=
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/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:135d3fc3-8436-4a06-ac8b-5fa12a2a3921
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/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env
ArtifactUUID:c683a5af-210c-4f88-b64c-d9c981e3ac6d
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/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env
ArtifactUUID:c683a5af-210c-4f88-b64c-d9c981e3ac6d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-27T06:38:26.976Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db 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-27T06:38:27.030Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-27T06:38:27.032Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-27T06:38:27.032Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-27T06:38:27.033Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cb082aaa-c8e0-41aa-8e41-bcfd5d121e88 from URL: /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar
2022-06-27T06:38:27.033Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-27T06:38:27.034Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar
2022-06-27T06:38:27.226Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-27T06:38:27.232Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar cb082aaa-c8e0-41aa-8e41-bcfd5d121e88 71585
2022-06-27T06:38:27.232Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar ASDC sendASDCNotification
2022-06-27T06:38:27.232Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar
2022-06-27T06:38:27.233Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-27T06:38:27.233Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:38:27.239Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:38:27.239Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311907232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:38:27.336Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-27T06:38:27.337Z||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-27T06:38:27.337Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:38:27.362Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:38:27.363Z||pool-26-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-27T06:38:28.241Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-27T06:38:28.243Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-27T06:38:28.243Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: cb082aaa-c8e0-41aa-8e41-bcfd5d121e88, URL: /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar to file: /app/ASDC/1/service-BasicOnboardOoklbe-csar.csar
2022-06-27T06:38:28.245Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOoklbe-csar.csar
2022-06-27T06:38:28.246Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOoklbe-csar.csar
2022-06-27T06:38:28.247Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOoklbe-csar.csar
2022-06-27T06:38:28.584Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10146251671522405764/Definitions/service-BasicOnboardOoklbe-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-27T06:38:31.014Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-27T06:38:31.016Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-27T06:38:31.016Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOoklbe-csar.csar
2022-06-27T06:38:31.017Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-27T06:38:31.017Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||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-BasicOnboardOoklbe-csar.csar
2022-06-27T06:38:31.017Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||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-BasicOnboardOoklbe-csar.csar
2022-06-27T06:38:31.017Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||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-BasicOnboardOoklbe-csar.csar
2022-06-27T06:38:31.017Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||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-BasicOnboardOoklbe-csar.csar
2022-06-27T06:38:31.017Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardOoklbe-csar.csar
2022-06-27T06:38:31.018Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOoklbe-csar.csar
2022-06-27T06:38:31.018Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||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-BasicOnboardOoklbe-csar.csar
2022-06-27T06:38:31.018Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OOKlbe 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-BasicOnboardOoklbe-csar.csar
2022-06-27T06:38:31.018Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||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-BasicOnboardOoklbe-csar.csar
2022-06-27T06:38:31.018Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-27T06:38:31.019Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:31.019Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:38:31.020Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is matching search criteria
2022-06-27T06:38:31.020Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-27T06:38:31.020Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_OOKlbe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-27T06:38:31.021Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:31.021Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:38:31.021Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is matching search criteria
2022-06-27T06:38:31.022Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-27T06:38:31.022Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_OOKlbe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-27T06:38:31.022Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:31.022Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:38:31.023Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:31.023Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is not matching search criteria
2022-06-27T06:38:31.023Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-27T06:38:31.023Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-27T06:38:31.023Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-27T06:38:31.024Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-27T06:38:31.024Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-27T06:38:31.024Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:31.024Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-27T06:38:31.025Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:31.025Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is matching search criteria
2022-06-27T06:38:31.025Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_OOKlbe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T06:38:31.026Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:31.026Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is matching search criteria
2022-06-27T06:38:31.026Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_OOKlbe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T06:38:31.027Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:31.027Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is matching search criteria
2022-06-27T06:38:31.027Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_OOKlbe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T06:38:31.028Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:31.028Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is not matching search criteria
2022-06-27T06:38:31.028Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-27T06:38:31.028Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-27T06:38:31.029Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=af096a18-a45a-4adb-a312-8d99cd4ae433
2022-06-27T06:38:31.029Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:31.029Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:38:31.029Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:31.030Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:38:31.030Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:31.030Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:38:31.031Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:31.031Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:38:31.031Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_OOKlbe
Description:service
Model UUID:eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db
Model Version:NULL
Model InvariantUuid:38326667-8f61-4886-a2e8-aae6c1bc966b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_OOKlbe
Model UUID:e1963175-e41f-48c0-a767-ba700e6608b7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:09b2d5f9-4d7f-4ad3-884a-125912220b3a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8dc9ec47-d81e-49a8-a803-09a6b6c07d11
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:9fb4320e-acf9-4718-8a8c-48e0207c3d3e
ModelName:BasicOnboardOoklbe..base_ubuntu18..module-0
ModelUuid:761a4263-13c1-4d66-b25e-346d2358c67e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:af096a18-a45a-4adb-a312-8d99cd4ae433
ModelInvariantUuid:d39b4325-7fc9-4907-90a1-d8b860cf0d1a
ModelName:basic_onboard_OOKlbe-nodes.ubuntu18Cvfc
ModelUuid:6771f75f-7163-4500-acec-1732aef95954
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:8750585e-9a00-4ca4-9f0d-0427930ef2b3
ModelInvariantUuid:9b1ce84d-e188-4b20-a1e0-bbec8ec0354c
ModelName:BasicOnboardOoklbe.compute.nodes.heat.ubuntu18
ModelUuid:4f5704f9-9dba-4190-9994-cba4e5f30874
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-27T06:38:31.048Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ebb7ce35-9d4c-4db0-a5d2-d073aed3f7d2
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-27T06:38:31.052Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||basic_onboard_OOKlbe 0
2022-06-27T06:38:31.053Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ebb7ce35-9d4c-4db0-a5d2-d073aed3f7d2
2022-06-27T06:38:31.053Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7c0dd230-bf39-47a6-a5c2-3b8d30e0aba6 from URL: /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json
2022-06-27T06:38:31.053Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-27T06:38:31.054Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json
2022-06-27T06:38:31.103Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-27T06:38:31.104Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json 7c0dd230-bf39-47a6-a5c2-3b8d30e0aba6 798
2022-06-27T06:38:31.104Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json ASDC sendASDCNotification
2022-06-27T06:38:31.104Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json
2022-06-27T06:38:31.104Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-27T06:38:31.105Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:38:31.112Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:38:31.113Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311911104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:38:31.208Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-27T06:38:31.210Z||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-27T06:38:31.210Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:38:31.223Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:38:31.224Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-27T06:38:32.114Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOoklbe..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9fb4320e-acf9-4718-8a8c-48e0207c3d3e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "761a4263-13c1-4d66-b25e-346d2358c67e",
"vfModuleModelCustomizationUUID": "414f8755-8dad-43f2-b6d8-2a7b6751c89a",
"isBase": true,
"artifacts": [
"135d3fc3-8436-4a06-ac8b-5fa12a2a3921",
"c683a5af-210c-4f88-b64c-d9c981e3ac6d"
],
"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-27T06:38:32.125Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOoklbe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:761a4263-13c1-4d66-b25e-346d2358c67e
VfModuleModelInvariantUUID:9fb4320e-acf9-4718-8a8c-48e0207c3d3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
135d3fc3-8436-4a06-ac8b-5fa12a2a3921
,
c683a5af-210c-4f88-b64c-d9c981e3ac6d
}
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-27T06:38:32.129Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOoklbe..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "9fb4320e-acf9-4718-8a8c-48e0207c3d3e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "761a4263-13c1-4d66-b25e-346d2358c67e",
"vfModuleModelCustomizationUUID": "414f8755-8dad-43f2-b6d8-2a7b6751c89a",
"isBase": true,
"artifacts": [
"135d3fc3-8436-4a06-ac8b-5fa12a2a3921",
"c683a5af-210c-4f88-b64c-d9c981e3ac6d"
],
"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-27T06:38:32.130Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOoklbe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:761a4263-13c1-4d66-b25e-346d2358c67e
VfModuleModelInvariantUUID:9fb4320e-acf9-4718-8a8c-48e0207c3d3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
135d3fc3-8436-4a06-ac8b-5fa12a2a3921
,
c683a5af-210c-4f88-b64c-d9c981e3ac6d
}
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-27T06:38:32.138Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 135d3fc3-8436-4a06-ac8b-5fa12a2a3921 from URL: /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml
2022-06-27T06:38:32.138Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-27T06:38:32.139Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml
2022-06-27T06:38:32.196Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-27T06:38:32.196Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml 135d3fc3-8436-4a06-ac8b-5fa12a2a3921 5033
2022-06-27T06:38:32.196Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-27T06:38:32.197Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml
2022-06-27T06:38:32.197Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-27T06:38:32.197Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:38:32.200Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:38:32.200Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311912196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:38:32.300Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:38:32.301Z||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-27T06:38:32.302Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:38:32.315Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:38:32.317Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:38:33.201Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c683a5af-210c-4f88-b64c-d9c981e3ac6d from URL: /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env
2022-06-27T06:38:33.202Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-27T06:38:33.202Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env
2022-06-27T06:38:33.311Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-27T06:38:33.312Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env c683a5af-210c-4f88-b64c-d9c981e3ac6d 909
2022-06-27T06:38:33.312Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-27T06:38:33.312Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env
2022-06-27T06:38:33.312Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-27T06:38:33.313Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:38:33.336Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:38:33.337Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311913312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:38:33.418Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-06-27T06:38:33.419Z||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-27T06:38:33.419Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:38:33.440Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:38:33.440Z||pool-29-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-27T06:38:34.340Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db
2022-06-27T06:38:34.341Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OOKlbe 0 ebb7ce35-9d4c-4db0-a5d2-d073aed3f7d2 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-27T06:38:34.369Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a77d5f0, org.onap.sdc.toscaparser.api.parameters.Input@62b1ccc8, org.onap.sdc.toscaparser.api.parameters.Input@5fadb9bf, org.onap.sdc.toscaparser.api.parameters.Input@4ef6a245, org.onap.sdc.toscaparser.api.parameters.Input@2aca263e]
2022-06-27T06:38:34.372Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:34.372Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:38:34.372Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-06-27T06:38:34.372Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 8dc9ec47-d81e-49a8-a803-09a6b6c07d11
2022-06-27T06:38:34.373Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8dc9ec47-d81e-49a8-a803-09a6b6c07d11 matches Tosca VF Customization UUID: 8dc9ec47-d81e-49a8-a803-09a6b6c07d11
2022-06-27T06:38:34.373Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 8dc9ec47-d81e-49a8-a803-09a6b6c07d11 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-27T06:38:34.376Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:34.377Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:38:34.378Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 8dc9ec47-d81e-49a8-a803-09a6b6c07d11: {\"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-27T06:38:34.378Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@fbc3148
2022-06-27T06:38:34.379Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:34.379Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-27T06:38:34.379Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 414f8755-8dad-43f2-b6d8-2a7b6751c89a
2022-06-27T06:38:34.379Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 414f8755-8dad-43f2-b6d8-2a7b6751c89a
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-27T06:38:34.385Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:34.385Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is matching search criteria
2022-06-27T06:38:34.386Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_OOKlbe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T06:38:34.386Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:34.388Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is matching search criteria
2022-06-27T06:38:34.388Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_OOKlbe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T06:38:34.389Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:34.389Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is not matching search criteria
2022-06-27T06:38:34.389Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-27T06:38:34.390Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-27T06:38:34.390Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=af096a18-a45a-4adb-a312-8d99cd4ae433
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-27T06:38:34.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:34.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is matching search criteria
2022-06-27T06:38:34.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_OOKlbe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-27T06:38:34.395Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:34.395Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_OOKlbe 0 is matching search criteria
2022-06-27T06:38:34.395Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_OOKlbe 0] matching following query criteria: sdcType=VF, customizationUUID=8dc9ec47-d81e-49a8-a803-09a6b6c07d11
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-27T06:38:34.403Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:34.404Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:38:34.404Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db: basic_onboard_OOKlbe
2022-06-27T06:38:34.404Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:34.405Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:38:34.405Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:34.405Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:38:34.405Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:34.406Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:38:34.406Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:34.406Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:38:34.407Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:38:34.407Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_OOKlbe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:38:34.407Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_OOKlbe
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-27T06:38:34.606Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OOKlbe ebb7ce35-9d4c-4db0-a5d2-d073aed3f7d2 1 ASDC deployResourceStructure
2022-06-27T06:38:34.607Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json ASDC sendASDCNotification
2022-06-27T06:38:34.607Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json
2022-06-27T06:38:34.608Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-27T06:38:34.608Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:38:34.623Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:38:34.624Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311914607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-27T06:38:34.714Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-27T06:38:34.715Z||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-27T06:38:34.716Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:38:34.732Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:38:34.734Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:38:35.625Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-27T06:38:35.626Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml
2022-06-27T06:38:35.626Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-27T06:38:35.626Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:38:35.629Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:38:35.629Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311915625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-27T06:38:35.730Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:38:35.731Z||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-27T06:38:35.731Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:38:35.745Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:38:35.746Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-27T06:38:36.630Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-27T06:38:36.631Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env
2022-06-27T06:38:36.631Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-27T06:38:36.634Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:38:36.638Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:38:36.638Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311916630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-27T06:38:36.738Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-27T06:38:36.739Z||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-27T06:38:36.739Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:38:36.761Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:38:36.762Z||pool-32-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:38:37.640Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar ASDC sendASDCNotification
2022-06-27T06:38:37.641Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar
2022-06-27T06:38:37.642Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-27T06:38:37.643Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:38:37.649Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:38:37.649Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311917639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:38:37.749Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-27T06:38:37.751Z||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-27T06:38:37.751Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:38:37.766Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:38:37.767Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:38:38.650Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68ef82e3-cb4d-47d0-a80b-f4643de586e3
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-27T06:38:38.673Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68ef82e3-cb4d-47d0-a80b-f4643de586e3
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-27T06:38:38.679Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T06:38:38.680Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-27T06:38:38.680Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-27T06:38:38.680Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-27T06:38:38.680Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:38:38.680Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:38:38.680Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:38:38.680Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:38:38.681Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:38:38.681Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:38:38.681Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||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-27T06:38:38.704Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-27T06:38:56.407Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:38:56.408Z||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-27T06:38:56.408Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:38:57.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:38:57.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:38:57.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "31227f0c-34f3-4fb5-be9e-8089edf893ca",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311898864,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-27T06:38:57.045Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:38:57.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:38:57.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:38:57.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:38:57.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:38:57.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json",
"status": "NOTIFIED"
}
2022-06-27T06:38:57.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:38:57.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:38:57.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-27T06:38:57.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:38:57.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:38:57.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:38:57.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:38:57.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:38:57.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-27T06:38:57.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:38:57.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:38:57.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:38:57.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:38:57.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:38:57.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311636394,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:38:57.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-06-27T06:38:57.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:38:57.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311907232,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:38:57.048Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:38:57.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:38:57.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311911104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:38:57.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:38:57.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:38:57.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311912196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:38:57.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:38:57.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:38:57.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311913312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:38:57.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:38:57.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:38:57.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311914607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/basic_onboard_ooklbe0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-27T06:38:57.050Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:38:57.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:38:57.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311915625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-27T06:38:57.050Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:38:57.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:38:57.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311916630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/resourceInstances/basic_onboard_ooklbe0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-27T06:38:57.053Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:38:57.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-27T06:38:57.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311917639,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOoklbe/1.0/artifacts/service-BasicOnboardOoklbe-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:38:57.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:39:08.704Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 68ef82e3-cb4d-47d0-a80b-f4643de586e3 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-27T06:39:08.712Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 68ef82e3-cb4d-47d0-a80b-f4643de586e3 and serviceModelVersionId: eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db
2022-06-27T06:39:08.713Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 38326667-8f61-4886-a2e8-aae6c1bc966b
2022-06-27T06:39:08.714Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/38326667-8f61-4886-a2e8-aae6c1bc966b/model-vers/model-ver/eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db?depth=0
2022-06-27T06:39:08.719Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-27T06:39:08.814Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38326667-8f61-4886-a2e8-aae6c1bc966b/model-vers/model-ver/eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db?depth=0|INFO|500||Invoke
2022-06-27T06:39:08.815Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38326667-8f61-4886-a2e8-aae6c1bc966b/model-vers/model-ver/eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38326667-8f61-4886-a2e8-aae6c1bc966b/model-vers/model-ver/eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[68ef82e3-cb4d-47d0-a80b-f4643de586e3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8df01376-ff4b-4369-9d25-70a5ab22cba8], X-ECOMP-RequestID=[68ef82e3-cb4d-47d0-a80b-f4643de586e3], X-TransactionId=[], X-ONAP-RequestID=[68ef82e3-cb4d-47d0-a80b-f4643de586e3], Content-Type=[application/merge-patch+json]}
2022-06-27T06:39:08.865Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38326667-8f61-4886-a2e8-aae6c1bc966b/model-vers/model-ver/eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-27T06:39:09.034Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38326667-8f61-4886-a2e8-aae6c1bc966b/model-vers/model-ver/eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db?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/38326667-8f61-4886-a2e8-aae6c1bc966b/model-vers/model-ver/eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220627-06:39:08:874-37284], vertex-id=[180432], Content-Length=[0], Date=[Mon, 27 Jun 2022 06:39:08 GMT], Content-Type=[application/json]}
2022-06-27T06:39:09.035Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38326667-8f61-4886-a2e8-aae6c1bc966b/model-vers/model-ver/eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-27T06:39:09.036Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38326667-8f61-4886-a2e8-aae6c1bc966b/model-vers/model-ver/eb2eb0f3-8c56-42c0-85c2-2529a5e8f4db?depth=0|INFO|500||InvokeReturn
2022-06-27T06:39:09.037Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-27T06:39:09.037Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||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-27T06:39:09.045Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||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-27T06:39:09.045Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 68ef82e3-cb4d-47d0-a80b-f4643de586e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-27T06:39:09.046Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-27T06:39:09.046Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:39:09.050Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:39:09.050Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311949046,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-27T06:39:09.150Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:39:09.152Z||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-27T06:39:09.152Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:39:09.171Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:39:09.172Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-27T06:39:10.069Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:39:10.070Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T06:39:10.070Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:39:20.439Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:39:20.441Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:39:20.441Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T06:39:20.442Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:39:30.006Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:39:30.007Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:39:30.008Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T06:39:30.008Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:39:39.546Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:39:39.547Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:39:39.547Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T06:39:39.547Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:39:49.091Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:39:49.092Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:39:49.093Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T06:39:49.093Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:39:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:39:56.406Z||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-27T06:39:56.406Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:39:57.046Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:39:57.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-27T06:39:57.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "68ef82e3-cb4d-47d0-a80b-f4643de586e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656311949046,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-27T06:39:57.049Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:39:58.635Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:39:58.636Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:39:58.640Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T06:39:58.640Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:40:08.183Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:40:56.391Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:40:56.393Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T06:40:56.396Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:40:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:40:56.406Z||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-27T06:40:56.406Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:41:05.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:41:05.954Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:41:56.391Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:41:56.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T06:41:56.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:41:56.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:41:56.406Z||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-27T06:41:56.406Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:42:05.944Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:42:05.944Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:42:56.391Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:42:56.392Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T06:42:56.392Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:42:56.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:42:56.406Z||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-27T06:42:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:43:05.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:43:05.951Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:43:56.391Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:43:56.392Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T06:43:56.393Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:43:56.405Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:43:56.406Z||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-27T06:43:56.406Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:44:05.951Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:44:05.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:44:56.391Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:44:56.392Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T06:44:56.393Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:44:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:44:56.407Z||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-27T06:44:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:45:05.945Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:45:05.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:45:56.391Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:45:56.392Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T06:45:56.393Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:45:56.405Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:45:56.406Z||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-27T06:45:56.406Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:46:05.947Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:46:05.953Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:46:56.391Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:46:56.393Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T06:46:56.393Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:46:56.405Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:46:56.406Z||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-27T06:46:56.406Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:47:05.950Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:47:05.950Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:47:56.393Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:47:56.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T06:47:56.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:47:56.405Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:47:56.406Z||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-27T06:47:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:48:05.951Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:48:05.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:48:56.392Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:48:56.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T06:48:56.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:48:56.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:48:56.406Z||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-27T06:48:56.407Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:49:05.957Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:49:05.958Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:49:56.391Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:49:56.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T06:49:56.395Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:49:56.405Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:49:56.406Z||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-27T06:49:56.406Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:50:05.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:50:05.953Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:50:56.393Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:50:56.405Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:50:56.406Z||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-27T06:50:56.406Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:50:56.394Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T06:50:56.417Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:51:06.027Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:51:06.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:51:56.391Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:51:56.392Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-27T06:51:56.392Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:51:56.407Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-27T06:51:56.408Z||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-27T06:51:56.408Z||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 dzJBW4MgHrFASy5U) ...
2022-06-27T06:51:56.883Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:51:56.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "policy-id",
"timestamp": 1656312678106,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:56.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:56.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1656312682012,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:56.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:56.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "policy-id",
"timestamp": 1656312678106,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:51:56.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:56.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "clamp",
"timestamp": 1656312683076,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:56.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:56.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "ves-openapi-manager",
"timestamp": 1656312682012,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:56.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:56.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "clamp",
"timestamp": 1656312683076,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:51:56.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:56.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "policy-id",
"timestamp": 1656312684933,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:51:56.898Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:51:56.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "policy-id",
"timestamp": 1656312685939,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:51:56.898Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:51:56.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "policy-id",
"timestamp": 1656312686942,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-27T06:51:56.925Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16c12a35-e253-4673-a591-655f2fcd85e6
2022-06-27T06:51:56.925Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c12a35-e253-4673-a591-655f2fcd85e6 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-27T06:51:56.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "cds",
"timestamp": 1656312686687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:56.937Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:56.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "cds",
"timestamp": 1656312686687,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:51:56.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:56.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656312687686,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:56.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:56.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656312687686,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:51:56.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:56.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "cds",
"timestamp": 1656312689469,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:51:56.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:51:56.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "aai-ml",
"timestamp": 1656312688423,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:56.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:56.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "cds",
"timestamp": 1656312690475,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-27T06:51:56.951Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16c12a35-e253-4673-a591-655f2fcd85e6
2022-06-27T06:51:56.951Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c12a35-e253-4673-a591-655f2fcd85e6 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-27T06:51:56.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "aai-ml",
"timestamp": 1656312688423,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:51:56.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:56.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "aai-ml",
"timestamp": 1656312691185,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:51:56.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:51:56.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "clamp",
"timestamp": 1656312695387,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:51:56.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:51:56.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "clamp",
"timestamp": 1656312697410,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:51:56.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:51:56.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656312696000,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:56.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:56.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "aai-ml",
"timestamp": 1656312697130,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:51:56.972Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:51:56.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "clamp",
"timestamp": 1656312698418,
"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-27T06:51:56.980Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 16c12a35-e253-4673-a591-655f2fcd85e6
2022-06-27T06:51:56.980Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c12a35-e253-4673-a591-655f2fcd85e6 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-27T06:51:56.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656312696000,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:51:56.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:56.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:56.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "aai-ml",
"timestamp": 1656312698134,
"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-27T06:51:56.999Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16c12a35-e253-4673-a591-655f2fcd85e6
2022-06-27T06:51:56.999Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c12a35-e253-4673-a591-655f2fcd85e6 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-27T06:51:57.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "policy-id",
"timestamp": 1656312698106,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656312698777,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:51:57.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:51:57.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "policy-id",
"timestamp": 1656312698106,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "policy-id",
"timestamp": 1656312698106,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656312700402,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:51:57.013Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:51:57.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "policy-id",
"timestamp": 1656312698106,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "cds",
"timestamp": 1656312701687,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656312701408,
"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-27T06:51:57.022Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16c12a35-e253-4673-a591-655f2fcd85e6
2022-06-27T06:51:57.022Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c12a35-e253-4673-a591-655f2fcd85e6 and ComponentName SDNC
2022-06-27T06:51:57.024Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
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-27T06:51:57.026Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.031Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"16c12a35-e253-4673-a591-655f2fcd85e6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d6b71b6e-bc37-4349-9913-8421fcb678d2","serviceDescription":"service","serviceInvariantUUID":"d6235134-640f-46d5-a261-b0e15c680ba7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"eed5aa45-2982-45de-8613-5c991408b972","resourceInvariantUUID":"551be913-2d0c-41fe-bfdf-5385abe7427b","resourceCustomizationUUID":"d6ca86e3-2b26-4413-9550-c6a31829aeb8","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":"NjdlZGE2Yzk5MWMzMTUzOWYzMzI5NDdmNjdhOTQ1Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"42c90f71-cb80-4bdd-b535-b556bb06214e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmEwYmUxNmY3NzBhMTA4ODc1Mjk0M2M0ZDM5OTdhMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d3d294d-f433-4d6e-a163-34b22c4dc73e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-27T06:51:57.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "policy-id",
"timestamp": 1656312698106,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "cds",
"timestamp": 1656312701687,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656312696000,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "ves-openapi-manager",
"timestamp": 1656312702013,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "policy-id",
"timestamp": 1656312698106,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.038Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:51:57.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "cds",
"timestamp": 1656312701687,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.039Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:51:57.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656312696000,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "ves-openapi-manager",
"timestamp": 1656312702013,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "policy-id",
"timestamp": 1656312698106,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "cds",
"timestamp": 1656312701687,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656312696000,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "ves-openapi-manager",
"timestamp": 1656312702013,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "policy-id",
"timestamp": 1656312698106,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:51:57.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "cds",
"timestamp": 1656312701687,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656312696000,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "ves-openapi-manager",
"timestamp": 1656312702013,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "policy-id",
"timestamp": 1656312706822,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:51:57.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:51:57.044Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:51:57.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "cds",
"timestamp": 1656312701687,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.045Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656312716391,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656312696000,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "ves-openapi-manager",
"timestamp": 1656312702013,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "policy-id",
"timestamp": 1656312707826,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:51:57.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:51:57.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "cds",
"timestamp": 1656312701687,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656312696000,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656312707686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "ves-openapi-manager",
"timestamp": 1656312702013,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-06-27T06:51:57.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "policy-id",
"timestamp": 1656312708829,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-27T06:51:57.067Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4fb1ee66-b50d-480d-9595-0707d79d5be9
2022-06-27T06:51:57.068Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fb1ee66-b50d-480d-9595-0707d79d5be9 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-27T06:51:57.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "cds",
"timestamp": 1656312701687,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:51:57.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656312696000,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656312707686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "ves-openapi-manager",
"timestamp": 1656312702013,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656312696000,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:51:57.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "cds",
"timestamp": 1656312710467,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:51:57.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:51:57.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656312707686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "ves-openapi-manager",
"timestamp": 1656312702013,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656312707686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "cds",
"timestamp": 1656312711478,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-27T06:51:57.094Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4fb1ee66-b50d-480d-9595-0707d79d5be9
2022-06-27T06:51:57.095Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fb1ee66-b50d-480d-9595-0707d79d5be9 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-27T06:51:57.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656312710519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:51:57.107Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:51:57.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "ves-openapi-manager",
"timestamp": 1656312710861,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:51:57.108Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:51:57.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656312707686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "ves-openapi-manager",
"timestamp": 1656312712047,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-06-27T06:51:57.109Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:51:57.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656312712463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:51:57.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-27T06:51:57.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656312707686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "clamp",
"timestamp": 1656312713076,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "ves-openapi-manager",
"timestamp": 1656312713051,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-27T06:51:57.119Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4fb1ee66-b50d-480d-9595-0707d79d5be9
2022-06-27T06:51:57.119Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fb1ee66-b50d-480d-9595-0707d79d5be9 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-27T06:51:57.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1656312713467,
"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-27T06:51:57.137Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4fb1ee66-b50d-480d-9595-0707d79d5be9
2022-06-27T06:51:57.138Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fb1ee66-b50d-480d-9595-0707d79d5be9 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-27T06:51:57.144Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-27T06:51:57.146Z||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-27T06:51:57.146Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:51:57.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656312707686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "clamp",
"timestamp": 1656312713076,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1656312707686,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:51:57.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-27T06:51:57.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "clamp",
"timestamp": 1656312713076,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:51:57.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-27T06:51:57.163Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:51:57.164Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:51:58.045Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:51:58.046Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:51:58.050Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:51:58.050Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656312716391,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:51:58.149Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-27T06:51:58.150Z||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-27T06:51:58.150Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:51:58.175Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:51:58.176Z||pool-36-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:51:59.051Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "d6b71b6e-bc37-4349-9913-8421fcb678d2",
"serviceDescription": "service",
"serviceInvariantUUID": "d6235134-640f-46d5-a261-b0e15c680ba7",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "d6ca86e3-2b26-4413-9550-c6a31829aeb8",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "eed5aa45-2982-45de-8613-5c991408b972",
"resourceInvariantUUID": "551be913-2d0c-41fe-bfdf-5385abe7427b",
"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": "YmEwYmUxNmY3NzBhMTA4ODc1Mjk0M2M0ZDM5OTdhMWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8d3d294d-f433-4d6e-a163-34b22c4dc73e"
}
],
"workloadContext": "Production"
}
2022-06-27T06:51:59.051Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-27T06:51:59.051Z|68ef82e3-cb4d-47d0-a80b-f4643de586e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d6b71b6e-bc37-4349-9913-8421fcb678d2 ASDC
2022-06-27T06:51:59.052Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:16c12a35-e253-4673-a591-655f2fcd85e6
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d6b71b6e-bc37-4349-9913-8421fcb678d2
ServiceInvariantUUID:d6235134-640f-46d5-a261-b0e15c680ba7
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:8d3d294d-f433-4d6e-a163-34b22c4dc73e
ArtifactChecksum:YmEwYmUxNmY3NzBhMTA4ODc1Mjk0M2M0ZDM5OTdhMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:d6ca86e3-2b26-4413-9550-c6a31829aeb8
ResourceInvariantUUID:551be913-2d0c-41fe-bfdf-5385abe7427b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:eed5aa45-2982-45de-8613-5c991408b972
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-27T06:51:59.052Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d6b71b6e-bc37-4349-9913-8421fcb678d2 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-27T06:51:59.094Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-27T06:51:59.096Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-27T06:51:59.096Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-27T06:51:59.097Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8d3d294d-f433-4d6e-a163-34b22c4dc73e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-27T06:51:59.097Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-27T06:51:59.097Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-27T06:51:59.182Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-27T06:51:59.185Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8d3d294d-f433-4d6e-a163-34b22c4dc73e 52508
2022-06-27T06:51:59.185Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||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-27T06:51:59.186Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||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-27T06:51:59.186Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-27T06:51:59.186Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:51:59.188Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:51:59.189Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656312719185,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:51:59.289Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:51:59.290Z||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-27T06:51:59.290Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:51:59.302Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:51:59.303Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:52:00.189Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-27T06:52:00.190Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-27T06:52:00.191Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 8d3d294d-f433-4d6e-a163-34b22c4dc73e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-27T06:52:00.191Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-27T06:52:00.192Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-27T06:52:00.192Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-27T06:52:00.439Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14640077911204898370/Definitions/service-BasicNetwork-template.yml
2022-06-27T06:52:01.480Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-27T06:52:01.481Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-27T06:52:01.481Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-27T06:52:01.482Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-27T06:52:01.482Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||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-27T06:52:01.483Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||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-27T06:52:01.483Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||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-27T06:52:01.484Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||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-27T06:52:01.484Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||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-27T06:52:01.485Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||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-27T06:52:01.485Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||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-27T06:52:01.486Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||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-27T06:52:01.486Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-27T06:52:01.487Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:52:01.487Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:52:01.488Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-27T06:52:01.489Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-27T06:52:01.489Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-27T06:52:01.490Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:52:01.490Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:52:01.491Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-27T06:52:01.491Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-27T06:52:01.492Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-27T06:52:01.493Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:52:01.493Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:52:01.494Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:52:01.494Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:52:01.495Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:52:01.496Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:52:01.496Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:52:01.497Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:52:01.497Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:52:01.498Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:52:01.498Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:d6b71b6e-bc37-4349-9913-8421fcb678d2
Model Version:NULL
Model InvariantUuid:d6235134-640f-46d5-a261-b0e15c680ba7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:551be913-2d0c-41fe-bfdf-5385abe7427b
Model UUID:c4c95e81-b018-4c18-831a-ae2e7e4c6be0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:d6ca86e3-2b26-4413-9550-c6a31829aeb8
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-27T06:52:01.511Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: eed5aa45-2982-45de-8613-5c991408b972
2022-06-27T06:52:01.512Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||No resources found for Service: d6b71b6e-bc37-4349-9913-8421fcb678d2
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-27T06:52:01.520Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||
2022-06-27T06:52:01.521Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-27T06:52:01.522Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||No resources found for Service: d6b71b6e-bc37-4349-9913-8421fcb678d2
2022-06-27T06:52:01.523Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: d6b71b6e-bc37-4349-9913-8421fcb678d2
2022-06-27T06:52:01.523Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-27T06:52:01.524Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||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-27T06:52:01.545Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a1e2cc1, org.onap.sdc.toscaparser.api.parameters.Input@54902d3a, org.onap.sdc.toscaparser.api.parameters.Input@307c6502, org.onap.sdc.toscaparser.api.parameters.Input@5da8bf4c, org.onap.sdc.toscaparser.api.parameters.Input@26abf81c]
2022-06-27T06:52:01.548Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:52:01.549Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:52:01.550Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:52:01.550Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:52:01.550Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid d6b71b6e-bc37-4349-9913-8421fcb678d2: Generic NeutronNet
2022-06-27T06:52:01.551Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:52:01.551Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:52:01.551Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:52:01.551Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||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-27T06:52:01.621Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:52:01.622Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:52:01.623Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:52:01.623Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:52:01.623Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:52:01.624Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:52:01.624Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||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-27T06:52:01.734Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-06-27T06:52:01.735Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||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-27T06:52:01.735Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||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-27T06:52:01.736Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-27T06:52:01.736Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:52:01.739Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:52:01.739Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656312721735,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-27T06:52:01.839Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-27T06:52:01.841Z||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-27T06:52:01.841Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:52:01.865Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:52:01.866Z||pool-38-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:52:02.741Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16c12a35-e253-4673-a591-655f2fcd85e6
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-27T06:52:02.761Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16c12a35-e253-4673-a591-655f2fcd85e6
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-27T06:52:02.770Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-27T06:52:02.770Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-27T06:52:02.770Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-27T06:52:02.770Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-27T06:52:02.770Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:52:02.771Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:52:02.771Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:52:02.771Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:52:02.771Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:52:02.771Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-27T06:52:02.771Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||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-27T06:52:02.805Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-27T06:52:32.805Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16c12a35-e253-4673-a591-655f2fcd85e6 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-27T06:52:32.814Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16c12a35-e253-4673-a591-655f2fcd85e6 and serviceModelVersionId: d6b71b6e-bc37-4349-9913-8421fcb678d2
2022-06-27T06:52:32.815Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6235134-640f-46d5-a261-b0e15c680ba7
2022-06-27T06:52:32.824Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6235134-640f-46d5-a261-b0e15c680ba7/model-vers/model-ver/d6b71b6e-bc37-4349-9913-8421fcb678d2?depth=0
2022-06-27T06:52:32.839Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-27T06:52:32.946Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6235134-640f-46d5-a261-b0e15c680ba7/model-vers/model-ver/d6b71b6e-bc37-4349-9913-8421fcb678d2?depth=0|INFO|500||Invoke
2022-06-27T06:52:32.946Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6235134-640f-46d5-a261-b0e15c680ba7/model-vers/model-ver/d6b71b6e-bc37-4349-9913-8421fcb678d2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6235134-640f-46d5-a261-b0e15c680ba7/model-vers/model-ver/d6b71b6e-bc37-4349-9913-8421fcb678d2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[16c12a35-e253-4673-a591-655f2fcd85e6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[78608d37-562f-4f78-97af-5c68b6c12741], X-ECOMP-RequestID=[16c12a35-e253-4673-a591-655f2fcd85e6], X-TransactionId=[], X-ONAP-RequestID=[16c12a35-e253-4673-a591-655f2fcd85e6], Content-Type=[application/merge-patch+json]}
2022-06-27T06:52:32.984Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6235134-640f-46d5-a261-b0e15c680ba7/model-vers/model-ver/d6b71b6e-bc37-4349-9913-8421fcb678d2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-27T06:52:33.313Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6235134-640f-46d5-a261-b0e15c680ba7/model-vers/model-ver/d6b71b6e-bc37-4349-9913-8421fcb678d2?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/d6235134-640f-46d5-a261-b0e15c680ba7/model-vers/model-ver/d6b71b6e-bc37-4349-9913-8421fcb678d2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220627-06:52:33:010-16585], vertex-id=[180472], Content-Length=[0], Date=[Mon, 27 Jun 2022 06:52:33 GMT], Content-Type=[application/json]}
2022-06-27T06:52:33.313Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6235134-640f-46d5-a261-b0e15c680ba7/model-vers/model-ver/d6b71b6e-bc37-4349-9913-8421fcb678d2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-27T06:52:33.314Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6235134-640f-46d5-a261-b0e15c680ba7/model-vers/model-ver/d6b71b6e-bc37-4349-9913-8421fcb678d2?depth=0|INFO|500||InvokeReturn
2022-06-27T06:52:33.315Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-27T06:52:33.315Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||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-27T06:52:33.322Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||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-27T06:52:33.322Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16c12a35-e253-4673-a591-655f2fcd85e6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-27T06:52:33.324Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-27T06:52:33.324Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:52:33.332Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:52:33.332Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "16c12a35-e253-4673-a591-655f2fcd85e6",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656312753323,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-27T06:52:33.435Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-27T06:52:33.436Z||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-27T06:52:33.436Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:52:33.456Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:52:33.457Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 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-27T06:52:34.349Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-27T06:52:34.350Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4fb1ee66-b50d-480d-9595-0707d79d5be9","serviceName":"Demo_pNF_tW5c1hlqfKNJUvpdYLJj","serviceVersion":"1.0","serviceUUID":"132fa797-4b96-4567-abb6-662fc3cddb0a","serviceDescription":"catalog service description","serviceInvariantUUID":"a7c310df-1000-4345-8192-3153ff332145","resources":[{"resourceInstanceName":"pNF 10b73f97-e97a 0","resourceName":"pNF 10b73f97-e97a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ad062972-1cf6-483d-8000-12ce958805f0","resourceInvariantUUID":"38d57f1f-bdf1-47b3-ac97-05fecd35b404","resourceCustomizationUUID":"f024a4ce-093a-4e71-a3b1-57524a63a4fd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vf-license-model.xml","artifactChecksum":"MGU4MDA1NGUxNDYyNDY2NjRjNDQ1NzlhMTBjYmQwZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad4f32b1-6f31-44be-8ab9-f1bcddb80b0e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/pNF.csar","artifactChecksum":"ZDFmNjliMjkzOTJiMmZjOWI1ZjcwZjEwODQ2ZjkwZjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a351d63d-b02a-46b2-9016-2fd6045a8c07","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b068a324-5cd7-476b-a6b2-307dbda929c0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vendor-license-model.xml","artifactChecksum":"MzVkM2Q3M2U4MzUwODNmNmFmZDhkZDRkYzA1MTVkMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fd7e17b4-7b9a-4a39-b265-47fa2166b4e4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"054a7877-c924-4946-839e-01baa20aefe5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dc769ac0-49c3-46cd-a847-ab14733e8b30","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml","artifactChecksum":"NWZkNmY5MGE0MzFkZWZhNWRlZTc4MzNjY2M0YjU1N2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"875706f6-cf82-48c2-b4da-5e7516a535b7","artifactVersion":"1"},{"artifactName":"service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar","artifactChecksum":"MzliYzdmMjdjMWQ2YjNjNGMzYWM5M2RhNzg3OWRlYjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8eaaf21-bd40-4082-9b21-1f75eec0a069","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-27T06:52:34.351Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:52:34.351Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:52:34.354Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:52:34.354Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656312716391,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:52:34.454Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:52:34.455Z||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-27T06:52:34.457Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:52:34.470Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:52:34.470Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:52:35.355Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:52:35.356Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:52:35.359Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:52:35.359Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656312716391,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:52:35.459Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:52:35.461Z||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-27T06:52:35.461Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:52:35.478Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:52:35.479Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:52:36.360Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:52:36.361Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:52:36.364Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:52:36.364Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656312716391,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:52:36.464Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:52:36.466Z||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-27T06:52:36.466Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:52:36.480Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:52:36.480Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:52:37.365Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:52:37.366Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:52:37.368Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:52:37.369Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656312716391,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:52:37.469Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:52:37.470Z||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-27T06:52:37.470Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:52:37.484Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:52:37.484Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:52:38.369Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:52:38.371Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:52:38.374Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:52:38.374Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656312716391,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:52:38.474Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:52:38.476Z||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-27T06:52:38.477Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:52:38.491Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:52:38.492Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-27T06:52:39.375Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:52:39.375Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:52:39.378Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:52:39.379Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656312716391,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/resourceInstances/pnf10b73f97e97a0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:52:39.487Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-27T06:52:39.488Z||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-27T06:52:39.488Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:52:39.500Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:52:39.501Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:52:40.383Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:52:40.384Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:52:40.387Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:52:40.387Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656312716391,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-27T06:52:40.489Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-27T06:52:40.490Z||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-27T06:52:40.490Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:52:40.518Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:52:40.519Z||pool-46-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:52:41.391Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-27T06:52:41.392Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:52:41.400Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:52:41.401Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656312716391,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar",
"status": "NOTIFIED"
}
2022-06-27T06:52:41.499Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-27T06:52:41.500Z||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-27T06:52:41.501Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:52:41.515Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:52:41.516Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:52:42.402Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"serviceName": "Demo_pNF_tW5c1hlqfKNJUvpdYLJj",
"serviceVersion": "1.0",
"serviceUUID": "132fa797-4b96-4567-abb6-662fc3cddb0a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a7c310df-1000-4345-8192-3153ff332145",
"resources": [
{
"resourceInstanceName": "pNF 10b73f97-e97a 0",
"resourceCustomizationUUID": "f024a4ce-093a-4e71-a3b1-57524a63a4fd",
"resourceName": "pNF 10b73f97-e97a",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "ad062972-1cf6-483d-8000-12ce958805f0",
"resourceInvariantUUID": "38d57f1f-bdf1-47b3-ac97-05fecd35b404",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar",
"artifactChecksum": "MzliYzdmMjdjMWQ2YjNjNGMzYWM5M2RhNzg3OWRlYjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c8eaaf21-bd40-4082-9b21-1f75eec0a069"
}
],
"workloadContext": "Production"
}
2022-06-27T06:52:42.402Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-27T06:52:42.403Z|16c12a35-e253-4673-a591-655f2fcd85e6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 132fa797-4b96-4567-abb6-662fc3cddb0a ASDC
2022-06-27T06:52:42.404Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:4fb1ee66-b50d-480d-9595-0707d79d5be9
ServiceName:Demo_pNF_tW5c1hlqfKNJUvpdYLJj
ServiceVersion:1.0
ServiceUUID:132fa797-4b96-4567-abb6-662fc3cddb0a
ServiceInvariantUUID:a7c310df-1000-4345-8192-3153ff332145
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar
ArtifactUUID:c8eaaf21-bd40-4082-9b21-1f75eec0a069
ArtifactChecksum:MzliYzdmMjdjMWQ2YjNjNGMzYWM5M2RhNzg3OWRlYjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 10b73f97-e97a 0
ResourceCustomizationUUID:f024a4ce-093a-4e71-a3b1-57524a63a4fd
ResourceInvariantUUID:38d57f1f-bdf1-47b3-ac97-05fecd35b404
ResourceName:pNF 10b73f97-e97a
ResourceType:PNF
ResourceUUID:ad062972-1cf6-483d-8000-12ce958805f0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-06-27T06:52:42.404Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 132fa797-4b96-4567-abb6-662fc3cddb0a 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-27T06:52:42.474Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-27T06:52:42.475Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-27T06:52:42.476Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-27T06:52:42.476Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c8eaaf21-bd40-4082-9b21-1f75eec0a069 from URL: /sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar
2022-06-27T06:52:42.476Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-27T06:52:42.476Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar
2022-06-27T06:52:42.620Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-27T06:52:42.625Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar c8eaaf21-bd40-4082-9b21-1f75eec0a069 82651
2022-06-27T06:52:42.626Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar ASDC sendASDCNotification
2022-06-27T06:52:42.626Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar
2022-06-27T06:52:42.626Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-27T06:52:42.626Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-27T06:52:42.629Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-27T06:52:42.629Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "4fb1ee66-b50d-480d-9595-0707d79d5be9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1656312762626,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-27T06:52:42.732Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-27T06:52:42.733Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-27T06:52:42.733Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dzJBW4MgHrFASy5U) ...
2022-06-27T06:52:42.746Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-27T06:52:42.747Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-27T06:52:43.633Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-27T06:52:43.635Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-27T06:52:43.636Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c8eaaf21-bd40-4082-9b21-1f75eec0a069, URL: /sdc/v1/catalog/services/DemoPnfTw5c1hlqfknjuvpdyljj/1.0/artifacts/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar to file: /app/ASDC/1/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar
2022-06-27T06:52:43.636Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar
2022-06-27T06:52:43.637Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar
2022-06-27T06:52:43.637Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar
2022-06-27T06:52:43.852Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17544726059024119547/Definitions/service-DemoPnfTw5c1hlqfknjuvpdyljj-template.yml
2022-06-27T06:52:45.432Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-27T06:52:45.433Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-27T06:52:45.433Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar
2022-06-27T06:52:45.433Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-27T06:52:45.433Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar
2022-06-27T06:52:45.434Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar
2022-06-27T06:52:45.434Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar
2022-06-27T06:52:45.434Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||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-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar
2022-06-27T06:52:45.434Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||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-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar
2022-06-27T06:52:45.434Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||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-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar
2022-06-27T06:52:45.434Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 10b73f97-e97a 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfTw5c1hlqfknjuvpdyljj-csar.csar
2022-06-27T06:52:45.434Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-27T06:52:45.434Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:52:45.435Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tW5c1hlqfKNJUvpdYLJj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:52:45.435Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Node template pNF 10b73f97-e97a 0 is matching search criteria
2022-06-27T06:52:45.435Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-27T06:52:45.436Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 10b73f97-e97a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-27T06:52:45.436Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:52:45.436Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tW5c1hlqfKNJUvpdYLJj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:52:45.436Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Node template pNF 10b73f97-e97a 0 is matching search criteria
2022-06-27T06:52:45.436Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-27T06:52:45.436Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 10b73f97-e97a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-27T06:52:45.436Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:52:45.437Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tW5c1hlqfKNJUvpdYLJj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:52:45.437Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:52:45.437Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tW5c1hlqfKNJUvpdYLJj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:52:45.437Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:52:45.437Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tW5c1hlqfKNJUvpdYLJj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:52:45.437Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-27T06:52:45.437Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tW5c1hlqfKNJUvpdYLJj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-27T06:52:45.437Z|4fb1ee66-b50d-480d-9595-0707d79d5be9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive