By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-07-08T10:21:01.800Z||main|||||INFO|500||The following profiles are active: basic
2022-07-08T10:21:12.747Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-08T10:21:12.748Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-08T10:21:12.850Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-08T10:21:16.713Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-08T10:21:17.104Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-08T10:21:17.542Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-08T10:21:17.549Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-08T10:21:17.658Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-08T10:21:17.864Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-08T10:21:18.395Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-08T10:21:20.169Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-08T10:21:22.394Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-08T10:21:22.449Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-08T10:21:23.096Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-08T10:21:23.396Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-07-08T10:21:24.518Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-08T10:21:25.543Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-07-08T10:21:25.559Z||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$$47a94641.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-07-08T10:21:25.559Z||main|||||WARN|500||The sdc end point is not alive
2022-07-08T10:21:28.397Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-07-08T10:21:31.474Z||main|||||WARN|500||---
2022-07-08T10:21:31.475Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-08T10:21:31.475Z||main|||||WARN|500||---
2022-07-08T10:21:31.881Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-08T10:21:36.445Z||main|||||INFO|500||Started Application in 37.744 seconds (JVM running for 39.878)
2022-07-08T10:21:36.458Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-08T10:21:36.459Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-08T10:21:36.473Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-08T10:21:36.498Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-08T10:21:36.537Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= edddd088-533d-4149-a057-4c46fd93ea5e url= /sdc/v1/artifactTypes
2022-07-08T10:21:36.538Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-08T10:21:37.609Z||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.27.104] 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$$e68602e.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
... 50 common frames omitted
2022-07-08T10:21:37.614Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d87e03e
2022-07-08T10:21:37.615Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-08T10:21:37.632Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-08T10:21:37.635Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-08T10:21:37.638Z||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$$e68602e.periodicControllerTask()
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
... 33 common frames omitted
2022-07-08T10:22:26.440Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-08T10:22:26.441Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-08T10:22:26.442Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-08T10:22:26.445Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-08T10:22:26.458Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 607175d5-e7b8-47a9-b0e7-00023d07507a url= /sdc/v1/artifactTypes
2022-07-08T10:22:26.458Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-08T10:22:26.657Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-08T10:22:26.665Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-07-08T10:22:26.685Z||scheduling-1|||||DEBUG|500||create keys
2022-07-08T10:22:26.692Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-08T10:22:26.740Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:22:26.756Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c7865da7-6750-4c91-8670-903720736107 url= /sdc/v1/registerForDistribution
2022-07-08T10:22:26.954Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c7865da7-6750-4c91-8670-903720736107 url= /sdc/v1/registerForDistribution
2022-07-08T10:22:26.954Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-08T10:22:26.962Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:22:26.964Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:22:26.969Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:22:26.970Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:22:26.973Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:22:26.974Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:22:26.982Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-08T10:22:37.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:22:37.370Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:23:26.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:23:26.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:23:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:23:26.964Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:23:26.965Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:23:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:23:36.570Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:23:36.586Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:24:26.960Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:24:26.962Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:24:26.963Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:24:26.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:24:26.966Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:24:26.966Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:24:44.513Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:24:50.095Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:25:26.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:25:26.964Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:25:26.964Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T10:25:26.964Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:25:26.964Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:25:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:26:27.033Z||pool-2-thread-5|||||WARN|500||Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2022-07-08T10:26:27.033Z||pool-2-thread-2|||||WARN|500||Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2022-07-08T10:26:27.038Z||pool-2-thread-5|||||ERROR|500||Error exception occured when fetching with Cambria Client:Read timed out
2022-07-08T10:26:27.038Z||pool-2-thread-2|||||ERROR|500||Error exception occured when fetching with Cambria Client:Read timed out
2022-07-08T10:26:27.039Z||pool-2-thread-2|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Read timed out
java.net.SocketTimeoutException: Read timed out
at java.base/java.net.SocketInputStream.socketRead0(Native Method)
at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
at java.base/java.net.SocketInputStream.read(Unknown Source)
at java.base/java.net.SocketInputStream.read(Unknown Source)
at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:49)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-08T10:26:27.039Z||pool-2-thread-5|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Read timed out
java.net.SocketTimeoutException: Read timed out
at java.base/java.net.SocketInputStream.socketRead0(Native Method)
at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
at java.base/java.net.SocketInputStream.read(Unknown Source)
at java.base/java.net.SocketInputStream.read(Unknown Source)
at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-08T10:26:27.041Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:26:27.041Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:26:27.041Z||pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2022-07-08T10:26:27.041Z||pool-2-thread-6|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2022-07-08T10:26:27.042Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:26:27.042Z||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-07-08T10:26:27.042Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:26:27.042Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:26:36.570Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:26:36.600Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:27:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:27:26.961Z||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-07-08T10:27:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:27:26.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:27:26.964Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:27:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:27:44.610Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:27:44.611Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:28:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:28:26.962Z||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-07-08T10:28:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:28:26.964Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:28:26.964Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:28:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:28:44.069Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:28:44.087Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:29:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:29:26.961Z||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-07-08T10:29:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:29:26.964Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:29:26.965Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:29:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:29:44.059Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:29:44.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:30:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:30:26.961Z||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-07-08T10:30:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:30:26.964Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:30:26.965Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:30:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:30:36.522Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:30:44.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:31:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:31:26.961Z||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-07-08T10:31:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:31:26.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:31:26.964Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:31:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:31:27.237Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-08T10:31:36.559Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:31:44.008Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:32:26.961Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:32:26.962Z||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-07-08T10:32:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:32:26.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:32:26.967Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:32:26.968Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:32:36.528Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:32:36.852Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:33:26.961Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:33:26.963Z||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-07-08T10:33:26.963Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:33:26.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:33:26.964Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:33:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:33:37.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:33:38.473Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:34:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:34:26.961Z||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-07-08T10:34:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:34:26.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:34:26.965Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:34:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:34:36.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:34:36.711Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:35:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:35:26.961Z||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-07-08T10:35:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:35:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:35:26.965Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:35:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:35:36.576Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:35:36.611Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:36:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:36:26.961Z||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-07-08T10:36:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:36:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:36:26.965Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:36:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:36:36.560Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:36:36.850Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:37:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:37:26.961Z||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-07-08T10:37:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:37:26.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:37:26.964Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:37:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:37:36.767Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:37:37.206Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:38:26.961Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:38:26.962Z||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-07-08T10:38:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:38:26.968Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:38:26.968Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:38:26.969Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:38:36.519Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:38:36.604Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:39:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:39:26.961Z||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-07-08T10:39:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:39:26.964Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:39:26.965Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:39:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:39:36.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:39:36.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:40:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:40:26.962Z||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-07-08T10:40:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:40:26.964Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:40:26.965Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:40:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:40:36.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:40:36.741Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:41:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:41:26.961Z||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-07-08T10:41:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:41:26.964Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:41:26.965Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:41:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:41:36.937Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:41:38.911Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:42:26.961Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:42:26.963Z||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-07-08T10:42:26.963Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:42:26.964Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:42:26.964Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:42:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:42:36.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:42:36.987Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:43:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:43:26.961Z||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-07-08T10:43:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:43:26.964Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:43:26.964Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:43:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:43:36.595Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:43:36.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:44:26.961Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:44:26.962Z||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-07-08T10:44:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:44:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:44:26.965Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:44:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:44:36.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:44:36.693Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:45:26.961Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:45:26.961Z||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-07-08T10:45:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:45:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:45:26.964Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:45:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:45:36.523Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:45:36.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:46:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:46:26.961Z||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-07-08T10:46:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:46:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:46:26.964Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:46:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:46:36.506Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:46:36.518Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:47:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:47:26.961Z||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-07-08T10:47:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:47:26.964Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:47:26.964Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:47:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:47:36.526Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:47:36.530Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:48:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:48:26.961Z||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-07-08T10:48:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:48:26.964Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:48:26.964Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:48:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:48:36.569Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:48:36.735Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:49:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:49:26.961Z||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-07-08T10:49:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:49:26.964Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:49:26.964Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:49:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:49:36.562Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:49:36.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:50:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:50:26.961Z||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-07-08T10:50:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:50:26.964Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:50:26.964Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:50:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:50:36.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:50:36.926Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:51:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:51:26.961Z||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-07-08T10:51:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:51:26.964Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:51:26.964Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:51:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:51:36.514Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:51:36.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:52:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:52:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:52:26.962Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T10:52:26.964Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:52:26.964Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:52:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:52:36.521Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:52:36.552Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:53:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:53:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:53:26.962Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T10:53:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:53:26.964Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:53:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:53:36.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:53:36.697Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:54:26.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:54:26.963Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:54:26.964Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T10:54:26.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:54:26.965Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:54:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:54:36.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:54:36.613Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:55:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:55:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:55:26.961Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T10:55:26.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:55:26.965Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:55:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:55:36.512Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:55:36.565Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:56:26.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:56:26.962Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:56:26.962Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T10:56:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:56:26.964Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:56:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:56:36.567Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:56:36.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:57:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:57:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:57:26.961Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T10:57:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:57:26.964Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:57:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:57:36.520Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:57:36.556Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:58:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:58:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:58:26.962Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T10:58:26.964Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:58:26.965Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:58:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:58:36.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:58:36.685Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:59:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:59:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:59:26.961Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T10:59:26.964Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:59:26.964Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T10:59:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:59:36.508Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T10:59:36.523Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:00:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:00:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:00:26.961Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:00:26.964Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:00:26.964Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:00:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:00:36.520Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:00:36.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:01:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:01:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:01:26.961Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:01:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:01:26.964Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:01:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:01:36.506Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:01:36.511Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:02:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:02:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:02:26.961Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:02:26.964Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:02:26.965Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:02:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:02:36.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:02:36.534Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:03:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:03:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:03:26.962Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:03:26.964Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:03:26.964Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:03:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:03:36.505Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:03:36.511Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:04:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:04:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:04:26.961Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:04:26.964Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:04:26.965Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:04:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:04:36.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:04:36.786Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:05:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:05:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:05:26.961Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:05:26.964Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:05:26.964Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:05:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:05:36.503Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:05:36.524Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:06:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:06:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:06:26.961Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:06:26.964Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:06:26.964Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:06:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:06:36.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:06:36.689Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:07:26.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:07:26.964Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:07:26.964Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:07:26.964Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:07:26.964Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:07:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:07:36.504Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:07:36.528Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:08:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:08:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:08:26.961Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:08:26.964Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:08:26.964Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:08:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:08:36.511Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:08:36.530Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:09:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:09:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:09:26.961Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:09:26.964Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:09:26.964Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:09:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:09:36.503Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:09:36.507Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:10:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:10:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:10:26.961Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:10:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:10:26.964Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:10:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:10:36.510Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:10:36.512Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:11:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:11:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:11:26.961Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:11:26.964Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:11:26.966Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:11:26.966Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:11:36.507Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:11:36.515Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:12:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:12:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:12:26.961Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:12:26.964Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:12:26.964Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:12:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:12:36.550Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:12:36.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:13:26.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:13:26.962Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:13:26.962Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:13:26.964Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:13:26.964Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:13:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:13:36.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:13:36.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:14:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:14:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:14:26.961Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:14:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:14:26.964Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:14:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:14:36.505Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:14:36.518Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:15:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:15:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:15:26.961Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:15:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:15:26.966Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:15:26.966Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:15:36.508Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:15:36.514Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:16:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:16:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:16:26.961Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:16:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:16:26.966Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:16:26.966Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:16:36.504Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:16:36.509Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:17:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:17:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:17:26.961Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:17:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:17:26.964Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:17:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:17:36.508Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:17:36.518Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:18:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:18:26.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:18:26.961Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:18:26.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:18:26.965Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:18:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:18:36.509Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:18:36.513Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:19:26.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:19:26.963Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:19:26.963Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:19:26.964Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:19:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:19:27.299Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:19:27.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279150284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "aai-ml",
"timestamp": 1657279152359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "clamp",
"timestamp": 1657279151718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "policy-id",
"timestamp": 1657279148451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279150284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
"status": "NOTIFIED"
}
2022-07-08T11:19:27.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "aai-ml",
"timestamp": 1657279152359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "clamp",
"timestamp": 1657279151718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
"status": "NOTIFIED"
}
2022-07-08T11:19:27.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "policy-id",
"timestamp": 1657279148451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "cds",
"timestamp": 1657279156314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279150284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-08T11:19:27.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "aai-ml",
"timestamp": 1657279152359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "clamp",
"timestamp": 1657279151718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "policy-id",
"timestamp": 1657279148451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-08T11:19:27.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "cds",
"timestamp": 1657279156314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657279156796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279150284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "aai-ml",
"timestamp": 1657279152359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "clamp",
"timestamp": 1657279151718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "policy-id",
"timestamp": 1657279148451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "cds",
"timestamp": 1657279156314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657279156796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279150284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-08T11:19:27.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "aai-ml",
"timestamp": 1657279152359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "clamp",
"timestamp": 1657279151718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "policy-id",
"timestamp": 1657279148451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "cds",
"timestamp": 1657279156314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657279156796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279150284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "aai-ml",
"timestamp": 1657279152359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "clamp",
"timestamp": 1657279151718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "policy-id",
"timestamp": 1657279148451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "cds",
"timestamp": 1657279156314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657279156796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279150284,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:19:27.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "aai-ml",
"timestamp": 1657279152359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:19:27.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "clamp",
"timestamp": 1657279151718,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:19:27.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "policy-id",
"timestamp": 1657279148451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:19:27.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "cds",
"timestamp": 1657279156314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657279156796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279162036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:19:27.361Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:19:27.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.361Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "aai-ml",
"timestamp": 1657279162039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:19:27.361Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:19:27.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.361Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "cds",
"timestamp": 1657279156314,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:19:27.361Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "policy-id",
"timestamp": 1657279161769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:19:27.362Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:19:27.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657279156796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279163111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:19:27.362Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:19:27.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "policy-id",
"timestamp": 1657279162783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-08T11:19:27.363Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:19:27.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "ves-openapi-manager",
"timestamp": 1657279162698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "cds",
"timestamp": 1657279164134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:19:27.363Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:19:27.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657279156796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:19:27.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279164231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:19:27.364Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:19:27.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "policy-id",
"timestamp": 1657279163798,
"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-07-08T11:19:27.563Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
2022-07-08T11:19:27.586Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:19:27.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "ves-openapi-manager",
"timestamp": 1657279162698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "cds",
"timestamp": 1657279165151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:19:27.630Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
2022-07-08T11:19:27.630Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:19:27.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657279164661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:19:27.640Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:19:27.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279165290,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:19:27.646Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
2022-07-08T11:19:27.646Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-08T11:19:27.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "ves-openapi-manager",
"timestamp": 1657279162698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:19:27.717Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:19:27.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7","serviceName":"vFW 2022-07-08 11-18-10","serviceVersion":"1.0","serviceUUID":"fa8b3d48-df63-4821-8765-9f250b5c76f9","serviceDescription":"catalog service description","serviceInvariantUUID":"a4e45f77-7253-4324-8cb0-828bbdfad46d","resources":[{"resourceInstanceName":"vFW b2075797-dc03 0","resourceName":"vFW b2075797-dc03","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4607be9a-176c-4931-84d8-1893cd5ff990","resourceInvariantUUID":"53cb87c0-3008-4b11-ab92-d6478cb68dfa","resourceCustomizationUUID":"a2eadc68-b028-4a1e-aa68-565ce1601c61","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vf-license-model.xml","artifactChecksum":"M2I3MjhhMzZmODM2ZDIxZTQwN2FjMWM5ZWU5ZGJhNDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4e7cc9c-c1ea-475b-bd87-6e068defb591","artifactVersion":"1"},{"artifactName":"vfwb2075797dc030_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json","artifactChecksum":"NjgyMjg2ZDEwZDYxZDRjZWIxYzZiNjExZTBhZjM3NzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c4d71b9-70ee-401b-9c9f-1f47a540c5ad","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a2f21a71-4f6b-4202-be83-7d06477bab83","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNjNjhhODQwOWYzOGQ1YjhjODIxOTU1M2NkOTU4OWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a14f8159-69e9-471f-9981-6a5d0f5eebd6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ae97f0d6-a071-4050-8b37-0b2d35ccc6a8","artifactVersion":"2","generatedFromUUID":"a2f21a71-4f6b-4202-be83-7d06477bab83"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220708111810-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-template.yml","artifactChecksum":"YjY2NDZmMTIzNzRiOTNmZjdmZDNjOWE2NDQ1ZWI2ODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2fd5994a-3619-4aa1-89ac-77b472514ca1","artifactVersion":"1"},{"artifactName":"service-Vfw20220708111810-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar","artifactChecksum":"YTFlYjhiYmI1ZTQzMmRhNDExY2E2OTY0MWYxZDg2MjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f2b1f4b5-c7ec-402d-bdda-18bc24ab0a46","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-08T11:19:27.726Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:19:27.735Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:27.745Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:27.745Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279166960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.845Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-08T11:19:27.849Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:19:27.849Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:27.861Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:19:27.862Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:19:28.751Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:19:28.751Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:28.753Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:28.753Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279166960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
"status": "NOTIFIED"
}
2022-07-08T11:19:28.855Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:28.856Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:19:28.856Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:28.910Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:19:28.910Z||pool-4-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:19:29.754Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:19:29.755Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:29.757Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:29.757Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279166960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-08T11:19:29.857Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:29.858Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:19:29.858Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:29.873Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:19:29.874Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:19:30.758Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:19:30.759Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:30.761Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:30.761Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279166960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:30.861Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:30.863Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:19:30.864Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:30.876Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:19:30.877Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:19:31.761Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:19:31.763Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:31.766Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:31.766Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279166960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-08T11:19:31.866Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:31.867Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:19:31.867Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:31.878Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:19:31.879Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:19:32.767Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:19:32.767Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:32.769Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:32.769Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279166960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:19:32.870Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:32.870Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:19:32.871Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:32.880Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:19:32.880Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:19:33.770Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:19:33.771Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:33.775Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:33.775Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279166960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:19:33.875Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:33.876Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:19:33.876Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:33.889Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:19:33.889Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:19:34.777Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"serviceName": "vFW 2022-07-08 11-18-10",
"serviceVersion": "1.0",
"serviceUUID": "fa8b3d48-df63-4821-8765-9f250b5c76f9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a4e45f77-7253-4324-8cb0-828bbdfad46d",
"resources": [
{
"resourceInstanceName": "vFW b2075797-dc03 0",
"resourceCustomizationUUID": "a2eadc68-b028-4a1e-aa68-565ce1601c61",
"resourceName": "vFW b2075797-dc03",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4607be9a-176c-4931-84d8-1893cd5ff990",
"resourceInvariantUUID": "53cb87c0-3008-4b11-ab92-d6478cb68dfa",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb2075797dc030_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
"artifactChecksum": "NjgyMjg2ZDEwZDYxZDRjZWIxYzZiNjExZTBhZjM3NzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3c4d71b9-70ee-401b-9c9f-1f47a540c5ad",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a2f21a71-4f6b-4202-be83-7d06477bab83",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ae97f0d6-a071-4050-8b37-0b2d35ccc6a8",
"generatedFromUUID": "a2f21a71-4f6b-4202-be83-7d06477bab83"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ae97f0d6-a071-4050-8b37-0b2d35ccc6a8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220708111810-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"artifactChecksum": "YTFlYjhiYmI1ZTQzMmRhNDExY2E2OTY0MWYxZDg2MjA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f2b1f4b5-c7ec-402d-bdda-18bc24ab0a46"
}
],
"workloadContext": "Production"
}
2022-07-08T11:19:34.778Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-08T11:19:34.778Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fa8b3d48-df63-4821-8765-9f250b5c76f9 ASDC
2022-07-08T11:19:34.890Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
ServiceName:vFW 2022-07-08 11-18-10
ServiceVersion:1.0
ServiceUUID:fa8b3d48-df63-4821-8765-9f250b5c76f9
ServiceInvariantUUID:a4e45f77-7253-4324-8cb0-828bbdfad46d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220708111810-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar
ArtifactUUID:f2b1f4b5-c7ec-402d-bdda-18bc24ab0a46
ArtifactChecksum:YTFlYjhiYmI1ZTQzMmRhNDExY2E2OTY0MWYxZDg2MjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b2075797-dc03 0
ResourceCustomizationUUID:a2eadc68-b028-4a1e-aa68-565ce1601c61
ResourceInvariantUUID:53cb87c0-3008-4b11-ab92-d6478cb68dfa
ResourceName:vFW b2075797-dc03
ResourceType:VF
ResourceUUID:4607be9a-176c-4931-84d8-1893cd5ff990
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb2075797dc030_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json
ArtifactUUID:3c4d71b9-70ee-401b-9c9f-1f47a540c5ad
ArtifactChecksum:NjgyMjg2ZDEwZDYxZDRjZWIxYzZiNjExZTBhZjM3NzA=
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/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml
ArtifactUUID:a2f21a71-4f6b-4202-be83-7d06477bab83
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env
ArtifactUUID:ae97f0d6-a071-4050-8b37-0b2d35ccc6a8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env
ArtifactUUID:ae97f0d6-a071-4050-8b37-0b2d35ccc6a8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-08T11:19:34.890Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa8b3d48-df63-4821-8765-9f250b5c76f9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-08T11:19:34.941Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:19:34.942Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-08T11:19:34.943Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-08T11:19:34.943Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f2b1f4b5-c7ec-402d-bdda-18bc24ab0a46 from URL: /sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:34.943Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-08T11:19:34.945Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:35.034Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-08T11:19:35.051Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar f2b1f4b5-c7ec-402d-bdda-18bc24ab0a46 99060
2022-07-08T11:19:35.052Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar ASDC sendASDCNotification
2022-07-08T11:19:35.052Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:35.053Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:19:35.054Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:35.056Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:35.056Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279175052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:19:35.156Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:35.157Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:19:35.157Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:35.176Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:19:35.177Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:19:36.056Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:19:36.060Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-08T11:19:36.060Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f2b1f4b5-c7ec-402d-bdda-18bc24ab0a46, URL: /sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar to file: /app/ASDC/1/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:36.061Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220708111810-csar.csar
2022-07-08T11:19:36.148Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:36.148Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:36.769Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3050698466117298022/Definitions/service-Vfw20220708111810-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-07-08T11:19:39.461Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-08T11:19:39.467Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-08T11:19:39.467Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.467Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-08T11:19:39.467Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||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-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.467Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||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-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.467Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||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-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.467Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.468Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.468Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||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-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.468Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b2075797-dc03 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-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.468Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||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-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.468Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||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-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.468Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.468Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||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-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.468Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.469Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||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-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.469Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-08T11:19:39.475Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:39.477Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:39.480Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:39.481Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-08T11:19:39.482Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:19:39.484Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:39.484Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:39.485Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:39.485Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-08T11:19:39.485Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:19:39.485Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:39.485Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:39.489Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:39.489Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is not matching search criteria
2022-07-08T11:19:39.489Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-08T11:19:39.489Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-08T11:19:39.489Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.490Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:39.490Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-08T11:19:39.490Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.490Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-08T11:19:39.490Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-08T11:19:39.490Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-08T11:19:39.491Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.491Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:39.491Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-08T11:19:39.491Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:39.491Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-08T11:19:39.491Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.492Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-08T11:19:39.492Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:39.492Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-08T11:19:39.493Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:39.493Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:39.493Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:19:39.494Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:39.494Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:39.494Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:19:39.494Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:39.494Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:39.495Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:19:39.495Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:39.495Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is not matching search criteria
2022-07-08T11:19:39.495Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-08T11:19:39.495Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-08T11:19:39.496Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-08T11:19:39.496Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-08T11:19:39.496Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-08T11:19:39.496Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.496Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:39.496Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-08T11:19:39.497Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:39.497Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-08T11:19:39.497Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.497Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e7240b37-1bc4-45a7-84c0-c2a1fa0f849b
2022-07-08T11:19:39.497Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:39.497Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is not matching search criteria
2022-07-08T11:19:39.498Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-08T11:19:39.498Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-08T11:19:39.498Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.498Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:39.498Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-08T11:19:39.498Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.499Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-08T11:19:39.499Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-08T11:19:39.499Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-08T11:19:39.499Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:39.499Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-08T11:19:39.499Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.499Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=29f4f968-135c-4eac-b6c3-6952c590cc20
2022-07-08T11:19:39.500Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:39.500Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is not matching search criteria
2022-07-08T11:19:39.500Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-08T11:19:39.500Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-08T11:19:39.500Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.501Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:39.501Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-08T11:19:39.501Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.501Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-08T11:19:39.501Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-08T11:19:39.501Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-08T11:19:39.501Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.502Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:39.502Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-08T11:19:39.502Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ff54165f-9ecd-493d-b5b4-2bccda55e8d6
2022-07-08T11:19:39.502Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:39.502Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:39.502Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:39.503Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:39.503Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:39.503Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:39.503Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:39.503Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:39.504Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-07-08 11-18-10
Description:catalog service description
Model UUID:fa8b3d48-df63-4821-8765-9f250b5c76f9
Model Version:NULL
Model InvariantUuid:a4e45f77-7253-4324-8cb0-828bbdfad46d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b2075797-dc03
Model UUID:fe32718a-21d1-4cbb-8bb6-24378f9bf6b2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:53cb87c0-3008-4b11-ab92-d6478cb68dfa
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a2eadc68-b028-4a1e-aa68-565ce1601c61
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5a218d69-3d2d-4523-a41d-c731e6e84823
ModelName:VfwB2075797Dc03..base_vfw..module-0
ModelUuid:5ebf6342-d3eb-4d2b-81a2-a8844d7cc79c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e7240b37-1bc4-45a7-84c0-c2a1fa0f849b
ModelInvariantUuid:76e3bc2d-03d1-4a7f-859c-4f30d6a2bc98
ModelName:vFW b2075797-dc03-nodes.vfwCvfc
ModelUuid:fd3e88ac-df27-4779-a2d9-e2b58ef5a14d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4a9d4647-5e66-4dc3-b12e-44a09d083c82
ModelInvariantUuid:e8a98d24-0772-47c1-b216-4fbdf23a9e04
ModelName:VfwB2075797Dc03.compute.nodes.heat.vfw
ModelUuid:26b2bae1-403d-4231-a3e6-4f7125145e75
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:29f4f968-135c-4eac-b6c3-6952c590cc20
ModelInvariantUuid:68d8f320-2f43-48ef-b5c7-0d82ef94e975
ModelName:vFW b2075797-dc03-nodes.vsnCvfc
ModelUuid:0ca546dc-a659-49cb-9a1e-b4ce7692a576
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:388e99ae-19ed-4e7c-9ad3-6439b62e4ed3
ModelInvariantUuid:e92eda2b-63b9-4cb9-9281-eac6de219745
ModelName:VfwB2075797Dc03.compute.nodes.heat.vsn
ModelUuid:3c42c468-e955-4a24-a614-9c4223a5d941
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ff54165f-9ecd-493d-b5b4-2bccda55e8d6
ModelInvariantUuid:5abd86ad-4c87-413a-af4b-493ec48f39eb
ModelName:vFW b2075797-dc03-nodes.vpgCvfc
ModelUuid:63a13568-2f12-4100-bc7d-552640715970
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d5bfcee1-2300-450a-a799-831db7db6dc4
ModelInvariantUuid:ee2f9f47-caaf-4110-a04c-cc558b471255
ModelName:VfwB2075797Dc03.compute.nodes.heat.vpg
ModelUuid:b812cfde-43b2-4c70-818a-b29a494a125b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-08T11:19:39.516Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 4607be9a-176c-4931-84d8-1893cd5ff990
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-08T11:19:39.618Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||vFW b2075797-dc03 0
2022-07-08T11:19:39.625Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4607be9a-176c-4931-84d8-1893cd5ff990
2022-07-08T11:19:39.625Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3c4d71b9-70ee-401b-9c9f-1f47a540c5ad from URL: /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json
2022-07-08T11:19:39.625Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-08T11:19:39.626Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json
2022-07-08T11:19:39.715Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-08T11:19:39.715Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json 3c4d71b9-70ee-401b-9c9f-1f47a540c5ad 785
2022-07-08T11:19:39.716Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json ASDC sendASDCNotification
2022-07-08T11:19:39.716Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json
2022-07-08T11:19:39.716Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:19:39.717Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:39.719Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:39.719Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279179716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:19:39.819Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:39.820Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:19:39.820Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:39.837Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:19:39.837Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:19:40.721Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB2075797Dc03..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5a218d69-3d2d-4523-a41d-c731e6e84823",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5ebf6342-d3eb-4d2b-81a2-a8844d7cc79c",
"vfModuleModelCustomizationUUID": "061f524c-3e94-4369-b14c-cf06f3b91c9b",
"isBase": true,
"artifacts": [
"a2f21a71-4f6b-4202-be83-7d06477bab83",
"ae97f0d6-a071-4050-8b37-0b2d35ccc6a8"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-07-08T11:19:40.736Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB2075797Dc03..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ebf6342-d3eb-4d2b-81a2-a8844d7cc79c
VfModuleModelInvariantUUID:5a218d69-3d2d-4523-a41d-c731e6e84823
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2f21a71-4f6b-4202-be83-7d06477bab83
,
ae97f0d6-a071-4050-8b37-0b2d35ccc6a8
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-07-08T11:19:40.740Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB2075797Dc03..base_vfw..module-0",
"vfModuleModelInvariantUUID": "5a218d69-3d2d-4523-a41d-c731e6e84823",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5ebf6342-d3eb-4d2b-81a2-a8844d7cc79c",
"vfModuleModelCustomizationUUID": "061f524c-3e94-4369-b14c-cf06f3b91c9b",
"isBase": true,
"artifacts": [
"a2f21a71-4f6b-4202-be83-7d06477bab83",
"ae97f0d6-a071-4050-8b37-0b2d35ccc6a8"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-07-08T11:19:40.740Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB2075797Dc03..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ebf6342-d3eb-4d2b-81a2-a8844d7cc79c
VfModuleModelInvariantUUID:5a218d69-3d2d-4523-a41d-c731e6e84823
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2f21a71-4f6b-4202-be83-7d06477bab83
,
ae97f0d6-a071-4050-8b37-0b2d35ccc6a8
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-07-08T11:19:40.741Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a2f21a71-4f6b-4202-be83-7d06477bab83 from URL: /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml
2022-07-08T11:19:40.741Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-08T11:19:40.741Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml
2022-07-08T11:19:40.841Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-08T11:19:40.842Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml a2f21a71-4f6b-4202-be83-7d06477bab83 20368
2022-07-08T11:19:40.843Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-08T11:19:40.843Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml
2022-07-08T11:19:40.843Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:19:40.843Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:40.846Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:40.846Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279180843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:19:40.947Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-08T11:19:40.948Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:19:40.948Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:40.960Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:19:40.960Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:19:41.847Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ae97f0d6-a071-4050-8b37-0b2d35ccc6a8 from URL: /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env
2022-07-08T11:19:41.847Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-08T11:19:41.848Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env
2022-07-08T11:19:41.900Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-08T11:19:41.900Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env ae97f0d6-a071-4050-8b37-0b2d35ccc6a8 2098
2022-07-08T11:19:41.901Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-08T11:19:41.901Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env
2022-07-08T11:19:41.901Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:19:41.901Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:41.903Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:41.903Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279181901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:19:42.003Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:42.004Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:19:42.005Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:42.017Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:19:42.018Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:19:42.904Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: fa8b3d48-df63-4821-8765-9f250b5c76f9
2022-07-08T11:19:42.904Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b2075797-dc03 0 4607be9a-176c-4931-84d8-1893cd5ff990 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-07-08T11:19:42.942Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@412ff109, org.onap.sdc.toscaparser.api.parameters.Input@fb57aef, org.onap.sdc.toscaparser.api.parameters.Input@35d34d38, org.onap.sdc.toscaparser.api.parameters.Input@19ff1527, org.onap.sdc.toscaparser.api.parameters.Input@27e618a8]
2022-07-08T11:19:42.945Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:42.945Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:42.945Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-07-08T11:19:42.945Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a2eadc68-b028-4a1e-aa68-565ce1601c61
2022-07-08T11:19:42.946Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a2eadc68-b028-4a1e-aa68-565ce1601c61 matches Tosca VF Customization UUID: a2eadc68-b028-4a1e-aa68-565ce1601c61
2022-07-08T11:19:42.946Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a2eadc68-b028-4a1e-aa68-565ce1601c61 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-08T11:19:42.952Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:42.952Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:42.953Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a2eadc68-b028-4a1e-aa68-565ce1601c61: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-07-08T11:19:42.953Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36d36b3a
2022-07-08T11:19:42.953Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:42.954Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-08T11:19:42.954Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 061f524c-3e94-4369-b14c-cf06f3b91c9b
2022-07-08T11:19:42.955Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 061f524c-3e94-4369-b14c-cf06f3b91c9b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-08T11:19:42.960Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:42.960Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:42.960Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:19:42.961Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:42.961Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:42.961Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:19:42.961Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:42.962Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is not matching search criteria
2022-07-08T11:19:42.962Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-08T11:19:42.962Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-08T11:19:42.962Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-08T11:19:42.962Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-08T11:19:42.962Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-08T11:19:42.963Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-08T11:19:42.963Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:42.963Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-08T11:19:42.963Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:42.963Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-08T11:19:42.963Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-08T11:19:42.964Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e7240b37-1bc4-45a7-84c0-c2a1fa0f849b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-08T11:19:42.969Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:42.970Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:42.970Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:19:42.970Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:42.970Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is not matching search criteria
2022-07-08T11:19:42.971Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-08T11:19:42.971Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-08T11:19:42.971Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-08T11:19:42.971Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:42.971Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-08T11:19:42.971Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-08T11:19:42.972Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-08T11:19:42.972Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-08T11:19:42.972Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-08T11:19:42.972Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:42.972Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-08T11:19:42.973Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-08T11:19:42.973Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=29f4f968-135c-4eac-b6c3-6952c590cc20
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-08T11:19:42.974Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:42.975Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:42.975Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:19:42.977Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:42.977Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is not matching search criteria
2022-07-08T11:19:42.978Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-08T11:19:42.978Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-08T11:19:42.978Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-08T11:19:42.978Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:42.978Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-08T11:19:42.978Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-08T11:19:42.979Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-08T11:19:42.979Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-08T11:19:42.979Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-08T11:19:42.979Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-08T11:19:42.979Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:42.979Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-08T11:19:42.980Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ff54165f-9ecd-493d-b5b4-2bccda55e8d6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-08T11:19:42.981Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:42.982Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:42.982Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:19:42.982Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:42.983Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:42.983Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0] matching following query criteria: sdcType=VF, customizationUUID=a2eadc68-b028-4a1e-aa68-565ce1601c61
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-08T11:19:42.985Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:42.985Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:42.985Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid fa8b3d48-df63-4821-8765-9f250b5c76f9: vFW b2075797-dc03
2022-07-08T11:19:42.985Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:42.985Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:42.986Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:42.986Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:42.986Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:42.986Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:42.986Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:42.987Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:42.987Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:19:42.987Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:42.987Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-07-08 11-18-10
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:19:43.225Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b2075797-dc03 4607be9a-176c-4931-84d8-1893cd5ff990 1 ASDC deployResourceStructure
2022-07-08T11:19:43.226Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json ASDC sendASDCNotification
2022-07-08T11:19:43.226Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json
2022-07-08T11:19:43.226Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:19:43.226Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:43.229Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:43.229Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279183226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
"status": "DEPLOY_OK"
}
2022-07-08T11:19:43.329Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:43.330Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:19:43.330Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:43.341Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:19:43.341Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:19:44.230Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-08T11:19:44.230Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml
2022-07-08T11:19:44.230Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:19:44.231Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:44.232Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:44.233Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279184230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-08T11:19:44.333Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:19:44.334Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:19:44.334Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:44.345Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:19:44.346Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:19:45.233Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-08T11:19:45.234Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env
2022-07-08T11:19:45.234Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:19:45.234Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:45.237Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:45.237Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279185233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-08T11:19:45.337Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:45.338Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:19:45.338Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:45.395Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:19:45.395Z||pool-16-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:19:46.238Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar ASDC sendASDCNotification
2022-07-08T11:19:46.238Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:46.238Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:19:46.239Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:46.241Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:46.242Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279186238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-08T11:19:46.342Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:19:46.343Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:19:46.343Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:46.379Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:19:46.380Z||pool-17-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:19:47.244Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-08T11:19:47.260Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-08T11:19:47.263Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:19:47.263Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:19:47.263Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:20:17.264Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-08T11:20:17.281Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-08T11:20:17.284Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:20:17.284Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:20:17.284Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:20:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:20:26.965Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:20:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:20:27.017Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:20:27.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:20:27.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279166294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
"status": "DEPLOY_OK"
}
2022-07-08T11:20:27.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:20:47.284Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-08T11:20:47.295Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-08T11:20:47.298Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:20:47.298Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:20:47.298Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:21:17.298Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-08T11:21:17.308Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-08T11:21:17.311Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:21:17.311Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:21:17.311Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:21:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:21:26.965Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:21:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:21:27.006Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:21:27.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:21:27.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "ves-openapi-manager",
"timestamp": 1657279162698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:21:27.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:21:47.311Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-08T11:21:47.322Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-08T11:21:47.324Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:21:47.325Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:21:47.325Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:22:17.325Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-08T11:22:17.336Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-08T11:22:17.339Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:22:17.339Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:22:17.340Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:22:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:22:26.965Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:22:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:22:27.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:22:27.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279166960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "ves-openapi-manager",
"timestamp": 1657279162698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279166960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
"status": "NOTIFIED"
}
2022-07-08T11:22:27.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "ves-openapi-manager",
"timestamp": 1657279162698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279166960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-08T11:22:27.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "ves-openapi-manager",
"timestamp": 1657279162698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279166960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657279170164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-08T11:22:27.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279166960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-08T11:22:27.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657279171169,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:22:27.021Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
2022-07-08T11:22:27.021Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:22:27.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279166960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279166960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:22:27.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279175052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.032Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "aai-ml",
"timestamp": 1657279176906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-08T11:22:27.032Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "aai-ml",
"timestamp": 1657279177912,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:22:27.037Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
2022-07-08T11:22:27.037Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:22:27.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279179716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.045Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279180843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.045Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279181901,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279183226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
"status": "DEPLOY_OK"
}
2022-07-08T11:22:27.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279184230,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-08T11:22:27.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279185233,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-08T11:22:27.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "clamp",
"timestamp": 1657279184412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279186238,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-08T11:22:27.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "clamp",
"timestamp": 1657279185737,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-08T11:22:27.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "clamp",
"timestamp": 1657279186753,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:22:27.053Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
2022-07-08T11:22:27.053Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:22:27.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "cds",
"timestamp": 1657279201314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "ves-openapi-manager",
"timestamp": 1657279202698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "cds",
"timestamp": 1657279201314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "ves-openapi-manager",
"timestamp": 1657279202698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "cds",
"timestamp": 1657279201314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "ves-openapi-manager",
"timestamp": 1657279202698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "cds",
"timestamp": 1657279201314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "ves-openapi-manager",
"timestamp": 1657279202698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "cds",
"timestamp": 1657279201314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "ves-openapi-manager",
"timestamp": 1657279202698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "cds",
"timestamp": 1657279201314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "ves-openapi-manager",
"timestamp": 1657279202698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "cds",
"timestamp": 1657279201314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:22:27.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "ves-openapi-manager",
"timestamp": 1657279202698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "policy-id",
"timestamp": 1657279208451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "cds",
"timestamp": 1657279210987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.070Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "policy-id",
"timestamp": 1657279208451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279210284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "cds",
"timestamp": 1657279211993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:22:27.085Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 84104767-bb6d-4f1f-8ed5-abb4d187931b
2022-07-08T11:22:27.085Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84104767-bb6d-4f1f-8ed5-abb4d187931b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:22:27.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "policy-id",
"timestamp": 1657279208451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-08T11:22:27.093Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279210284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
"status": "NOTIFIED"
}
2022-07-08T11:22:27.094Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "policy-id",
"timestamp": 1657279208451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "clamp",
"timestamp": 1657279211718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279210284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-08T11:22:27.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "aai-ml",
"timestamp": 1657279212359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "policy-id",
"timestamp": 1657279208451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "clamp",
"timestamp": 1657279211718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
"status": "NOTIFIED"
}
2022-07-08T11:22:27.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279210284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "aai-ml",
"timestamp": 1657279212359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "policy-id",
"timestamp": 1657279208451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279210284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-08T11:22:27.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "clamp",
"timestamp": 1657279211718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "aai-ml",
"timestamp": 1657279212359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "policy-id",
"timestamp": 1657279208451,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:22:27.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279210284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "clamp",
"timestamp": 1657279211718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "aai-ml",
"timestamp": 1657279212359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279210284,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:22:27.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "clamp",
"timestamp": 1657279211718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "policy-id",
"timestamp": 1657279216510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657279216796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "aai-ml",
"timestamp": 1657279212359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "clamp",
"timestamp": 1657279211718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279218112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "policy-id",
"timestamp": 1657279217567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-08T11:22:27.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657279216796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "aai-ml",
"timestamp": 1657279212359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "clamp",
"timestamp": 1657279211718,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:22:27.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279219177,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "policy-id",
"timestamp": 1657279218632,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:22:27.118Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84104767-bb6d-4f1f-8ed5-abb4d187931b
2022-07-08T11:22:27.118Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84104767-bb6d-4f1f-8ed5-abb4d187931b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:22:27.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657279216796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "aai-ml",
"timestamp": 1657279212359,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:22:27.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279220226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.127Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657279216796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "aai-ml",
"timestamp": 1657279220597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.128Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279221248,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:22:27.133Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84104767-bb6d-4f1f-8ed5-abb4d187931b
2022-07-08T11:22:27.134Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84104767-bb6d-4f1f-8ed5-abb4d187931b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-08T11:22:27.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657279216796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657279222252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-08T11:22:27.141Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657279216796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657279216796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:22:27.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:22:27.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657279224738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.143Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:47.344Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-08T11:22:47.416Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-08T11:22:47.420Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:22:47.420Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-08T11:22:47.420Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-08T11:22:47.420Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-08T11:22:47.420Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-08T11:22:47.421Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-08T11:22:47.421Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-08T11:22:47.421Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-08T11:22:47.421Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-08T11:22:47.421Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-08T11:22:47.421Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:22:47.428Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-08T11:23:17.429Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-08T11:23:17.440Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7 and serviceModelVersionId: fa8b3d48-df63-4821-8765-9f250b5c76f9
2022-07-08T11:23:17.440Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4e45f77-7253-4324-8cb0-828bbdfad46d
2022-07-08T11:23:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:23:26.964Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:23:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:23:27.489Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:23:27.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:23:27.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "clamp",
"timestamp": 1657279226434,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:23:27.491Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:23:27.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:23:27.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657279226991,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-08T11:23:27.492Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:23:27.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:23:27.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "aai-ml",
"timestamp": 1657279227398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-08T11:23:27.493Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:23:27.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:23:27.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657279227997,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:23:27.501Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 84104767-bb6d-4f1f-8ed5-abb4d187931b
2022-07-08T11:23:27.502Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84104767-bb6d-4f1f-8ed5-abb4d187931b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:23:27.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:23:27.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "aai-ml",
"timestamp": 1657279228402,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:23:27.517Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 84104767-bb6d-4f1f-8ed5-abb4d187931b
2022-07-08T11:23:27.517Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84104767-bb6d-4f1f-8ed5-abb4d187931b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:23:27.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:23:27.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "clamp",
"timestamp": 1657279228469,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-08T11:23:27.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:23:27.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:23:27.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "clamp",
"timestamp": 1657279229489,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:23:27.534Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 84104767-bb6d-4f1f-8ed5-abb4d187931b
2022-07-08T11:23:27.534Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84104767-bb6d-4f1f-8ed5-abb4d187931b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:23:31.248Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4e45f77-7253-4324-8cb0-828bbdfad46d/model-vers/model-ver/fa8b3d48-df63-4821-8765-9f250b5c76f9?depth=0
2022-07-08T11:23:31.358Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-07-08T11:23:31.814Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4e45f77-7253-4324-8cb0-828bbdfad46d/model-vers/model-ver/fa8b3d48-df63-4821-8765-9f250b5c76f9?depth=0|INFO|500||Invoke
2022-07-08T11:23:31.821Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4e45f77-7253-4324-8cb0-828bbdfad46d/model-vers/model-ver/fa8b3d48-df63-4821-8765-9f250b5c76f9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4e45f77-7253-4324-8cb0-828bbdfad46d/model-vers/model-ver/fa8b3d48-df63-4821-8765-9f250b5c76f9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5e4d2c01-d2f6-4d1b-ac63-ee216e6c59d2], X-ECOMP-RequestID=[4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7], X-TransactionId=[], X-ONAP-RequestID=[4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7], Content-Type=[application/merge-patch+json]}
2022-07-08T11:23:31.926Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4e45f77-7253-4324-8cb0-828bbdfad46d/model-vers/model-ver/fa8b3d48-df63-4821-8765-9f250b5c76f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-08T11:23:32.287Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4e45f77-7253-4324-8cb0-828bbdfad46d/model-vers/model-ver/fa8b3d48-df63-4821-8765-9f250b5c76f9?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/a4e45f77-7253-4324-8cb0-828bbdfad46d/model-vers/model-ver/fa8b3d48-df63-4821-8765-9f250b5c76f9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220708-11:23:31:152-64136], vertex-id=[376968], Content-Length=[0], Date=[Fri, 08 Jul 2022 11:23:31 GMT], Content-Type=[application/json]}
2022-07-08T11:23:32.288Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4e45f77-7253-4324-8cb0-828bbdfad46d/model-vers/model-ver/fa8b3d48-df63-4821-8765-9f250b5c76f9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-08T11:23:32.289Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4e45f77-7253-4324-8cb0-828bbdfad46d/model-vers/model-ver/fa8b3d48-df63-4821-8765-9f250b5c76f9?depth=0|INFO|500||InvokeReturn
2022-07-08T11:23:32.293Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-08T11:23:32.293Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-08T11:23:32.296Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-08T11:23:32.297Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-08T11:23:32.299Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-08T11:23:32.299Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:32.301Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:32.301Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279412298,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:23:32.401Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:23:32.402Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:23:32.403Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:32.414Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:23:32.415Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-08T11:23:33.312Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:23:33.313Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:23:33.313Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:37.821Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:23:37.822Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:23:37.822Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"84104767-bb6d-4f1f-8ed5-abb4d187931b","serviceName":"basic_onboard_rofGzy","serviceVersion":"1.0","serviceUUID":"a9acf39d-d3fe-44ff-a7d1-ee699f25a301","serviceDescription":"service","serviceInvariantUUID":"24fe2814-00ca-4b96-a22c-dd75065c67de","resources":[{"resourceInstanceName":"basic_onboard_rofGzy 0","resourceName":"basic_onboard_rofGzy","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"37d4a9a0-51b9-4759-b305-5332e9e10ddd","resourceInvariantUUID":"652e6d74-7dbc-4171-ac2d-a98faff79f85","resourceCustomizationUUID":"2736236c-255f-4535-8d80-a1b53447e6aa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vf-license-model.xml","artifactChecksum":"YjliOTkzYjdkMGYwODhmNDNmM2FlMmZjZDI2OWE5Y2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"992e3901-bbda-43b2-b3da-6cd566606744","artifactVersion":"1"},{"artifactName":"basic_onboard_rofgzy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json","artifactChecksum":"YWQ5NmRmOWQ4NGRhNzZjMTU4OTg2YWJlZDI4ZWY5NzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f435dec2-4768-4195-9acd-bed8f0ee0aa3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cab8b14b-d269-4cc1-bea7-63181137d9e9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9a080ec6-34bb-454a-96b6-28cabdcc7617","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9fc715be-034a-4dae-85a6-fb309a141522","artifactVersion":"2","generatedFromUUID":"cab8b14b-d269-4cc1-bea7-63181137d9e9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRofgzy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-template.yml","artifactChecksum":"NTViY2Y2N2EyYzM3ZDdkMDc3YTFjN2Q1NDMzNzNkNDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f637830e-4d95-42b0-8e19-34c8ffe0774c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRofgzy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar","artifactChecksum":"NDMwMWQ1MThhZDkzNTZhNGZiNTgxYzZkMDlkYTNlYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"472c81ef-036e-40c5-bac0-39a2d0c32617","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-08T11:23:37.824Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:23:37.825Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:37.826Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:37.826Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279413312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:23:37.926Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:37.927Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:23:37.928Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:37.939Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:23:37.939Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:38.827Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:23:38.828Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:38.830Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:38.830Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279413312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
"status": "NOTIFIED"
}
2022-07-08T11:23:38.930Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:38.931Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:23:38.931Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:38.943Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:23:38.943Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:39.830Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:23:39.831Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:39.833Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:39.833Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279413312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-08T11:23:39.933Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:39.934Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:23:39.934Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:39.946Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:23:39.947Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:23:40.833Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:23:40.834Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:40.837Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:40.837Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279413312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:23:40.938Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-08T11:23:40.939Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:23:40.939Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:40.950Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:23:40.951Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:41.838Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:23:41.839Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:41.840Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:41.841Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279413312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-08T11:23:41.941Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:41.941Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:23:41.942Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:41.953Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:23:41.953Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:42.841Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:23:42.842Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:42.844Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:42.844Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279413312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:23:42.944Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:42.945Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:23:42.945Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:42.954Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:23:42.955Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:43.844Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:23:43.845Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:43.847Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:43.847Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279413312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:23:43.947Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:43.948Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:23:43.948Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:43.958Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:23:43.959Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:44.849Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"serviceName": "basic_onboard_rofGzy",
"serviceVersion": "1.0",
"serviceUUID": "a9acf39d-d3fe-44ff-a7d1-ee699f25a301",
"serviceDescription": "service",
"serviceInvariantUUID": "24fe2814-00ca-4b96-a22c-dd75065c67de",
"resources": [
{
"resourceInstanceName": "basic_onboard_rofGzy 0",
"resourceCustomizationUUID": "2736236c-255f-4535-8d80-a1b53447e6aa",
"resourceName": "basic_onboard_rofGzy",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "37d4a9a0-51b9-4759-b305-5332e9e10ddd",
"resourceInvariantUUID": "652e6d74-7dbc-4171-ac2d-a98faff79f85",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_rofgzy0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
"artifactChecksum": "YWQ5NmRmOWQ4NGRhNzZjMTU4OTg2YWJlZDI4ZWY5NzY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f435dec2-4768-4195-9acd-bed8f0ee0aa3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cab8b14b-d269-4cc1-bea7-63181137d9e9",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9fc715be-034a-4dae-85a6-fb309a141522",
"generatedFromUUID": "cab8b14b-d269-4cc1-bea7-63181137d9e9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9fc715be-034a-4dae-85a6-fb309a141522",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardRofgzy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"artifactChecksum": "NDMwMWQ1MThhZDkzNTZhNGZiNTgxYzZkMDlkYTNlYTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "472c81ef-036e-40c5-bac0-39a2d0c32617"
}
],
"workloadContext": "Production"
}
2022-07-08T11:23:44.849Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-08T11:23:44.849Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a9acf39d-d3fe-44ff-a7d1-ee699f25a301 ASDC
2022-07-08T11:23:44.850Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:84104767-bb6d-4f1f-8ed5-abb4d187931b
ServiceName:basic_onboard_rofGzy
ServiceVersion:1.0
ServiceUUID:a9acf39d-d3fe-44ff-a7d1-ee699f25a301
ServiceInvariantUUID:24fe2814-00ca-4b96-a22c-dd75065c67de
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRofgzy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar
ArtifactUUID:472c81ef-036e-40c5-bac0-39a2d0c32617
ArtifactChecksum:NDMwMWQ1MThhZDkzNTZhNGZiNTgxYzZkMDlkYTNlYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_rofGzy 0
ResourceCustomizationUUID:2736236c-255f-4535-8d80-a1b53447e6aa
ResourceInvariantUUID:652e6d74-7dbc-4171-ac2d-a98faff79f85
ResourceName:basic_onboard_rofGzy
ResourceType:VF
ResourceUUID:37d4a9a0-51b9-4759-b305-5332e9e10ddd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rofgzy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json
ArtifactUUID:f435dec2-4768-4195-9acd-bed8f0ee0aa3
ArtifactChecksum:YWQ5NmRmOWQ4NGRhNzZjMTU4OTg2YWJlZDI4ZWY5NzY=
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/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cab8b14b-d269-4cc1-bea7-63181137d9e9
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/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env
ArtifactUUID:9fc715be-034a-4dae-85a6-fb309a141522
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/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env
ArtifactUUID:9fc715be-034a-4dae-85a6-fb309a141522
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-08T11:23:44.850Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a9acf39d-d3fe-44ff-a7d1-ee699f25a301 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-08T11:23:44.885Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:23:44.886Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-08T11:23:44.886Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-08T11:23:44.886Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 472c81ef-036e-40c5-bac0-39a2d0c32617 from URL: /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:44.886Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-08T11:23:44.887Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:45.263Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-08T11:23:45.266Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar 472c81ef-036e-40c5-bac0-39a2d0c32617 71573
2022-07-08T11:23:45.266Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar ASDC sendASDCNotification
2022-07-08T11:23:45.266Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:45.266Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:23:45.267Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:45.268Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:45.268Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279425266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:23:45.369Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:45.370Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:23:45.370Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:45.393Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:23:45.394Z||pool-26-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:46.269Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:23:46.270Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-08T11:23:46.271Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 472c81ef-036e-40c5-bac0-39a2d0c32617, URL: /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar to file: /app/ASDC/1/service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:46.271Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:46.271Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:46.272Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:46.440Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15440776024755443600/Definitions/service-BasicOnboardRofgzy-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-07-08T11:23:47.652Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-08T11:23:47.653Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-08T11:23:47.653Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:47.654Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-08T11:23:47.654Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||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-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:47.654Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||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-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:47.654Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||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-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:47.655Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||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-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:47.655Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:47.655Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:47.655Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||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-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:47.655Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_rofGzy 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-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:47.656Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||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-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:47.656Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-08T11:23:47.656Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:47.656Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:47.657Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is matching search criteria
2022-07-08T11:23:47.657Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-08T11:23:47.657Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_rofGzy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:23:47.658Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:47.658Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:47.658Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is matching search criteria
2022-07-08T11:23:47.659Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-08T11:23:47.659Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_rofGzy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:23:47.659Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:47.659Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:47.660Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:47.660Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is not matching search criteria
2022-07-08T11:23:47.660Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-08T11:23:47.660Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-08T11:23:47.660Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-08T11:23:47.661Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-08T11:23:47.661Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-08T11:23:47.661Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:47.661Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-08T11:23:47.662Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:47.662Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is matching search criteria
2022-07-08T11:23:47.662Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_rofGzy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:23:47.663Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:47.663Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is matching search criteria
2022-07-08T11:23:47.663Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_rofGzy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:23:47.663Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:47.664Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is matching search criteria
2022-07-08T11:23:47.664Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_rofGzy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:23:47.664Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:47.664Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is not matching search criteria
2022-07-08T11:23:47.665Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-08T11:23:47.665Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-08T11:23:47.665Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f3f4dbd3-4652-4c42-8195-54499521f74e
2022-07-08T11:23:47.665Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:47.666Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:47.666Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:47.666Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:47.667Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:47.667Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:47.667Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:47.667Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:47.668Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_rofGzy
Description:service
Model UUID:a9acf39d-d3fe-44ff-a7d1-ee699f25a301
Model Version:NULL
Model InvariantUuid:24fe2814-00ca-4b96-a22c-dd75065c67de
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_rofGzy
Model UUID:a79d9ac0-53eb-4e8e-b772-c485b8d54845
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:652e6d74-7dbc-4171-ac2d-a98faff79f85
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2736236c-255f-4535-8d80-a1b53447e6aa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:41225061-adf8-4a7f-8473-4c55cb6c8746
ModelName:BasicOnboardRofgzy..base_ubuntu18..module-0
ModelUuid:fc30c042-6c24-49d2-9e99-f7ad40b626f4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f3f4dbd3-4652-4c42-8195-54499521f74e
ModelInvariantUuid:e5c42918-4f25-4abb-b78a-98c54d5d1f7f
ModelName:basic_onboard_rofGzy-nodes.ubuntu18Cvfc
ModelUuid:71ea834e-fe8a-49dc-a3c2-44bac71a7042
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ad5ee23f-75ed-40c3-8dca-caa12966bebf
ModelInvariantUuid:22c4597b-9bed-4339-ba1f-f90124498375
ModelName:BasicOnboardRofgzy.compute.nodes.heat.ubuntu18
ModelUuid:7cabe9ee-0cc2-495c-b08e-08784070cef0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-08T11:23:47.672Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 37d4a9a0-51b9-4759-b305-5332e9e10ddd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-08T11:23:47.674Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||basic_onboard_rofGzy 0
2022-07-08T11:23:47.674Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 37d4a9a0-51b9-4759-b305-5332e9e10ddd
2022-07-08T11:23:47.675Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f435dec2-4768-4195-9acd-bed8f0ee0aa3 from URL: /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json
2022-07-08T11:23:47.675Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-08T11:23:47.675Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json
2022-07-08T11:23:47.729Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-08T11:23:47.730Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json f435dec2-4768-4195-9acd-bed8f0ee0aa3 798
2022-07-08T11:23:47.731Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json ASDC sendASDCNotification
2022-07-08T11:23:47.731Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json
2022-07-08T11:23:47.731Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:23:47.731Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:47.734Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:47.735Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279427731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:23:47.835Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:47.836Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:23:47.836Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:47.847Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:23:47.848Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:48.735Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRofgzy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "41225061-adf8-4a7f-8473-4c55cb6c8746",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fc30c042-6c24-49d2-9e99-f7ad40b626f4",
"vfModuleModelCustomizationUUID": "e316bcc5-152c-451d-a09e-a3ab3a145ede",
"isBase": true,
"artifacts": [
"cab8b14b-d269-4cc1-bea7-63181137d9e9",
"9fc715be-034a-4dae-85a6-fb309a141522"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-07-08T11:23:48.741Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRofgzy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fc30c042-6c24-49d2-9e99-f7ad40b626f4
VfModuleModelInvariantUUID:41225061-adf8-4a7f-8473-4c55cb6c8746
VfModuleModelDescription:NULL
Artifacts UUID List:{
cab8b14b-d269-4cc1-bea7-63181137d9e9
,
9fc715be-034a-4dae-85a6-fb309a141522
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-07-08T11:23:48.744Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardRofgzy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "41225061-adf8-4a7f-8473-4c55cb6c8746",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fc30c042-6c24-49d2-9e99-f7ad40b626f4",
"vfModuleModelCustomizationUUID": "e316bcc5-152c-451d-a09e-a3ab3a145ede",
"isBase": true,
"artifacts": [
"cab8b14b-d269-4cc1-bea7-63181137d9e9",
"9fc715be-034a-4dae-85a6-fb309a141522"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-07-08T11:23:48.744Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRofgzy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fc30c042-6c24-49d2-9e99-f7ad40b626f4
VfModuleModelInvariantUUID:41225061-adf8-4a7f-8473-4c55cb6c8746
VfModuleModelDescription:NULL
Artifacts UUID List:{
cab8b14b-d269-4cc1-bea7-63181137d9e9
,
9fc715be-034a-4dae-85a6-fb309a141522
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-07-08T11:23:48.744Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cab8b14b-d269-4cc1-bea7-63181137d9e9 from URL: /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml
2022-07-08T11:23:48.744Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-08T11:23:48.745Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml
2022-07-08T11:23:48.790Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-08T11:23:48.791Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml cab8b14b-d269-4cc1-bea7-63181137d9e9 5033
2022-07-08T11:23:48.791Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-08T11:23:48.791Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml
2022-07-08T11:23:48.791Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:23:48.792Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:48.793Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:48.794Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279428791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:23:48.894Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:48.895Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:23:48.895Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:48.907Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:23:48.907Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:49.795Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9fc715be-034a-4dae-85a6-fb309a141522 from URL: /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env
2022-07-08T11:23:49.795Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-08T11:23:49.795Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env
2022-07-08T11:23:49.844Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-08T11:23:49.844Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env 9fc715be-034a-4dae-85a6-fb309a141522 909
2022-07-08T11:23:49.844Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-08T11:23:49.845Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env
2022-07-08T11:23:49.845Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:23:49.845Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:49.876Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:49.876Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279429844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:23:49.947Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 71 ms
2022-07-08T11:23:49.948Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:23:49.948Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:49.960Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:23:49.960Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:23:50.877Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a9acf39d-d3fe-44ff-a7d1-ee699f25a301
2022-07-08T11:23:50.877Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_rofGzy 0 37d4a9a0-51b9-4759-b305-5332e9e10ddd ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-08T11:23:50.888Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34d753e1, org.onap.sdc.toscaparser.api.parameters.Input@3a0fdfce, org.onap.sdc.toscaparser.api.parameters.Input@5013193a, org.onap.sdc.toscaparser.api.parameters.Input@204056db, org.onap.sdc.toscaparser.api.parameters.Input@2e065169]
2022-07-08T11:23:50.889Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:50.890Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:50.890Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-07-08T11:23:50.890Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 2736236c-255f-4535-8d80-a1b53447e6aa
2022-07-08T11:23:50.890Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2736236c-255f-4535-8d80-a1b53447e6aa matches Tosca VF Customization UUID: 2736236c-255f-4535-8d80-a1b53447e6aa
2022-07-08T11:23:50.890Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 2736236c-255f-4535-8d80-a1b53447e6aa matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-08T11:23:50.892Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:50.892Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:50.893Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 2736236c-255f-4535-8d80-a1b53447e6aa: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-07-08T11:23:50.893Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f5787c
2022-07-08T11:23:50.893Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:50.893Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-08T11:23:50.893Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e316bcc5-152c-451d-a09e-a3ab3a145ede
2022-07-08T11:23:50.894Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e316bcc5-152c-451d-a09e-a3ab3a145ede
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-08T11:23:50.895Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:50.895Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is matching search criteria
2022-07-08T11:23:50.896Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_rofGzy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:23:50.896Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:50.896Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is matching search criteria
2022-07-08T11:23:50.896Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_rofGzy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:23:50.897Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:50.897Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is not matching search criteria
2022-07-08T11:23:50.897Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-08T11:23:50.897Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-08T11:23:50.897Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f3f4dbd3-4652-4c42-8195-54499521f74e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-08T11:23:50.899Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:50.899Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is matching search criteria
2022-07-08T11:23:50.899Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_rofGzy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:23:50.899Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:50.899Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is matching search criteria
2022-07-08T11:23:50.900Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_rofGzy 0] matching following query criteria: sdcType=VF, customizationUUID=2736236c-255f-4535-8d80-a1b53447e6aa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-08T11:23:50.901Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:50.901Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:50.901Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a9acf39d-d3fe-44ff-a7d1-ee699f25a301: basic_onboard_rofGzy
2022-07-08T11:23:50.901Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:50.901Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:50.902Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:50.902Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:50.902Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:50.902Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:50.902Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:50.903Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:50.903Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:23:50.903Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:50.903Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_rofGzy
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:23:50.982Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_rofGzy 37d4a9a0-51b9-4759-b305-5332e9e10ddd 1 ASDC deployResourceStructure
2022-07-08T11:23:50.982Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json ASDC sendASDCNotification
2022-07-08T11:23:50.982Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json
2022-07-08T11:23:50.983Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:23:50.983Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:50.985Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:50.985Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279430982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-08T11:23:51.085Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:51.087Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:23:51.087Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:51.110Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:23:51.110Z||pool-30-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:23:51.986Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-08T11:23:51.987Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml
2022-07-08T11:23:51.987Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:23:51.987Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:51.989Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:51.989Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279431986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-08T11:23:52.089Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:52.090Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:23:52.090Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:52.103Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:23:52.103Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:52.990Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-08T11:23:52.991Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env
2022-07-08T11:23:52.991Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:23:52.991Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:52.993Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:52.993Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279432990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-08T11:23:53.093Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:23:53.094Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:23:53.094Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:53.106Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:23:53.106Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:53.995Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar ASDC sendASDCNotification
2022-07-08T11:23:53.995Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:53.996Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:23:53.996Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:53.998Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:53.998Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279433995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-08T11:23:54.098Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:54.099Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:23:54.099Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:54.110Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:23:54.110Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:54.999Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84104767-bb6d-4f1f-8ed5-abb4d187931b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-08T11:23:55.011Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84104767-bb6d-4f1f-8ed5-abb4d187931b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-08T11:23:55.016Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:23:55.016Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-08T11:23:55.017Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-08T11:23:55.017Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-08T11:23:55.017Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-08T11:23:55.017Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-08T11:23:55.017Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-08T11:23:55.017Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-08T11:23:55.018Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-08T11:23:55.018Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-08T11:23:55.018Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:23:55.024Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-08T11:24:25.024Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84104767-bb6d-4f1f-8ed5-abb4d187931b and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-08T11:24:25.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84104767-bb6d-4f1f-8ed5-abb4d187931b and serviceModelVersionId: a9acf39d-d3fe-44ff-a7d1-ee699f25a301
2022-07-08T11:24:25.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24fe2814-00ca-4b96-a22c-dd75065c67de
2022-07-08T11:24:25.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24fe2814-00ca-4b96-a22c-dd75065c67de/model-vers/model-ver/a9acf39d-d3fe-44ff-a7d1-ee699f25a301?depth=0
2022-07-08T11:24:25.035Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-07-08T11:24:25.093Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24fe2814-00ca-4b96-a22c-dd75065c67de/model-vers/model-ver/a9acf39d-d3fe-44ff-a7d1-ee699f25a301?depth=0|INFO|500||Invoke
2022-07-08T11:24:25.094Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24fe2814-00ca-4b96-a22c-dd75065c67de/model-vers/model-ver/a9acf39d-d3fe-44ff-a7d1-ee699f25a301?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24fe2814-00ca-4b96-a22c-dd75065c67de/model-vers/model-ver/a9acf39d-d3fe-44ff-a7d1-ee699f25a301?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[84104767-bb6d-4f1f-8ed5-abb4d187931b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7f7dcadf-d771-4bc0-9952-318c8e724c58], X-ECOMP-RequestID=[84104767-bb6d-4f1f-8ed5-abb4d187931b], X-TransactionId=[], X-ONAP-RequestID=[84104767-bb6d-4f1f-8ed5-abb4d187931b], Content-Type=[application/merge-patch+json]}
2022-07-08T11:24:25.118Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24fe2814-00ca-4b96-a22c-dd75065c67de/model-vers/model-ver/a9acf39d-d3fe-44ff-a7d1-ee699f25a301?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-08T11:24:25.242Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24fe2814-00ca-4b96-a22c-dd75065c67de/model-vers/model-ver/a9acf39d-d3fe-44ff-a7d1-ee699f25a301?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/24fe2814-00ca-4b96-a22c-dd75065c67de/model-vers/model-ver/a9acf39d-d3fe-44ff-a7d1-ee699f25a301?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220708-11:24:24:340-11672], vertex-id=[200776], Content-Length=[0], Date=[Fri, 08 Jul 2022 11:24:24 GMT], Content-Type=[application/json]}
2022-07-08T11:24:25.242Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24fe2814-00ca-4b96-a22c-dd75065c67de/model-vers/model-ver/a9acf39d-d3fe-44ff-a7d1-ee699f25a301?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-08T11:24:25.243Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24fe2814-00ca-4b96-a22c-dd75065c67de/model-vers/model-ver/a9acf39d-d3fe-44ff-a7d1-ee699f25a301?depth=0|INFO|500||InvokeReturn
2022-07-08T11:24:25.243Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-08T11:24:25.243Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-08T11:24:25.249Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-08T11:24:25.250Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84104767-bb6d-4f1f-8ed5-abb4d187931b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-08T11:24:25.250Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-08T11:24:25.250Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:24:25.252Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:24:25.252Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279465250,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:24:25.352Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:24:25.353Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:24:25.355Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:24:25.388Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:24:25.389Z||pool-34-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":3,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-08T11:24:26.263Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:24:26.264Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:24:26.264Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:24:26.968Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:24:26.968Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:24:26.968Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:24:27.596Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:24:27.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279412298,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:24:27.598Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:24:27.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279413312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:24:27.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:24:27.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279413312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
"status": "NOTIFIED"
}
2022-07-08T11:24:27.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:24:27.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279413312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-08T11:24:27.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:24:27.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279413312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:24:27.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:24:27.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279413312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-08T11:24:27.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:24:27.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279413312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:24:27.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:24:27.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279413312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:24:27.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-08T11:24:27.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279425266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:24:27.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:24:27.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279427731,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:24:27.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:24:27.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279428791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:24:27.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:24:27.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279429844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:24:27.603Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:24:27.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279430982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-08T11:24:27.603Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:24:27.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279431986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-08T11:24:27.604Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:24:27.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279432990,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-08T11:24:27.604Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:24:27.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279433995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-08T11:24:27.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:24:27.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657279465250,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:24:27.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:24:35.807Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:24:35.808Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:24:35.809Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:24:35.809Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:24:45.373Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:24:45.373Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:24:45.374Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:24:45.374Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:24:54.923Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:24:54.924Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:24:54.924Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:24:54.925Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:25:04.474Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:25:26.960Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:25:26.961Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:25:26.962Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:25:26.964Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:25:26.965Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:25:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:25:36.507Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:25:36.509Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:26:26.960Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:26:26.961Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:26:26.961Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:26:26.964Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:26:26.966Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:26:26.966Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:26:36.518Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:26:36.530Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:27:26.960Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:27:26.961Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:27:26.961Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:27:26.964Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:27:26.964Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:27:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:27:36.517Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:27:36.668Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:28:26.960Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:28:26.961Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:28:26.961Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:28:26.964Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:28:26.966Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:28:26.966Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:28:36.520Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:28:36.546Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:29:26.960Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:29:26.961Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:29:26.961Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ibutFvCtldZgQpRD) ...
2022-07-08T11:29:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:29:26.964Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:29:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:29:36.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:29:36.613Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:30:26.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:30:26.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:30:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:30:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:30:26.964Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:30:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:30:36.519Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:30:36.524Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:31:26.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:31:26.962Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:31:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:31:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:31:26.964Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:31:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:31:36.522Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:31:36.529Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:32:26.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:32:26.962Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:32:26.963Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:32:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:32:26.964Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:32:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:32:36.556Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:32:36.605Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:33:26.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:33:26.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:33:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:33:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:33:26.964Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:33:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:33:36.532Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:33:36.536Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:34:26.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:34:26.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:34:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:34:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:34:26.965Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:34:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:34:27.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:34:27.616Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:34:27.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"cdebd2fe-9c22-4391-a0c3-a315897c2718","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0fd669a1-a654-481a-adb2-f1aa5bdb9513","serviceDescription":"service","serviceInvariantUUID":"d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ca539bbc-dc83-4cc3-b0f3-5204d5fb6518","resourceInvariantUUID":"1beb6d2c-ba01-4d2b-9b53-5728d841aac7","resourceCustomizationUUID":"3f2e666b-b040-4f8f-90fa-f341997ce799","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":"NGVkY2U5NTliNWE0ODU2NzIzMmY0MzA2OGZhZTM0ZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4faf3ae8-e0cc-4e4b-b023-5aad8a3ad2e7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDJhZmVlZmJlNTdlOTJiMGM3MzRkZTlhYmY4MDc5MTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b09e8633-cd3c-4968-8885-d7c924adc6b3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-08T11:34:27.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "ves-openapi-manager",
"timestamp": 1657280042698,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:34:27.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-08T11:34:27.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "cds",
"timestamp": 1657280041314,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:34:27.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-08T11:34:27.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "ves-openapi-manager",
"timestamp": 1657280042698,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:34:27.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-08T11:34:27.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "cds",
"timestamp": 1657280041314,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:34:27.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-08T11:34:27.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "cds",
"timestamp": 1657280048356,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:34:27.621Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:34:27.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "cds",
"timestamp": 1657280049365,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-07-08T11:34:27.625Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:34:27.625Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:34:27.629Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:34:27.629Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657280066960,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:34:27.644Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cdebd2fe-9c22-4391-a0c3-a315897c2718
2022-07-08T11:34:27.644Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdebd2fe-9c22-4391-a0c3-a315897c2718 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:34:27.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "policy-id",
"timestamp": 1657280048451,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:34:27.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-08T11:34:27.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "policy-id",
"timestamp": 1657280048451,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:34:27.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-08T11:34:27.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657280050284,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:34:27.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-08T11:34:27.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657280050284,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:34:27.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-08T11:34:27.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "policy-id",
"timestamp": 1657280051457,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:34:27.658Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:34:27.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "clamp",
"timestamp": 1657280051719,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:34:27.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-08T11:34:27.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "policy-id",
"timestamp": 1657280052507,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-08T11:34:27.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:34:27.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "aai-ml",
"timestamp": 1657280052359,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:34:27.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-08T11:34:27.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "clamp",
"timestamp": 1657280051719,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:34:27.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-08T11:34:27.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "policy-id",
"timestamp": 1657280053511,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:34:27.666Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cdebd2fe-9c22-4391-a0c3-a315897c2718
2022-07-08T11:34:27.667Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdebd2fe-9c22-4391-a0c3-a315897c2718 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:34:27.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "aai-ml",
"timestamp": 1657280052359,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:34:27.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-08T11:34:27.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "aai-ml",
"timestamp": 1657280055104,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:34:27.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:34:27.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657280056796,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:34:27.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-08T11:34:27.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657280056796,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:34:27.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-08T11:34:27.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "aai-ml",
"timestamp": 1657280059090,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-08T11:34:27.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:34:27.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657280059623,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:34:27.681Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:34:27.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "aai-ml",
"timestamp": 1657280060095,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:34:27.686Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cdebd2fe-9c22-4391-a0c3-a315897c2718
2022-07-08T11:34:27.686Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdebd2fe-9c22-4391-a0c3-a315897c2718 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:34:27.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657280061222,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-08T11:34:27.695Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:34:27.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657280062226,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:34:27.702Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cdebd2fe-9c22-4391-a0c3-a315897c2718
2022-07-08T11:34:27.703Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdebd2fe-9c22-4391-a0c3-a315897c2718 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:34:27.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "clamp",
"timestamp": 1657280063494,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:34:27.711Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:34:27.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "clamp",
"timestamp": 1657280064529,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-08T11:34:27.711Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:34:27.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "clamp",
"timestamp": 1657280065541,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:34:27.716Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cdebd2fe-9c22-4391-a0c3-a315897c2718
2022-07-08T11:34:27.717Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdebd2fe-9c22-4391-a0c3-a315897c2718 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:34:27.729Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:34:27.731Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:34:27.731Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:34:27.743Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:34:27.744Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:34:28.629Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:34:28.630Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:34:28.632Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:34:28.632Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657280066960,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:34:28.732Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:34:28.733Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:34:28.733Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:34:28.743Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:34:28.744Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:34:29.633Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "0fd669a1-a654-481a-adb2-f1aa5bdb9513",
"serviceDescription": "service",
"serviceInvariantUUID": "d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "3f2e666b-b040-4f8f-90fa-f341997ce799",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "ca539bbc-dc83-4cc3-b0f3-5204d5fb6518",
"resourceInvariantUUID": "1beb6d2c-ba01-4d2b-9b53-5728d841aac7",
"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": "NDJhZmVlZmJlNTdlOTJiMGM3MzRkZTlhYmY4MDc5MTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b09e8633-cd3c-4968-8885-d7c924adc6b3"
}
],
"workloadContext": "Production"
}
2022-07-08T11:34:29.633Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-08T11:34:29.634Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0fd669a1-a654-481a-adb2-f1aa5bdb9513 ASDC
2022-07-08T11:34:29.634Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:cdebd2fe-9c22-4391-a0c3-a315897c2718
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0fd669a1-a654-481a-adb2-f1aa5bdb9513
ServiceInvariantUUID:d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7
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:b09e8633-cd3c-4968-8885-d7c924adc6b3
ArtifactChecksum:NDJhZmVlZmJlNTdlOTJiMGM3MzRkZTlhYmY4MDc5MTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3f2e666b-b040-4f8f-90fa-f341997ce799
ResourceInvariantUUID:1beb6d2c-ba01-4d2b-9b53-5728d841aac7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ca539bbc-dc83-4cc3-b0f3-5204d5fb6518
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-07-08T11:34:29.634Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0fd669a1-a654-481a-adb2-f1aa5bdb9513 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-08T11:34:29.660Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:34:29.660Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:34:29.660Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:34:29.660Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b09e8633-cd3c-4968-8885-d7c924adc6b3 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-08T11:34:29.661Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:34:29.661Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:34:29.746Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:34:29.749Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b09e8633-cd3c-4968-8885-d7c924adc6b3 52509
2022-07-08T11:34:29.750Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:34:29.750Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:34:29.750Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:34:29.750Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:34:29.753Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:34:29.753Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657280069750,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:34:29.853Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:34:29.854Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:34:29.854Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:34:29.864Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:34:29.865Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:34:30.754Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:34:30.755Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:34:30.755Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b09e8633-cd3c-4968-8885-d7c924adc6b3, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-08T11:34:30.756Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-08T11:34:30.757Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-08T11:34:30.757Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-08T11:34:30.980Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13967505517260465781/Definitions/service-BasicNetwork-template.yml
2022-07-08T11:34:31.507Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-08T11:34:31.508Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-08T11:34:31.508Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-08T11:34:31.509Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-08T11:34:31.509Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:34:31.509Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:34:31.510Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:34:31.510Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:34:31.510Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:34:31.510Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:34:31.511Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:34:31.511Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:34:31.511Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-08T11:34:31.512Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:34:31.512Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:34:31.512Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-08T11:34:31.513Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-08T11:34:31.513Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:34:31.513Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:34:31.513Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.514Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-08T11:34:31.514Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-08T11:34:31.514Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:34:31.514Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:34:31.514Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.515Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:34:31.515Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.515Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:34:31.515Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.516Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:34:31.516Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.516Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:34:31.516Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.516Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:0fd669a1-a654-481a-adb2-f1aa5bdb9513
Model Version:NULL
Model InvariantUuid:d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1beb6d2c-ba01-4d2b-9b53-5728d841aac7
Model UUID:a5d14eab-5df0-4a2d-9871-73cd39360e81
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:3f2e666b-b040-4f8f-90fa-f341997ce799
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-08T11:34:31.521Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: ca539bbc-dc83-4cc3-b0f3-5204d5fb6518
2022-07-08T11:34:31.521Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||No resources found for Service: 0fd669a1-a654-481a-adb2-f1aa5bdb9513
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-08T11:34:31.526Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||
2022-07-08T11:34:31.526Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-07-08T11:34:31.527Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 0fd669a1-a654-481a-adb2-f1aa5bdb9513
2022-07-08T11:34:31.527Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0fd669a1-a654-481a-adb2-f1aa5bdb9513
2022-07-08T11:34:31.527Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-07-08T11:34:31.528Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:34:31.531Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@609bad8, org.onap.sdc.toscaparser.api.parameters.Input@693c068, org.onap.sdc.toscaparser.api.parameters.Input@2a3af578, org.onap.sdc.toscaparser.api.parameters.Input@7d65d4fb, org.onap.sdc.toscaparser.api.parameters.Input@36716ef5]
2022-07-08T11:34:31.532Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:34:31.532Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.532Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:34:31.532Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.533Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0fd669a1-a654-481a-adb2-f1aa5bdb9513: Generic NeutronNet
2022-07-08T11:34:31.533Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:34:31.533Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.533Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:34:31.533Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:34:31.578Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:34:31.578Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.578Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:34:31.579Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:34:31.579Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:34:31.579Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.579Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:34:31.632Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-07-08T11:34:31.632Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:34:31.632Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:34:31.633Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:34:31.633Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:34:31.634Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:34:31.634Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657280071632,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-08T11:34:31.735Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:34:31.735Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:34:31.736Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:34:31.747Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:34:31.747Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:34:32.635Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdebd2fe-9c22-4391-a0c3-a315897c2718
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-08T11:34:32.651Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdebd2fe-9c22-4391-a0c3-a315897c2718
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:34:32.660Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-08T11:35:02.660Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cdebd2fe-9c22-4391-a0c3-a315897c2718 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-08T11:35:02.667Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cdebd2fe-9c22-4391-a0c3-a315897c2718 and serviceModelVersionId: 0fd669a1-a654-481a-adb2-f1aa5bdb9513
2022-07-08T11:35:02.667Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7
2022-07-08T11:35:02.669Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7/model-vers/model-ver/0fd669a1-a654-481a-adb2-f1aa5bdb9513?depth=0
2022-07-08T11:35:02.681Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-08T11:35:02.767Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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/d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7/model-vers/model-ver/0fd669a1-a654-481a-adb2-f1aa5bdb9513?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-08T11:35:02.770Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7/model-vers/model-ver/0fd669a1-a654-481a-adb2-f1aa5bdb9513?depth=0|INFO|500||Invoke
2022-07-08T11:35:02.802Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7/model-vers/model-ver/0fd669a1-a654-481a-adb2-f1aa5bdb9513?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-08T11:35:02.965Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7/model-vers/model-ver/0fd669a1-a654-481a-adb2-f1aa5bdb9513?depth=0|INFO|500||InvokeReturn
2022-07-08T11:35:02.966Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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/d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7/model-vers/model-ver/0fd669a1-a654-481a-adb2-f1aa5bdb9513?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220708-11:35:02:015-58771], vertex-id=[229552], Content-Length=[0], Date=[Fri, 08 Jul 2022 11:35:02 GMT], Content-Type=[application/json]}
2022-07-08T11:35:02.967Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-07-08T11:35:02.967Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-08T11:35:02.967Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:35:02.973Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:35:02.973Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cdebd2fe-9c22-4391-a0c3-a315897c2718 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-08T11:35:02.974Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-08T11:35:02.974Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:02.976Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:02.977Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657280102973,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:35:03.079Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-08T11:35:03.080Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:35:03.080Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:03.097Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:35:03.097Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-08T11:35:26.960Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:35:26.961Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:35:26.961Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:35:26.964Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:35:26.964Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-08T11:35:26.964Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:35:27.113Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:35:27.113Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:35:27.114Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657280066960,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:35:27.114Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-08T11:35:27.834Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:35:27.834Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-08T11:35:27.834Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d673b665-399c-48cb-a688-390d045735db","serviceName":"Demo_pNF_AQ8a6gcGmN4dlN698j5w","serviceVersion":"1.0","serviceUUID":"b87761d8-2504-4dd2-bc7b-25ef4281a403","serviceDescription":"catalog service description","serviceInvariantUUID":"b7db8c56-b75a-4210-958a-c1ec93772dd6","resources":[{"resourceInstanceName":"pNF 3997e4c3-b393 0","resourceName":"pNF 3997e4c3-b393","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"48fc8a03-c860-4857-8e97-0175cc86df62","resourceInvariantUUID":"79785dc6-bda3-4c96-8c7f-9128a9c50316","resourceCustomizationUUID":"428e5089-2c30-4ef8-980d-5c7730d52bd5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vf-license-model.xml","artifactChecksum":"NjJiOGZkMjBkOWMwOGI3NGYwYTdjNzE3OGJhNGM1MDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c71cb0e8-b1f2-4b85-b0fc-fb2d14e2c67f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/pNF.csar","artifactChecksum":"ZWQ5YzE5NWIzZWEwOTAxZDZkOGU0NDlmNThkYThkNzE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d44a34f8-fba3-4f6e-86c9-38414f6b592c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a17a1d5a-90b3-4dbe-8537-f07e631aa05c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vendor-license-model.xml","artifactChecksum":"MjEwNDEzZWI2N2M2NDhhYzYyZTU2ZDk1MTUyMGY2MTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"27bb5334-1a78-4af6-a140-30955bb959d0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9dc0948f-ab4c-4d8e-86ff-acf3daccdee9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c922289-8053-4f24-b5ff-496445e61fa4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAq8a6gcgmn4dln698j5w-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-template.yml","artifactChecksum":"OTUwMWYyNDNmYzEzNjNiMGE1NGI4NzA3MGQwN2JlOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1002b2d8-9c7f-471c-ba49-0625dde11ec8","artifactVersion":"1"},{"artifactName":"service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar","artifactChecksum":"YzUxOGY2ZGJmZmM1Y2NkZGRmN2E5MDYzZDBlODBkN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d1dae05-15a7-4638-a4ab-fff1803a46f7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-08T11:35:27.836Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:35:27.837Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:27.838Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:27.838Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d673b665-399c-48cb-a688-390d045735db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657280126960,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:35:27.941Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-08T11:35:27.942Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:35:27.942Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:27.966Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:35:27.967Z||pool-40-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:35:28.839Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:35:28.840Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:28.841Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:28.841Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d673b665-399c-48cb-a688-390d045735db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657280126960,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:35:28.941Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:35:28.942Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:35:28.943Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:28.955Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:35:28.955Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:35:29.842Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:35:29.843Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:29.844Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:29.845Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d673b665-399c-48cb-a688-390d045735db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657280126960,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:35:29.945Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:35:29.946Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:35:29.946Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:29.976Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:35:29.977Z||pool-42-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:35:30.845Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:35:30.847Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:30.852Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:30.852Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d673b665-399c-48cb-a688-390d045735db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657280126960,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:35:30.949Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-08T11:35:30.951Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:35:30.951Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:30.978Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:35:30.979Z||pool-43-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:35:31.852Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:35:31.853Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:31.854Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:31.854Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d673b665-399c-48cb-a688-390d045735db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657280126960,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:35:31.955Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:35:31.955Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:35:31.955Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:31.966Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:35:31.967Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:35:32.855Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:35:32.856Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:32.857Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:32.857Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d673b665-399c-48cb-a688-390d045735db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657280126960,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:35:32.957Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:35:32.958Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:35:32.958Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:32.969Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:35:32.969Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:35:33.858Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:35:33.858Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:33.860Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:33.860Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d673b665-399c-48cb-a688-390d045735db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657280126960,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-08T11:35:33.961Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:35:33.962Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:35:33.962Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:34.026Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:35:34.026Z||pool-46-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:35:34.861Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:35:34.862Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:34.863Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:34.863Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d673b665-399c-48cb-a688-390d045735db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657280126960,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
"status": "NOTIFIED"
}
2022-07-08T11:35:34.963Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:35:34.964Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:35:34.964Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:34.976Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:35:34.976Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:35:35.865Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "d673b665-399c-48cb-a688-390d045735db",
"serviceName": "Demo_pNF_AQ8a6gcGmN4dlN698j5w",
"serviceVersion": "1.0",
"serviceUUID": "b87761d8-2504-4dd2-bc7b-25ef4281a403",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "b7db8c56-b75a-4210-958a-c1ec93772dd6",
"resources": [
{
"resourceInstanceName": "pNF 3997e4c3-b393 0",
"resourceCustomizationUUID": "428e5089-2c30-4ef8-980d-5c7730d52bd5",
"resourceName": "pNF 3997e4c3-b393",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "48fc8a03-c860-4857-8e97-0175cc86df62",
"resourceInvariantUUID": "79785dc6-bda3-4c96-8c7f-9128a9c50316",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
"artifactChecksum": "YzUxOGY2ZGJmZmM1Y2NkZGRmN2E5MDYzZDBlODBkN2M\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4d1dae05-15a7-4638-a4ab-fff1803a46f7"
}
],
"workloadContext": "Production"
}
2022-07-08T11:35:35.865Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-08T11:35:35.865Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b87761d8-2504-4dd2-bc7b-25ef4281a403 ASDC
2022-07-08T11:35:35.865Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d673b665-399c-48cb-a688-390d045735db
ServiceName:Demo_pNF_AQ8a6gcGmN4dlN698j5w
ServiceVersion:1.0
ServiceUUID:b87761d8-2504-4dd2-bc7b-25ef4281a403
ServiceInvariantUUID:b7db8c56-b75a-4210-958a-c1ec93772dd6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
ArtifactUUID:4d1dae05-15a7-4638-a4ab-fff1803a46f7
ArtifactChecksum:YzUxOGY2ZGJmZmM1Y2NkZGRmN2E5MDYzZDBlODBkN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3997e4c3-b393 0
ResourceCustomizationUUID:428e5089-2c30-4ef8-980d-5c7730d52bd5
ResourceInvariantUUID:79785dc6-bda3-4c96-8c7f-9128a9c50316
ResourceName:pNF 3997e4c3-b393
ResourceType:PNF
ResourceUUID:48fc8a03-c860-4857-8e97-0175cc86df62
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-07-08T11:35:35.866Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b87761d8-2504-4dd2-bc7b-25ef4281a403 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:35:35.889Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:35:35.889Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:35:35.889Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:35:35.889Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4d1dae05-15a7-4638-a4ab-fff1803a46f7 from URL: /sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:35.890Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:35:35.890Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:35.951Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:35:35.954Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar 4d1dae05-15a7-4638-a4ab-fff1803a46f7 82651
2022-07-08T11:35:35.957Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar ASDC sendASDCNotification
2022-07-08T11:35:35.957Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:35.957Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:35:35.958Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:35.959Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:35.960Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d673b665-399c-48cb-a688-390d045735db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657280135957,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-08T11:35:36.060Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:35:36.061Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:35:36.061Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:36.072Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-08T11:35:36.072Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:35:36.960Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:35:36.961Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:35:36.961Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4d1dae05-15a7-4638-a4ab-fff1803a46f7, URL: /sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar to file: /app/ASDC/1/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:36.962Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:36.962Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:36.962Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:37.067Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5653760601629196274/Definitions/service-DemoPnfAq8a6gcgmn4dln698j5w-template.yml
2022-07-08T11:35:37.869Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-08T11:35:37.870Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-08T11:35:37.870Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:37.870Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-08T11:35:37.871Z|d673b665-399c-48cb-a688-390d045735db|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-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:37.871Z|d673b665-399c-48cb-a688-390d045735db|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-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:37.871Z|d673b665-399c-48cb-a688-390d045735db|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-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:37.871Z|d673b665-399c-48cb-a688-390d045735db|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-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:37.871Z|d673b665-399c-48cb-a688-390d045735db|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-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:37.871Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3997e4c3-b393 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-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:37.871Z|d673b665-399c-48cb-a688-390d045735db|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-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:37.872Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-08T11:35:37.872Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:35:37.872Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_AQ8a6gcGmN4dlN698j5w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:35:37.872Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Node template pNF 3997e4c3-b393 0 is matching search criteria
2022-07-08T11:35:37.873Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-08T11:35:37.873Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 3997e4c3-b393 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:35:37.873Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:35:37.873Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_AQ8a6gcGmN4dlN698j5w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:35:37.874Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Node template pNF 3997e4c3-b393 0 is matching search criteria
2022-07-08T11:35:37.874Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-08T11:35:37.874Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 3997e4c3-b393 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:35:37.874Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:35:37.874Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_AQ8a6gcGmN4dlN698j5w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:35:37.875Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:35:37.875Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_AQ8a6gcGmN4dlN698j5w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:35:37.875Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:35:37.875Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_AQ8a6gcGmN4dlN698j5w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:35:37.876Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-08T11:35:37.876Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_AQ8a6gcGmN4dlN698j5w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:35:37.876Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive