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-07T03:41:12.178Z||main|||||INFO|500||The following profiles are active: basic
2022-07-07T03:41:23.428Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-07T03:41:23.429Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-07T03:41:23.540Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-07T03:41:27.292Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-07T03:41:27.672Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-07T03:41:28.106Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-07T03:41:28.117Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-07T03:41:28.222Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-07T03:41:28.446Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-07T03:41:29.029Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-07T03:41:30.698Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-07T03:41:32.973Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-07T03:41:33.033Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-07T03:41:33.686Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-07T03:41:33.902Z||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-07T03:41:35.089Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-07T03:41:36.173Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-07-07T03:41:36.197Z||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$$fa32a587.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-07T03:41:36.198Z||main|||||WARN|500||The sdc end point is not alive
2022-07-07T03:41:39.255Z||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-07T03:41:42.188Z||main|||||WARN|500||---
2022-07-07T03:41:42.189Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-07T03:41:42.189Z||main|||||WARN|500||---
2022-07-07T03:41:42.650Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-07T03:41:47.146Z||main|||||INFO|500||Started Application in 37.893 seconds (JVM running for 39.871)
2022-07-07T03:41:47.161Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-07T03:41:47.163Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-07T03:41:47.174Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-07T03:41:47.198Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-07T03:41:47.238Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4ef53039-bff2-401d-88ea-0e5d3dcd43d2 url= /sdc/v1/artifactTypes
2022-07-07T03:41:47.238Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-07T03:41:48.340Z||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.51.34] 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$$17d5e4e3.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-07T03:41:48.346Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69d5eef5
2022-07-07T03:41:48.346Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-07T03:41:48.368Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-07T03:41:48.370Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-07T03:41:48.373Z||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$$17d5e4e3.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-07T03:42:37.141Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-07T03:42:37.142Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-07T03:42:37.142Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-07T03:42:37.145Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-07T03:42:37.151Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bd1a8707-795a-477a-8a36-c05eeb5011f6 url= /sdc/v1/artifactTypes
2022-07-07T03:42:37.151Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-07T03:42:38.198Z||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.51.34] 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$$17d5e4e3.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-07T03:42:38.199Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61f651ba
2022-07-07T03:42:38.199Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-07T03:42:38.200Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-07T03:42:38.200Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-07T03:42:38.200Z||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$$17d5e4e3.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-07T03:43:27.141Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-07T03:43:27.142Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-07T03:43:27.142Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-07T03:43:27.146Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-07T03:43:27.151Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 63c4166d-3ca0-4f86-b368-8e111dba5027 url= /sdc/v1/artifactTypes
2022-07-07T03:43:27.151Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-07T03:43:28.178Z||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.51.34] 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$$17d5e4e3.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-07T03:43:28.179Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@659e6a5a
2022-07-07T03:43:28.179Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-07T03:43:28.179Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-07T03:43:28.180Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-07T03:43:28.180Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$17d5e4e3.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-07T03:44:17.141Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-07T03:44:17.142Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-07T03:44:17.142Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-07T03:44:17.145Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-07T03:44:17.149Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 38720fd4-ec45-4344-aa65-58d3fe829f5a url= /sdc/v1/artifactTypes
2022-07-07T03:44:17.150Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-07T03:44:18.198Z||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.51.34] 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 jdk.internal.reflect.GeneratedMethodAccessor140.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$$17d5e4e3.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)
... 49 common frames omitted
2022-07-07T03:44:18.198Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@367cb55b
2022-07-07T03:44:18.199Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-07T03:44:18.199Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-07T03:44:18.200Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-07T03:44:18.201Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.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$$17d5e4e3.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)
... 32 common frames omitted
2022-07-07T03:45:07.145Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-07T03:45:07.148Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-07T03:45:07.149Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-07T03:45:07.154Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-07T03:45:07.161Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2e34cab8-8022-43d8-81ad-ba4e31ccf0d7 url= /sdc/v1/artifactTypes
2022-07-07T03:45:07.161Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-07T03:45:08.178Z||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.51.34] 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 jdk.internal.reflect.GeneratedMethodAccessor140.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$$17d5e4e3.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)
... 49 common frames omitted
2022-07-07T03:45:08.179Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@72fbd84
2022-07-07T03:45:08.179Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-07T03:45:08.180Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-07T03:45:08.180Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-07T03:45:08.180Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
at jdk.internal.reflect.GeneratedMethodAccessor140.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$$17d5e4e3.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)
... 32 common frames omitted
2022-07-07T03:45:57.141Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-07T03:45:57.142Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-07T03:45:57.142Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-07T03:45:57.149Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-07T03:45:57.163Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 64e7db6e-620d-4b3e-a2f2-1bee2ccda570 url= /sdc/v1/artifactTypes
2022-07-07T03:45:57.163Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-07T03:45:57.562Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-07T03:45:57.574Z||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-07T03:45:57.608Z||scheduling-1|||||DEBUG|500||create keys
2022-07-07T03:45:57.616Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-07T03:45:57.689Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:45:57.707Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4f745c5a-d42e-43f5-a335-49708b60125c url= /sdc/v1/registerForDistribution
2022-07-07T03:45:57.990Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4f745c5a-d42e-43f5-a335-49708b60125c url= /sdc/v1/registerForDistribution
2022-07-07T03:45:57.990Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-07T03:45:58.002Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:45:58.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:45:58.010Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-07T03:45:58.012Z||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-07T03:45:58.012Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:45:58.061Z||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-07T03:45:58.061Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:46:08.433Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:46:08.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:46:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:46:58.000Z||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-07T03:46:58.001Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:46:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:46:58.003Z||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-07T03:46:58.004Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:47:07.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:47:07.554Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:47:57.999Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:47:58.000Z||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-07T03:47:58.001Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:47:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:47:58.003Z||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-07T03:47:58.004Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:48:07.571Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:48:07.571Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:48:57.999Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:48:58.000Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-07T03:48:58.000Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ...
2022-07-07T03:48:58.002Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:48:58.002Z||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-07T03:48:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:49:07.542Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:49:07.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:49:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:49:58.000Z||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-07T03:49:58.001Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:49:58.002Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:49:58.003Z||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-07T03:49:58.004Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:50:07.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:50:07.548Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:50:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:50:58.000Z||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-07T03:50:58.001Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:50:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:50:58.003Z||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-07T03:50:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:51:07.546Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:51:07.548Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:51:32.155Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-07T03:51:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:51:58.000Z||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-07T03:51:58.000Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:51:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:51:58.002Z||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-07T03:51:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:52:07.556Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:52:07.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:52:58.000Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:52:58.001Z||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-07T03:52:58.002Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:52:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:52:58.003Z||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-07T03:52:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:53:07.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:53:07.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:53:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:53:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:53:58.004Z||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-07T03:53:58.004Z||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-07T03:53:58.005Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:53:58.005Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:54:07.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:54:07.591Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:54:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:54:58.000Z||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-07T03:54:58.001Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:54:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:54:58.002Z||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-07T03:54:58.002Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:55:07.557Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:55:07.565Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:55:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:55:58.000Z||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-07T03:55:58.001Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:55:58.002Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:55:58.003Z||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-07T03:55:58.004Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:56:07.559Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:56:07.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:56:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:56:58.000Z||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-07T03:56:58.000Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:56:58.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:56:58.003Z||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-07T03:56:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:57:07.609Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:57:07.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:57:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:57:58.001Z||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-07T03:57:58.001Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:57:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:57:58.002Z||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-07T03:57:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:58:07.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:58:07.558Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:58:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:58:58.000Z||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-07T03:58:58.000Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:58:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:58:58.003Z||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-07T03:58:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:59:07.554Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:59:07.555Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T03:59:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:59:58.000Z||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-07T03:59:58.000Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T03:59:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T03:59:58.002Z||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-07T03:59:58.002Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:00:07.548Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:00:07.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:00:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:00:58.001Z||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-07T04:00:58.001Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:00:58.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:00:58.003Z||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-07T04:00:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:01:07.548Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:01:07.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:01:58.000Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:01:58.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:01:58.002Z||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-07T04:01:58.002Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:01:58.002Z||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-07T04:01:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:02:07.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:02:07.551Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:02:57.999Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:02:58.000Z||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-07T04:02:58.000Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:02:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:02:58.003Z||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-07T04:02:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:03:07.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:03:07.577Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:03:57.999Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:03:58.000Z||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-07T04:03:58.001Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:03:58.002Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:03:58.004Z||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-07T04:03:58.004Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:04:07.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:04:07.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:04:57.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:04:58.000Z||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-07T04:04:58.000Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:04:58.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:04:58.003Z||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-07T04:04:58.004Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:05:07.554Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:05:07.569Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:05:57.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:05:58.000Z||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-07T04:05:58.000Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:05:58.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:05:58.003Z||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-07T04:05:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:06:07.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:06:07.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:06:57.999Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:06:58.000Z||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-07T04:06:58.000Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:06:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:06:58.002Z||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-07T04:06:58.002Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:07:07.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:07:07.547Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:07:57.999Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:07:58.000Z||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-07T04:07:58.000Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:07:58.002Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:07:58.003Z||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-07T04:07:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:08:07.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:08:07.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:08:57.999Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:08:58.000Z||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-07T04:08:58.000Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:08:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:08:58.003Z||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-07T04:08:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:09:07.614Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:09:07.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:09:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:09:58.001Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-07T04:09:58.001Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:09:58.002Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:09:58.004Z||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-07T04:09:58.004Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:10:07.599Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:10:07.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:10:58.000Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:10:58.002Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-07T04:10:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:10:58.002Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:10:58.003Z||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-07T04:10:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:11:07.558Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:11:07.559Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:11:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:11:58.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-07T04:11:58.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:11:58.002Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:11:58.002Z||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-07T04:11:58.002Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:12:07.569Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:12:07.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:12:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:12:58.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-07T04:12:58.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:12:58.002Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:12:58.002Z||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-07T04:12:58.002Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:13:07.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:13:07.551Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:13:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:13:58.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-07T04:13:58.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:13:58.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:13:58.003Z||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-07T04:13:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:14:07.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:14:07.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:14:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:14:58.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-07T04:14:58.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:14:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:14:58.002Z||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-07T04:14:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:15:07.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:15:07.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:15:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:15:58.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-07T04:15:58.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:15:58.002Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:15:58.002Z||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-07T04:15:58.002Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:16:07.551Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:16:07.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:16:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:16:58.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-07T04:16:58.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:16:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:16:58.004Z||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-07T04:16:58.004Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:17:07.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:17:07.554Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:17:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:17:58.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-07T04:17:58.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:17:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:17:58.002Z||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-07T04:17:58.002Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:18:07.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:18:07.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:18:58.001Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:18:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:18:58.003Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-07T04:18:58.003Z||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-07T04:18:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:18:58.003Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:19:07.556Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:19:07.557Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:19:58.000Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:19:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:19:58.003Z||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-07T04:19:58.003Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-07T04:19:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:19:58.003Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:20:07.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:20:07.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:20:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:20:58.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-07T04:20:58.001Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:20:58.002Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:20:58.003Z||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-07T04:20:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:21:07.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:21:07.563Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:21:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:21:58.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-07T04:21:58.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:21:58.002Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:21:58.003Z||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-07T04:21:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:22:07.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:22:07.547Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:22:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:22:58.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-07T04:22:58.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:22:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:22:58.002Z||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-07T04:22:58.002Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:23:07.562Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:23:07.563Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:23:57.999Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:23:58.000Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-07T04:23:58.000Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:23:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:23:58.003Z||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-07T04:23:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:24:07.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:24:07.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:24:57.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:24:58.000Z||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-07T04:24:58.000Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:24:58.002Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:24:58.003Z||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-07T04:24:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:25:07.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:25:07.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:25:57.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:25:58.000Z||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-07T04:25:58.000Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:25:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:25:58.003Z||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-07T04:25:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:26:07.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:26:07.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:26:57.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:26:58.000Z||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-07T04:26:58.000Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:26:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:26:58.002Z||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-07T04:26:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:27:07.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:27:07.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:27:58.000Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:27:58.002Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:27:58.002Z||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-07T04:27:58.002Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:27:58.002Z||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-07T04:27:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:28:07.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:28:07.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:28:57.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:28:58.001Z||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-07T04:28:58.001Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:28:58.002Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:28:58.002Z||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-07T04:28:58.002Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:29:07.547Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:29:07.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:29:57.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:29:58.000Z||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-07T04:29:58.000Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:29:58.002Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:29:58.003Z||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-07T04:29:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:30:07.571Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:30:07.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:30:57.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:30:58.000Z||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-07T04:30:58.000Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:30:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:30:58.003Z||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-07T04:30:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:31:07.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:31:07.558Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:31:57.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:31:58.000Z||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-07T04:31:58.000Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:31:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:31:58.002Z||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-07T04:31:58.002Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:32:07.548Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:32:07.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:32:57.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:32:58.000Z||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-07T04:32:58.001Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:32:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:32:58.003Z||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-07T04:32:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:33:07.551Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:33:07.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:33:57.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:33:58.000Z||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-07T04:33:58.000Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:33:58.002Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:33:58.003Z||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-07T04:33:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:34:07.576Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:34:07.585Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:34:57.999Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:34:58.000Z||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-07T04:34:58.001Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:34:58.002Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:34:58.003Z||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-07T04:34:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:34:58.465Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:34:58.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "ves-openapi-manager",
"timestamp": 1657168481102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.498Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "ves-openapi-manager",
"timestamp": 1657168481102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "cds",
"timestamp": 1657168489804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.499Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "ves-openapi-manager",
"timestamp": 1657168481102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "cds",
"timestamp": 1657168489804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "ves-openapi-manager",
"timestamp": 1657168481102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "cds",
"timestamp": 1657168489804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "ves-openapi-manager",
"timestamp": 1657168481102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "cds",
"timestamp": 1657168489804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168494039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "ves-openapi-manager",
"timestamp": 1657168481102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "clamp",
"timestamp": 1657168493626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "cds",
"timestamp": 1657168489804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168494039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json",
"status": "NOTIFIED"
}
2022-07-07T04:34:58.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "ves-openapi-manager",
"timestamp": 1657168481102,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "clamp",
"timestamp": 1657168493626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json",
"status": "NOTIFIED"
}
2022-07-07T04:34:58.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "cds",
"timestamp": 1657168489804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168494039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-07T04:34:58.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "clamp",
"timestamp": 1657168493626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "cds",
"timestamp": 1657168489804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:34:58.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657168495957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.508Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168494039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.509Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "clamp",
"timestamp": 1657168493626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657168495957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168494039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-07T04:34:58.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "cds",
"timestamp": 1657168498037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:34:58.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:34:58.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "clamp",
"timestamp": 1657168493626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657168495957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168494039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "cds",
"timestamp": 1657168499062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-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=?
2022-07-07T04:34:58.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:34:58.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ef5b7a76-228a-4949-918c-1b477733cb78","serviceName":"vFW 2022-07-07 04-33-20","serviceVersion":"1.0","serviceUUID":"e2c5f86f-9266-4148-8f35-6d4e95f756a5","serviceDescription":"catalog service description","serviceInvariantUUID":"8e24bfdf-02c3-4553-ad03-aee4d3908080","resources":[{"resourceInstanceName":"vFW c33e69a9-2ee3 0","resourceName":"vFW c33e69a9-2ee3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"85c05988-5a58-481b-98c4-a5001f4ff3a2","resourceInvariantUUID":"c486691c-34b9-430d-962a-fa2ead986f6a","resourceCustomizationUUID":"a0980327-c91e-4772-b38f-a5e2721eb3a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vf-license-model.xml","artifactChecksum":"YWZhMmQ0MGQ2ODAzNDg5YjJkNGExODZjNzY2YjJmM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce43157b-e997-40fe-8d9b-15755981438e","artifactVersion":"1"},{"artifactName":"vfwc33e69a92ee30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json","artifactChecksum":"OTg5NTYxYmNlYjBhMWJiNDgxZmViMDE0YmE4ZGViN2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"03c2da1c-e209-4a93-bff7-e27e9617690e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5dc464b3-e0eb-4c66-9e18-cce42f0e380a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vendor-license-model.xml","artifactChecksum":"N2U1OWJkNzQ1ZTg4YWViNjM4ZDMxN2E5ZjA2ZDA5ZGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1bda703e-73be-4473-bb1c-5ee4cb168ea9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7e53c171-0628-487a-ae0d-eae2aa52963b","artifactVersion":"2","generatedFromUUID":"5dc464b3-e0eb-4c66-9e18-cce42f0e380a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220707043320-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-template.yml","artifactChecksum":"NGJkNTQzZGMyOTJmOGQzMmUxM2ZiMmNjOWY5MmEwMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d13b41df-c778-4ac8-862a-de9ad1a3da84","artifactVersion":"1"},{"artifactName":"service-Vfw20220707043320-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar","artifactChecksum":"NTUwODk4MTM1NzUwNDY4N2M2MjZjNThkZjY1OTVkODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97efca9d-7f1b-415f-a333-7a1da713211d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-07T04:34:58.675Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:34:58.682Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-07T04:34:58.693Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:34:58.693Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168497999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.704Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ef5b7a76-228a-4949-918c-1b477733cb78
2022-07-07T04:34:58.724Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef5b7a76-228a-4949-918c-1b477733cb78 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-07T04:34:58.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-07T04:34:58.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "policy-id",
"timestamp": 1657168498315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:34:58.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-07-07T04:34:58.794Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-07-07T04:34:58.797Z||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-07T04:34:58.797Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:34:58.814Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:34:58.815Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:34:59.700Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:34:59.701Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:34:59.702Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:34:59.702Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168497999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json",
"status": "NOTIFIED"
}
2022-07-07T04:34:59.802Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:34:59.803Z||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-07T04:34:59.804Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:34:59.837Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:34:59.837Z||pool-4-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:35:00.703Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:35:00.704Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:35:00.709Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:35:00.709Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168497999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-07T04:35:00.807Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-07T04:35:00.808Z||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-07T04:35:00.808Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:35:00.849Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:35:00.849Z||pool-5-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-07-07T04:35:01.710Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:35:01.711Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:35:01.713Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:35:01.713Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168497999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:35:01.814Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:35:01.816Z||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-07T04:35:01.817Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:35:01.861Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:35:01.862Z||pool-6-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:35:02.714Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:35:02.715Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:35:02.717Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:35:02.717Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168497999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-07T04:35:02.817Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:35:02.818Z||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-07T04:35:02.818Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:35:02.841Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:35:02.842Z||pool-7-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-07T04:35:03.717Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:35:03.719Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:35:03.721Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:35:03.721Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168497999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:35:03.821Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:35:03.823Z||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-07T04:35:03.823Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:35:03.845Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:35:03.846Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:35:04.722Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:35:04.723Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:35:04.725Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:35:04.726Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168497999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:35:04.826Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:35:04.827Z||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-07T04:35:04.827Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:35:04.844Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:35:04.845Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:35:05.728Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"serviceName": "vFW 2022-07-07 04-33-20",
"serviceVersion": "1.0",
"serviceUUID": "e2c5f86f-9266-4148-8f35-6d4e95f756a5",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8e24bfdf-02c3-4553-ad03-aee4d3908080",
"resources": [
{
"resourceInstanceName": "vFW c33e69a9-2ee3 0",
"resourceCustomizationUUID": "a0980327-c91e-4772-b38f-a5e2721eb3a2",
"resourceName": "vFW c33e69a9-2ee3",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "85c05988-5a58-481b-98c4-a5001f4ff3a2",
"resourceInvariantUUID": "c486691c-34b9-430d-962a-fa2ead986f6a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc33e69a92ee30_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json",
"artifactChecksum": "OTg5NTYxYmNlYjBhMWJiNDgxZmViMDE0YmE4ZGViN2Y\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "03c2da1c-e209-4a93-bff7-e27e9617690e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5dc464b3-e0eb-4c66-9e18-cce42f0e380a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7e53c171-0628-487a-ae0d-eae2aa52963b",
"generatedFromUUID": "5dc464b3-e0eb-4c66-9e18-cce42f0e380a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7e53c171-0628-487a-ae0d-eae2aa52963b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220707043320-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"artifactChecksum": "NTUwODk4MTM1NzUwNDY4N2M2MjZjNThkZjY1OTVkODQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "97efca9d-7f1b-415f-a333-7a1da713211d"
}
],
"workloadContext": "Production"
}
2022-07-07T04:35:05.729Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-07T04:35:05.729Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e2c5f86f-9266-4148-8f35-6d4e95f756a5 ASDC
2022-07-07T04:35:05.852Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ef5b7a76-228a-4949-918c-1b477733cb78
ServiceName:vFW 2022-07-07 04-33-20
ServiceVersion:1.0
ServiceUUID:e2c5f86f-9266-4148-8f35-6d4e95f756a5
ServiceInvariantUUID:8e24bfdf-02c3-4553-ad03-aee4d3908080
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220707043320-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar
ArtifactUUID:97efca9d-7f1b-415f-a333-7a1da713211d
ArtifactChecksum:NTUwODk4MTM1NzUwNDY4N2M2MjZjNThkZjY1OTVkODQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c33e69a9-2ee3 0
ResourceCustomizationUUID:a0980327-c91e-4772-b38f-a5e2721eb3a2
ResourceInvariantUUID:c486691c-34b9-430d-962a-fa2ead986f6a
ResourceName:vFW c33e69a9-2ee3
ResourceType:VF
ResourceUUID:85c05988-5a58-481b-98c4-a5001f4ff3a2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc33e69a92ee30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json
ArtifactUUID:03c2da1c-e209-4a93-bff7-e27e9617690e
ArtifactChecksum:OTg5NTYxYmNlYjBhMWJiNDgxZmViMDE0YmE4ZGViN2Y=
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/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml
ArtifactUUID:5dc464b3-e0eb-4c66-9e18-cce42f0e380a
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/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env
ArtifactUUID:7e53c171-0628-487a-ae0d-eae2aa52963b
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/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env
ArtifactUUID:7e53c171-0628-487a-ae0d-eae2aa52963b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-07T04:35:05.852Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e2c5f86f-9266-4148-8f35-6d4e95f756a5 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-07T04:35:05.913Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-07T04:35:05.913Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-07T04:35:05.914Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-07T04:35:05.915Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 97efca9d-7f1b-415f-a333-7a1da713211d from URL: /sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar
2022-07-07T04:35:05.915Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-07T04:35:05.916Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar
2022-07-07T04:35:06.058Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-07T04:35:06.076Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar 97efca9d-7f1b-415f-a333-7a1da713211d 99023
2022-07-07T04:35:06.077Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar ASDC sendASDCNotification
2022-07-07T04:35:06.077Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar
2022-07-07T04:35:06.078Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-07T04:35:06.079Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:35:06.081Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:35:06.081Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168506076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:35:06.181Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:35:06.182Z||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-07T04:35:06.182Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:35:06.203Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:35:06.204Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:35:07.081Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-07T04:35:07.083Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-07T04:35:07.083Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 97efca9d-7f1b-415f-a333-7a1da713211d, URL: /sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar to file: /app/ASDC/1/service-Vfw20220707043320-csar.csar
2022-07-07T04:35:07.084Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220707043320-csar.csar
2022-07-07T04:35:07.156Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220707043320-csar.csar
2022-07-07T04:35:07.157Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220707043320-csar.csar
2022-07-07T04:35:07.753Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3875353443795891252/Definitions/service-Vfw20220707043320-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-07T04:35:10.753Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-07T04:35:10.759Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-07T04:35:10.759Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar
2022-07-07T04:35:10.759Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-07T04:35:10.760Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar
2022-07-07T04:35:10.760Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar
2022-07-07T04:35:10.760Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar
2022-07-07T04:35:10.760Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar
2022-07-07T04:35:10.760Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar
2022-07-07T04:35:10.760Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar
2022-07-07T04:35:10.760Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar
2022-07-07T04:35:10.760Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar
2022-07-07T04:35:10.761Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c33e69a9-2ee3 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-Vfw20220707043320-csar.csar
2022-07-07T04:35:10.761Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar
2022-07-07T04:35:10.761Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar
2022-07-07T04:35:10.761Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar
2022-07-07T04:35:10.761Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220707043320-csar.csar
2022-07-07T04:35:10.761Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-07T04:35:10.767Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:10.769Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:35:10.773Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria
2022-07-07T04:35:10.773Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-07T04:35:10.774Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-07T04:35:10.776Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:10.776Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:35:10.777Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria
2022-07-07T04:35:10.777Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-07T04:35:10.777Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-07T04:35:10.777Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:10.777Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:35:10.781Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:10.781Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is not matching search criteria
2022-07-07T04:35:10.781Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-07T04:35:10.781Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-07T04:35:10.781Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-07T04:35:10.781Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-07T04:35:10.782Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-07T04:35:10.782Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-07T04:35:10.782Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-07T04:35:10.782Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-07T04:35:10.782Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-07T04:35:10.782Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-07T04:35:10.783Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-07T04:35:10.783Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-07T04:35:10.783Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-07T04:35:10.783Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-07T04:35:10.783Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-07T04:35:10.783Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-07T04:35:10.784Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:10.784Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-07T04:35:10.785Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:10.785Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria
2022-07-07T04:35:10.785Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-07T04:35:10.786Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:10.786Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria
2022-07-07T04:35:10.786Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-07T04:35:10.786Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:10.786Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria
2022-07-07T04:35:10.786Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-07T04:35:10.787Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:10.787Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is not matching search criteria
2022-07-07T04:35:10.787Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-07T04:35:10.787Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-07T04:35:10.787Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-07T04:35:10.788Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-07T04:35:10.788Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-07T04:35:10.788Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-07T04:35:10.788Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-07T04:35:10.788Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-07T04:35:10.788Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-07T04:35:10.789Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-07T04:35:10.789Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-07T04:35:10.789Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0f038d89-7352-4695-ba57-6f074277d589
2022-07-07T04:35:10.789Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:10.789Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is not matching search criteria
2022-07-07T04:35:10.789Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-07T04:35:10.790Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-07T04:35:10.790Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-07T04:35:10.790Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-07T04:35:10.790Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-07T04:35:10.790Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-07T04:35:10.790Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-07T04:35:10.791Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-07T04:35:10.791Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-07T04:35:10.791Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-07T04:35:10.791Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-07T04:35:10.791Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-07T04:35:10.791Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=79e36649-9624-484b-aedd-55687225dfcd
2022-07-07T04:35:10.792Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:10.792Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is not matching search criteria
2022-07-07T04:35:10.792Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-07T04:35:10.792Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-07T04:35:10.792Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-07T04:35:10.792Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-07T04:35:10.793Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-07T04:35:10.793Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-07T04:35:10.793Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-07T04:35:10.793Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-07T04:35:10.793Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-07T04:35:10.793Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-07T04:35:10.794Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-07T04:35:10.794Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-07T04:35:10.794Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=30ab7f08-1680-4b1c-a953-ecc28d79e982
2022-07-07T04:35:10.794Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:10.794Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:35:10.794Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:10.795Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:35:10.795Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:10.795Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:35:10.795Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:10.795Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:35:10.795Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-07-07 04-33-20
Description:catalog service description
Model UUID:e2c5f86f-9266-4148-8f35-6d4e95f756a5
Model Version:NULL
Model InvariantUuid:8e24bfdf-02c3-4553-ad03-aee4d3908080
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c33e69a9-2ee3
Model UUID:25370380-1100-473e-b0aa-1a2e51ac298a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c486691c-34b9-430d-962a-fa2ead986f6a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a0980327-c91e-4772-b38f-a5e2721eb3a2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:86941876-ce62-4ad0-8871-a6740aeeafc4
ModelName:VfwC33e69a92ee3..base_vfw..module-0
ModelUuid:aca03850-f5b1-420c-a8e2-3d10f156166c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0f038d89-7352-4695-ba57-6f074277d589
ModelInvariantUuid:1c296152-81aa-4fb5-a177-1995acdc37e9
ModelName:vFW c33e69a9-2ee3-nodes.vfwCvfc
ModelUuid:0e16d023-5581-4e9d-a5f4-ac57c432e826
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a20fc2b1-33f8-41f8-b8ec-c98b20886d52
ModelInvariantUuid:e1bdfce3-3f1b-41ba-b650-01be02a6da5a
ModelName:VfwC33e69a92ee3.compute.nodes.heat.vfw
ModelUuid:7456ab6a-cbd0-413c-9536-91035c7b5d6a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:79e36649-9624-484b-aedd-55687225dfcd
ModelInvariantUuid:3133dfaa-f113-4026-9ba3-82a9242562f7
ModelName:vFW c33e69a9-2ee3-nodes.vsnCvfc
ModelUuid:99a827b0-53ed-49d3-b62a-6c5f9829ca36
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:69cca0f5-62cc-4da0-8b72-8b13326aaf40
ModelInvariantUuid:af2e37ee-5bf4-42da-bac7-ec9ad4874ee6
ModelName:VfwC33e69a92ee3.compute.nodes.heat.vsn
ModelUuid:eb09ed4f-d814-4bc5-818e-92a3bb14e94f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:30ab7f08-1680-4b1c-a953-ecc28d79e982
ModelInvariantUuid:05ef2939-5ba8-4de9-82c7-e6a2e9df61f7
ModelName:vFW c33e69a9-2ee3-nodes.vpgCvfc
ModelUuid:1548bb03-f28e-465b-9f6b-c0f479079789
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:aedbb860-3d98-4ce2-9da3-b3f0844e65c5
ModelInvariantUuid:47aaf14a-fc2f-4d58-be07-315579b95c54
ModelName:VfwC33e69a92ee3.compute.nodes.heat.vpg
ModelUuid:8eb78456-4cdd-4520-b648-a249153bbf23
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-07T04:35:10.809Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 85c05988-5a58-481b-98c4-a5001f4ff3a2
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-07T04:35:10.901Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||vFW c33e69a9-2ee3 0
2022-07-07T04:35:10.909Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 85c05988-5a58-481b-98c4-a5001f4ff3a2
2022-07-07T04:35:10.909Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 03c2da1c-e209-4a93-bff7-e27e9617690e from URL: /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json
2022-07-07T04:35:10.909Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-07T04:35:10.910Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json
2022-07-07T04:35:11.013Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-07T04:35:11.013Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json 03c2da1c-e209-4a93-bff7-e27e9617690e 785
2022-07-07T04:35:11.014Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json ASDC sendASDCNotification
2022-07-07T04:35:11.014Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json
2022-07-07T04:35:11.014Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-07T04:35:11.015Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:35:11.017Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:35:11.017Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168511014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:35:11.117Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:35:11.118Z||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-07T04:35:11.118Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:35:11.141Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:35:11.141Z||pool-11-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:35:12.018Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC33e69a92ee3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "86941876-ce62-4ad0-8871-a6740aeeafc4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "aca03850-f5b1-420c-a8e2-3d10f156166c",
"vfModuleModelCustomizationUUID": "85acdbf5-d101-4e05-9906-f9a27f2d210e",
"isBase": true,
"artifacts": [
"5dc464b3-e0eb-4c66-9e18-cce42f0e380a",
"7e53c171-0628-487a-ae0d-eae2aa52963b"
],
"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-07T04:35:12.034Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC33e69a92ee3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aca03850-f5b1-420c-a8e2-3d10f156166c
VfModuleModelInvariantUUID:86941876-ce62-4ad0-8871-a6740aeeafc4
VfModuleModelDescription:NULL
Artifacts UUID List:{
5dc464b3-e0eb-4c66-9e18-cce42f0e380a
,
7e53c171-0628-487a-ae0d-eae2aa52963b
}
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-07T04:35:12.037Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC33e69a92ee3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "86941876-ce62-4ad0-8871-a6740aeeafc4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "aca03850-f5b1-420c-a8e2-3d10f156166c",
"vfModuleModelCustomizationUUID": "85acdbf5-d101-4e05-9906-f9a27f2d210e",
"isBase": true,
"artifacts": [
"5dc464b3-e0eb-4c66-9e18-cce42f0e380a",
"7e53c171-0628-487a-ae0d-eae2aa52963b"
],
"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-07T04:35:12.037Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC33e69a92ee3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aca03850-f5b1-420c-a8e2-3d10f156166c
VfModuleModelInvariantUUID:86941876-ce62-4ad0-8871-a6740aeeafc4
VfModuleModelDescription:NULL
Artifacts UUID List:{
5dc464b3-e0eb-4c66-9e18-cce42f0e380a
,
7e53c171-0628-487a-ae0d-eae2aa52963b
}
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-07T04:35:12.037Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5dc464b3-e0eb-4c66-9e18-cce42f0e380a from URL: /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml
2022-07-07T04:35:12.037Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-07T04:35:12.038Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml
2022-07-07T04:35:12.581Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-07T04:35:12.582Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml 5dc464b3-e0eb-4c66-9e18-cce42f0e380a 20368
2022-07-07T04:35:12.583Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-07T04:35:12.583Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml
2022-07-07T04:35:12.583Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-07T04:35:12.583Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:35:12.585Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:35:12.585Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168512582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:35:12.685Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:35:12.686Z||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-07T04:35:12.686Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:35:12.710Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:35:12.711Z||pool-12-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:35:13.587Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7e53c171-0628-487a-ae0d-eae2aa52963b from URL: /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env
2022-07-07T04:35:13.587Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-07T04:35:13.588Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env
2022-07-07T04:35:13.880Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-07T04:35:13.880Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env 7e53c171-0628-487a-ae0d-eae2aa52963b 2098
2022-07-07T04:35:13.881Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-07T04:35:13.881Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env
2022-07-07T04:35:13.881Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-07T04:35:13.881Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:35:13.883Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:35:13.883Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168513881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:35:13.983Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:35:13.984Z||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-07T04:35:13.984Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:35:13.999Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:35:13.999Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:35:14.884Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e2c5f86f-9266-4148-8f35-6d4e95f756a5
2022-07-07T04:35:14.884Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c33e69a9-2ee3 0 85c05988-5a58-481b-98c4-a5001f4ff3a2 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-07T04:35:14.924Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45771362, org.onap.sdc.toscaparser.api.parameters.Input@2d615e92, org.onap.sdc.toscaparser.api.parameters.Input@312a6241, org.onap.sdc.toscaparser.api.parameters.Input@26ffd38f, org.onap.sdc.toscaparser.api.parameters.Input@5bee2831]
2022-07-07T04:35:14.928Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:14.928Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:35:14.928Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-07-07T04:35:14.928Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= a0980327-c91e-4772-b38f-a5e2721eb3a2
2022-07-07T04:35:14.928Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a0980327-c91e-4772-b38f-a5e2721eb3a2 matches Tosca VF Customization UUID: a0980327-c91e-4772-b38f-a5e2721eb3a2
2022-07-07T04:35:14.928Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: a0980327-c91e-4772-b38f-a5e2721eb3a2 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-07T04:35:14.935Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:14.935Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:35:14.936Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id a0980327-c91e-4772-b38f-a5e2721eb3a2: {\"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-07T04:35:14.936Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a53ad33
2022-07-07T04:35:14.937Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:14.937Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-07T04:35:14.937Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 85acdbf5-d101-4e05-9906-f9a27f2d210e
2022-07-07T04:35:14.938Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 85acdbf5-d101-4e05-9906-f9a27f2d210e
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-07T04:35:14.944Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:14.944Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria
2022-07-07T04:35:14.944Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-07T04:35:14.946Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:14.946Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria
2022-07-07T04:35:14.946Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-07T04:35:14.946Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:14.946Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is not matching search criteria
2022-07-07T04:35:14.947Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-07T04:35:14.947Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-07T04:35:14.947Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-07T04:35:14.947Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-07T04:35:14.947Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-07T04:35:14.948Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-07T04:35:14.948Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-07T04:35:14.948Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-07T04:35:14.948Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-07T04:35:14.948Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-07T04:35:14.948Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-07T04:35:14.949Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0f038d89-7352-4695-ba57-6f074277d589
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-07T04:35:14.959Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:14.959Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria
2022-07-07T04:35:14.960Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-07T04:35:14.960Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:14.960Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is not matching search criteria
2022-07-07T04:35:14.960Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-07T04:35:14.961Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-07T04:35:14.961Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-07T04:35:14.961Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-07T04:35:14.961Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-07T04:35:14.961Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-07T04:35:14.961Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-07T04:35:14.962Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-07T04:35:14.962Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-07T04:35:14.962Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-07T04:35:14.962Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-07T04:35:14.962Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-07T04:35:14.963Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=79e36649-9624-484b-aedd-55687225dfcd
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-07T04:35:14.965Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:14.965Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria
2022-07-07T04:35:14.965Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-07T04:35:14.967Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:14.967Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is not matching search criteria
2022-07-07T04:35:14.968Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-07T04:35:14.968Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-07T04:35:14.968Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-07T04:35:14.968Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-07T04:35:14.968Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-07T04:35:14.969Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-07T04:35:14.969Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-07T04:35:14.969Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-07T04:35:14.969Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-07T04:35:14.969Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-07T04:35:14.970Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-07T04:35:14.970Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-07T04:35:14.970Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=30ab7f08-1680-4b1c-a953-ecc28d79e982
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-07T04:35:14.972Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:14.972Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria
2022-07-07T04:35:14.972Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-07T04:35:14.972Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:14.973Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Node template vFW c33e69a9-2ee3 0 is matching search criteria
2022-07-07T04:35:14.973Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c33e69a9-2ee3 0] matching following query criteria: sdcType=VF, customizationUUID=a0980327-c91e-4772-b38f-a5e2721eb3a2
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-07T04:35:14.975Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:14.975Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:35:14.975Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e2c5f86f-9266-4148-8f35-6d4e95f756a5: vFW c33e69a9-2ee3
2022-07-07T04:35:14.975Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:14.976Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:35:14.976Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:14.976Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:35:14.976Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:14.976Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:35:14.977Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:14.977Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:35:14.977Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:35:14.977Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-07 04-33-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:35:14.978Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-07-07 04-33-20
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-07T04:35:15.249Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c33e69a9-2ee3 85c05988-5a58-481b-98c4-a5001f4ff3a2 1 ASDC deployResourceStructure
2022-07-07T04:35:15.250Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json ASDC sendASDCNotification
2022-07-07T04:35:15.250Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json
2022-07-07T04:35:15.250Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-07T04:35:15.251Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:35:15.253Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:35:15.253Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168515250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json",
"status": "DEPLOY_OK"
}
2022-07-07T04:35:15.353Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:35:15.354Z||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-07T04:35:15.354Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:35:15.414Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:35:15.415Z||pool-14-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:35:16.254Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-07T04:35:16.254Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml
2022-07-07T04:35:16.254Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-07T04:35:16.254Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:35:16.256Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:35:16.256Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168516254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-07T04:35:16.357Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-07T04:35:16.358Z||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-07T04:35:16.358Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:35:16.373Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:35:16.373Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:35:17.257Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-07T04:35:17.258Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env
2022-07-07T04:35:17.258Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-07T04:35:17.258Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:35:17.260Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:35:17.260Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168517257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-07T04:35:17.360Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:35:17.361Z||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-07T04:35:17.362Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:35:17.402Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:35:17.403Z||pool-16-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:35:18.261Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar ASDC sendASDCNotification
2022-07-07T04:35:18.261Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar
2022-07-07T04:35:18.262Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-07T04:35:18.262Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:35:18.264Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:35:18.264Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168518261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-07T04:35:18.364Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:35:18.365Z||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-07T04:35:18.365Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:35:18.386Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:35:18.386Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:35:19.265Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78
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-07T04:35:19.283Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78
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-07T04:35:19.285Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-07T04:35:19.286Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-07T04:35:19.286Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-07T04:35:49.286Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78
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-07T04:35:49.300Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78
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-07T04:35:49.303Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-07T04:35:49.303Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-07T04:35:49.303Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-07T04:35:58.002Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:35:58.004Z||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-07T04:35:58.004Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:35:58.049Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:35:58.050Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-07T04:35:58.050Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "clamp",
"timestamp": 1657168493626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:35:58.051Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-07T04:36:19.304Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78
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-07T04:36:19.326Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78
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-07T04:36:19.329Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-07T04:36:19.330Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-07T04:36:19.330Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-07T04:36:49.330Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78
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-07T04:36:49.344Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78
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-07T04:36:49.347Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-07T04:36:49.347Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-07T04:36:49.347Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-07T04:36:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:36:58.003Z||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-07T04:36:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:36:58.033Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:36:58.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:36:58.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657168495957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:36:58.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:19.347Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78
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-07T04:37:19.358Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78
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-07T04:37:19.361Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-07T04:37:19.361Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-07T04:37:19.361Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-07T04:37:49.361Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78
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-07T04:37:49.374Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78
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-07T04:37:49.376Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-07T04:37:49.376Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-07T04:37:49.377Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-07T04:37:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:37:58.003Z||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-07T04:37:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:37:58.033Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:37:58.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168497999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168494039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:37:58.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "policy-id",
"timestamp": 1657168498315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "clamp",
"timestamp": 1657168493626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:37:58.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657168495957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168497999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json",
"status": "NOTIFIED"
}
2022-07-07T04:37:58.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "policy-id",
"timestamp": 1657168498315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-07T04:37:58.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168502032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:37:58.042Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657168495957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168497999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-07T04:37:58.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "policy-id",
"timestamp": 1657168498315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168503150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:37:58.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657168495957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:37:58.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168497999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "policy-id",
"timestamp": 1657168498315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168504247,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:37:58.045Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168497999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-07T04:37:58.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657168503868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:37:58.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "policy-id",
"timestamp": 1657168498315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168505320,
"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-07T04:37:58.055Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef5b7a76-228a-4949-918c-1b477733cb78
2022-07-07T04:37:58.056Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef5b7a76-228a-4949-918c-1b477733cb78 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-07T04:37:58.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168497999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "policy-id",
"timestamp": 1657168498315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:37:58.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168506331,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json",
"status": "DEPLOY_OK"
}
2022-07-07T04:37:58.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168497999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:37:58.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "policy-id",
"timestamp": 1657168506211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:37:58.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168506076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:37:58.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "policy-id",
"timestamp": 1657168507220,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-07T04:37:58.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "policy-id",
"timestamp": 1657168508225,
"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-07T04:37:58.072Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef5b7a76-228a-4949-918c-1b477733cb78
2022-07-07T04:37:58.072Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef5b7a76-228a-4949-918c-1b477733cb78 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-07T04:37:58.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "aai-ml",
"timestamp": 1657168508158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "aai-ml",
"timestamp": 1657168508158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657168510266,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-07T04:37:58.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "aai-ml",
"timestamp": 1657168508158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657168511283,
"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-07T04:37:58.084Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ef5b7a76-228a-4949-918c-1b477733cb78
2022-07-07T04:37:58.084Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef5b7a76-228a-4949-918c-1b477733cb78 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-07T04:37:58.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "aai-ml",
"timestamp": 1657168508158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168511014,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:37:58.092Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "aai-ml",
"timestamp": 1657168508158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.092Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168512582,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:37:58.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "aai-ml",
"timestamp": 1657168508158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "clamp",
"timestamp": 1657168514779,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:37:58.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "aai-ml",
"timestamp": 1657168508158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:37:58.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168513881,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:37:58.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "clamp",
"timestamp": 1657168515866,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-07T04:37:58.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "aai-ml",
"timestamp": 1657168516268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:37:58.095Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168515250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/vfwc33e69a92ee30_modules.json",
"status": "DEPLOY_OK"
}
2022-07-07T04:37:58.095Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "clamp",
"timestamp": 1657168516872,
"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-07T04:37:58.099Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ef5b7a76-228a-4949-918c-1b477733cb78
2022-07-07T04:37:58.100Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef5b7a76-228a-4949-918c-1b477733cb78 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-07T04:37:58.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168516254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-07T04:37:58.107Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168517257,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/resourceInstances/vfwc33e69a92ee30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-07T04:37:58.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168518261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-07T04:37:58.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "aai-ml",
"timestamp": 1657168536934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220707043320/1.0/artifacts/service-Vfw20220707043320-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-07T04:37:58.108Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "aai-ml",
"timestamp": 1657168537941,
"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-07T04:37:58.113Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ef5b7a76-228a-4949-918c-1b477733cb78
2022-07-07T04:37:58.113Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef5b7a76-228a-4949-918c-1b477733cb78 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-07T04:37:58.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168534039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "cds",
"timestamp": 1657168534804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "aai-ml",
"timestamp": 1657168538947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "policy-id",
"timestamp": 1657168538315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168534039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json",
"status": "NOTIFIED"
}
2022-07-07T04:37:58.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "cds",
"timestamp": 1657168534804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "policy-id",
"timestamp": 1657168538315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "aai-ml",
"timestamp": 1657168538947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168534039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-07T04:37:58.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "policy-id",
"timestamp": 1657168538315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-07T04:37:58.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "cds",
"timestamp": 1657168534804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "aai-ml",
"timestamp": 1657168538947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "ves-openapi-manager",
"timestamp": 1657168541102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168534039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "policy-id",
"timestamp": 1657168538315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "cds",
"timestamp": 1657168534804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "aai-ml",
"timestamp": 1657168538947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "ves-openapi-manager",
"timestamp": 1657168541102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168534039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-07T04:37:58.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "cds",
"timestamp": 1657168534804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "policy-id",
"timestamp": 1657168538315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "aai-ml",
"timestamp": 1657168538947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "ves-openapi-manager",
"timestamp": 1657168541102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168534039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "cds",
"timestamp": 1657168534804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "policy-id",
"timestamp": 1657168538315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "aai-ml",
"timestamp": 1657168538947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "ves-openapi-manager",
"timestamp": 1657168541102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168534039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:37:58.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "policy-id",
"timestamp": 1657168538315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:37:58.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "cds",
"timestamp": 1657168534804,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:37:58.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "aai-ml",
"timestamp": 1657168538947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:37:58.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "ves-openapi-manager",
"timestamp": 1657168541102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "ves-openapi-manager",
"timestamp": 1657168541102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168548146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:37:58.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "aai-ml",
"timestamp": 1657168547180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:37:58.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "cds",
"timestamp": 1657168547336,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:37:58.133Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "policy-id",
"timestamp": 1657168547269,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:37:58.133Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "ves-openapi-manager",
"timestamp": 1657168541102,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.133Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.133Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "cds",
"timestamp": 1657168548342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-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-07T04:37:58.145Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 27111f1a-d624-4bb2-a81b-acdf9c657a2a
2022-07-07T04:37:58.145Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27111f1a-d624-4bb2-a81b-acdf9c657a2a 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-07T04:37:58.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "policy-id",
"timestamp": 1657168548273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-07T04:37:58.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168549237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:37:58.152Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "policy-id",
"timestamp": 1657168549276,
"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-07T04:37:58.158Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 27111f1a-d624-4bb2-a81b-acdf9c657a2a
2022-07-07T04:37:58.159Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27111f1a-d624-4bb2-a81b-acdf9c657a2a 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-07T04:37:58.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168550317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:37:58.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168551345,
"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-07T04:37:58.172Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 27111f1a-d624-4bb2-a81b-acdf9c657a2a
2022-07-07T04:37:58.172Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27111f1a-d624-4bb2-a81b-acdf9c657a2a 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-07T04:37:58.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657168552351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-07T04:37:58.178Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "clamp",
"timestamp": 1657168553629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "clamp",
"timestamp": 1657168553629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json",
"status": "NOTIFIED"
}
2022-07-07T04:37:58.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "clamp",
"timestamp": 1657168553629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "aai-ml",
"timestamp": 1657168556311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-07T04:37:58.180Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:37:58.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657168555958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "clamp",
"timestamp": 1657168553629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "aai-ml",
"timestamp": 1657168557315,
"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-07T04:37:58.184Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 27111f1a-d624-4bb2-a81b-acdf9c657a2a
2022-07-07T04:37:58.184Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27111f1a-d624-4bb2-a81b-acdf9c657a2a 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-07T04:37:58.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657168555958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "clamp",
"timestamp": 1657168553629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:37:58.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:37:58.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657168555958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:37:58.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:38:19.377Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78
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-07T04:38:19.388Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78
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-07T04:38:19.391Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-07T04:38:19.391Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-07T04:38:19.391Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-07T04:38:19.392Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-07T04:38:19.392Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-07T04:38:19.392Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-07T04:38:19.392Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-07T04:38:19.392Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-07T04:38:19.393Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-07T04:38:19.393Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-07T04:38:19.393Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-07T04:38:19.397Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-07T04:38:49.397Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef5b7a76-228a-4949-918c-1b477733cb78 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-07T04:38:49.414Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef5b7a76-228a-4949-918c-1b477733cb78 and serviceModelVersionId: e2c5f86f-9266-4148-8f35-6d4e95f756a5
2022-07-07T04:38:49.414Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e24bfdf-02c3-4553-ad03-aee4d3908080
2022-07-07T04:38:58.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:38:58.003Z||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-07T04:38:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:38:58.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:38:58.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:38:58.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "clamp",
"timestamp": 1657168553629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:38:58.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:38:58.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:38:58.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657168555958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:38:58.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:38:58.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:38:58.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "clamp",
"timestamp": 1657168553629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:38:58.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:38:58.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:38:58.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657168555958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:38:58.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:38:58.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:38:58.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657168555958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:38:58.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:38:58.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:38:58.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657168555958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:38:58.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-07-07T04:38:58.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:38:58.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657168563838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:38:58.573Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:38:58.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:38:58.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657168566831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-07T04:38:58.573Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:38:58.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:38:58.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657168567836,
"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-07T04:38:58.580Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 27111f1a-d624-4bb2-a81b-acdf9c657a2a
2022-07-07T04:38:58.580Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27111f1a-d624-4bb2-a81b-acdf9c657a2a 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-07T04:38:58.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:38:58.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "clamp",
"timestamp": 1657168571775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:38:58.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:38:58.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:38:58.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "clamp",
"timestamp": 1657168573783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-07T04:38:58.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:38:58.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-07T04:38:58.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "clamp",
"timestamp": 1657168574788,
"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-07T04:38:58.594Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 27111f1a-d624-4bb2-a81b-acdf9c657a2a
2022-07-07T04:38:58.594Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 27111f1a-d624-4bb2-a81b-acdf9c657a2a 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-07T04:39:03.869Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e24bfdf-02c3-4553-ad03-aee4d3908080/model-vers/model-ver/e2c5f86f-9266-4148-8f35-6d4e95f756a5?depth=0
2022-07-07T04:39:03.990Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-07T04:39:04.501Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e24bfdf-02c3-4553-ad03-aee4d3908080/model-vers/model-ver/e2c5f86f-9266-4148-8f35-6d4e95f756a5?depth=0|INFO|500||Invoke
2022-07-07T04:39:04.508Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e24bfdf-02c3-4553-ad03-aee4d3908080/model-vers/model-ver/e2c5f86f-9266-4148-8f35-6d4e95f756a5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e24bfdf-02c3-4553-ad03-aee4d3908080/model-vers/model-ver/e2c5f86f-9266-4148-8f35-6d4e95f756a5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef5b7a76-228a-4949-918c-1b477733cb78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cc6247ef-0955-4969-b9b5-69aa43edaf37], X-ECOMP-RequestID=[ef5b7a76-228a-4949-918c-1b477733cb78], X-TransactionId=[], X-ONAP-RequestID=[ef5b7a76-228a-4949-918c-1b477733cb78], Content-Type=[application/merge-patch+json]}
2022-07-07T04:39:04.614Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e24bfdf-02c3-4553-ad03-aee4d3908080/model-vers/model-ver/e2c5f86f-9266-4148-8f35-6d4e95f756a5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-07T04:39:04.977Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e24bfdf-02c3-4553-ad03-aee4d3908080/model-vers/model-ver/e2c5f86f-9266-4148-8f35-6d4e95f756a5?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/8e24bfdf-02c3-4553-ad03-aee4d3908080/model-vers/model-ver/e2c5f86f-9266-4148-8f35-6d4e95f756a5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220707-04:39:06:655-53437], vertex-id=[168120], Content-Length=[0], Date=[Thu, 07 Jul 2022 04:39:06 GMT], Content-Type=[application/json]}
2022-07-07T04:39:04.978Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e24bfdf-02c3-4553-ad03-aee4d3908080/model-vers/model-ver/e2c5f86f-9266-4148-8f35-6d4e95f756a5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-07T04:39:04.979Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e24bfdf-02c3-4553-ad03-aee4d3908080/model-vers/model-ver/e2c5f86f-9266-4148-8f35-6d4e95f756a5?depth=0|INFO|500||InvokeReturn
2022-07-07T04:39:04.983Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-07T04:39:04.983Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-07T04:39:04.988Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-07T04:39:04.989Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef5b7a76-228a-4949-918c-1b477733cb78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-07T04:39:04.990Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-07T04:39:04.990Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:39:04.993Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:39:04.993Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168744989,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-07T04:39:05.093Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:39:05.094Z||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-07T04:39:05.095Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:39:05.110Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:39:05.111Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-07T04:39:06.006Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:39:06.007Z|ef5b7a76-228a-4949-918c-1b477733cb78|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-07T04:39:06.007Z|ef5b7a76-228a-4949-918c-1b477733cb78|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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:39:10.494Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:39:10.495Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-07T04:39:10.495Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"27111f1a-d624-4bb2-a81b-acdf9c657a2a","serviceName":"basic_onboard_CWQlUC","serviceVersion":"1.0","serviceUUID":"78651678-c3f6-4b78-93b1-d8c4a0de6b3a","serviceDescription":"service","serviceInvariantUUID":"14f98669-e309-40c1-a679-48f262b9aeeb","resources":[{"resourceInstanceName":"basic_onboard_CWQlUC 0","resourceName":"basic_onboard_CWQlUC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ea24bf7a-571d-428e-8104-108c426eb2b2","resourceInvariantUUID":"d3b35e75-20bd-463c-92ac-fd2881a18eae","resourceCustomizationUUID":"79ed66bb-c4e8-451c-931b-c97356fa7aff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vf-license-model.xml","artifactChecksum":"ZjUxYjY1ODI0ZTE4MzRhYjI3MjEyZDgyZGEzZDJjYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f11c415e-d365-4ce5-b2e2-4838c04ae3a2","artifactVersion":"1"},{"artifactName":"basic_onboard_cwqluc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json","artifactChecksum":"ZDRkYjFjMmUyMzEwNDc5NjlkNmQ4ZDkyOTQ3ZjNhYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fcbffaad-477c-43b2-954d-e6e9ad0bd089","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"edd7c384-0c42-4326-98d5-a38e29e26f52","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"375eda72-a06f-482c-ba68-c7cbc5e4af6b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"77012675-0c82-4cca-bf54-b0a7f4aa48cc","artifactVersion":"2","generatedFromUUID":"edd7c384-0c42-4326-98d5-a38e29e26f52"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCwqluc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-template.yml","artifactChecksum":"NWUzMWQzZTVlNTE0NzNkMWJiYWU4ODg3M2YxM2ZlMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0cd49035-4333-4972-ad15-a941932a2a74","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCwqluc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar","artifactChecksum":"NDhhYTg0MDg2OTI5YjA2ODI4NDQxMGI1ZWYxNTIwODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"12850182-dbda-4b18-a81c-caaca4959f73","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-07T04:39:10.498Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:39:10.498Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:39:10.500Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:39:10.500Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168746006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:39:10.601Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-07T04:39:10.602Z||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-07T04:39:10.602Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:39:10.618Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:39:10.619Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:39:11.501Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:39:11.502Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:39:11.504Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:39:11.504Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168746006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json",
"status": "NOTIFIED"
}
2022-07-07T04:39:11.604Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:39:11.605Z||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-07T04:39:11.605Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:39:11.624Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:39:11.625Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:39:12.504Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:39:12.505Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:39:12.507Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:39:12.507Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168746006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-07T04:39:12.607Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:39:12.608Z||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-07T04:39:12.608Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:39:12.623Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:39:12.624Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:39:13.507Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:39:13.508Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:39:13.510Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:39:13.510Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168746006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:39:13.611Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-07T04:39:13.612Z||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-07T04:39:13.612Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:39:13.629Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:39:13.629Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:39:14.511Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:39:14.512Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:39:14.514Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:39:14.514Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168746006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-07T04:39:14.614Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:39:14.615Z||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-07T04:39:14.615Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:39:14.630Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:39:14.630Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:39:15.515Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:39:15.516Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:39:15.518Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:39:15.518Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168746006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:39:15.618Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-07T04:39:15.619Z||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-07T04:39:15.620Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:39:15.637Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:39:15.638Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:39:16.519Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:39:16.520Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:39:16.522Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:39:16.522Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168746006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:39:16.622Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:39:16.623Z||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-07T04:39:16.623Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:39:16.639Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:39:16.640Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:39:17.523Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"serviceName": "basic_onboard_CWQlUC",
"serviceVersion": "1.0",
"serviceUUID": "78651678-c3f6-4b78-93b1-d8c4a0de6b3a",
"serviceDescription": "service",
"serviceInvariantUUID": "14f98669-e309-40c1-a679-48f262b9aeeb",
"resources": [
{
"resourceInstanceName": "basic_onboard_CWQlUC 0",
"resourceCustomizationUUID": "79ed66bb-c4e8-451c-931b-c97356fa7aff",
"resourceName": "basic_onboard_CWQlUC",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ea24bf7a-571d-428e-8104-108c426eb2b2",
"resourceInvariantUUID": "d3b35e75-20bd-463c-92ac-fd2881a18eae",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cwqluc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json",
"artifactChecksum": "ZDRkYjFjMmUyMzEwNDc5NjlkNmQ4ZDkyOTQ3ZjNhYjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fcbffaad-477c-43b2-954d-e6e9ad0bd089",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "edd7c384-0c42-4326-98d5-a38e29e26f52",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "77012675-0c82-4cca-bf54-b0a7f4aa48cc",
"generatedFromUUID": "edd7c384-0c42-4326-98d5-a38e29e26f52"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "77012675-0c82-4cca-bf54-b0a7f4aa48cc",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCwqluc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"artifactChecksum": "NDhhYTg0MDg2OTI5YjA2ODI4NDQxMGI1ZWYxNTIwODk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "12850182-dbda-4b18-a81c-caaca4959f73"
}
],
"workloadContext": "Production"
}
2022-07-07T04:39:17.523Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-07T04:39:17.524Z|ef5b7a76-228a-4949-918c-1b477733cb78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 78651678-c3f6-4b78-93b1-d8c4a0de6b3a ASDC
2022-07-07T04:39:17.525Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:27111f1a-d624-4bb2-a81b-acdf9c657a2a
ServiceName:basic_onboard_CWQlUC
ServiceVersion:1.0
ServiceUUID:78651678-c3f6-4b78-93b1-d8c4a0de6b3a
ServiceInvariantUUID:14f98669-e309-40c1-a679-48f262b9aeeb
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCwqluc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar
ArtifactUUID:12850182-dbda-4b18-a81c-caaca4959f73
ArtifactChecksum:NDhhYTg0MDg2OTI5YjA2ODI4NDQxMGI1ZWYxNTIwODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CWQlUC 0
ResourceCustomizationUUID:79ed66bb-c4e8-451c-931b-c97356fa7aff
ResourceInvariantUUID:d3b35e75-20bd-463c-92ac-fd2881a18eae
ResourceName:basic_onboard_CWQlUC
ResourceType:VF
ResourceUUID:ea24bf7a-571d-428e-8104-108c426eb2b2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cwqluc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json
ArtifactUUID:fcbffaad-477c-43b2-954d-e6e9ad0bd089
ArtifactChecksum:ZDRkYjFjMmUyMzEwNDc5NjlkNmQ4ZDkyOTQ3ZjNhYjE=
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/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:edd7c384-0c42-4326-98d5-a38e29e26f52
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/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env
ArtifactUUID:77012675-0c82-4cca-bf54-b0a7f4aa48cc
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/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env
ArtifactUUID:77012675-0c82-4cca-bf54-b0a7f4aa48cc
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-07T04:39:17.526Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78651678-c3f6-4b78-93b1-d8c4a0de6b3a 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-07T04:39:17.562Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-07T04:39:17.562Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-07T04:39:17.563Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-07T04:39:17.563Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 12850182-dbda-4b18-a81c-caaca4959f73 from URL: /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar
2022-07-07T04:39:17.563Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-07T04:39:17.563Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar
2022-07-07T04:39:17.823Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-07T04:39:17.826Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar 12850182-dbda-4b18-a81c-caaca4959f73 71579
2022-07-07T04:39:17.826Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar ASDC sendASDCNotification
2022-07-07T04:39:17.826Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar
2022-07-07T04:39:17.826Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-07T04:39:17.827Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:39:17.829Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:39:17.829Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168757826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:39:17.929Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:39:17.930Z||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-07T04:39:17.930Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:39:17.947Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:39:17.947Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:39:18.829Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-07T04:39:18.830Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-07T04:39:18.831Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 12850182-dbda-4b18-a81c-caaca4959f73, URL: /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar to file: /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar
2022-07-07T04:39:18.831Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCwqluc-csar.csar
2022-07-07T04:39:18.832Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar
2022-07-07T04:39:18.832Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar
2022-07-07T04:39:18.967Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13164494124249141151/Definitions/service-BasicOnboardCwqluc-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-07T04:39:20.148Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-07T04:39:20.149Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-07T04:39:20.149Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar
2022-07-07T04:39:20.149Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-07T04:39:20.150Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar
2022-07-07T04:39:20.150Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar
2022-07-07T04:39:20.150Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CWQlUC 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-BasicOnboardCwqluc-csar.csar
2022-07-07T04:39:20.150Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar
2022-07-07T04:39:20.150Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar
2022-07-07T04:39:20.151Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar
2022-07-07T04:39:20.151Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar
2022-07-07T04:39:20.151Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar
2022-07-07T04:39:20.151Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCwqluc-csar.csar
2022-07-07T04:39:20.151Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-07T04:39:20.152Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:20.152Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:39:20.152Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is matching search criteria
2022-07-07T04:39:20.153Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-07T04:39:20.153Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CWQlUC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-07T04:39:20.153Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:20.154Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:39:20.154Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is matching search criteria
2022-07-07T04:39:20.154Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-07T04:39:20.154Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CWQlUC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-07T04:39:20.155Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:20.155Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:39:20.155Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:20.156Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is not matching search criteria
2022-07-07T04:39:20.156Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-07T04:39:20.156Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-07T04:39:20.156Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-07T04:39:20.157Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-07T04:39:20.157Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-07T04:39:20.157Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:20.157Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-07T04:39:20.158Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:20.158Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is matching search criteria
2022-07-07T04:39:20.158Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CWQlUC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-07T04:39:20.159Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:20.159Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is matching search criteria
2022-07-07T04:39:20.159Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CWQlUC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-07T04:39:20.160Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:20.160Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is matching search criteria
2022-07-07T04:39:20.160Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CWQlUC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-07T04:39:20.161Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:20.161Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is not matching search criteria
2022-07-07T04:39:20.161Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-07T04:39:20.161Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-07T04:39:20.162Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a53530f8-f601-41cf-9679-67724f988bbb
2022-07-07T04:39:20.162Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:20.162Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:39:20.162Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:20.163Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:39:20.163Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:20.163Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:39:20.164Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:20.164Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:39:20.164Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_CWQlUC
Description:service
Model UUID:78651678-c3f6-4b78-93b1-d8c4a0de6b3a
Model Version:NULL
Model InvariantUuid:14f98669-e309-40c1-a679-48f262b9aeeb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_CWQlUC
Model UUID:dbd79ede-4369-4b33-870f-36961cf00177
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d3b35e75-20bd-463c-92ac-fd2881a18eae
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:79ed66bb-c4e8-451c-931b-c97356fa7aff
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:89b41f92-113d-4ac5-80b3-7177dc9ed331
ModelName:BasicOnboardCwqluc..base_ubuntu18..module-0
ModelUuid:ba2fccde-9e26-4740-9627-861021122f5b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a53530f8-f601-41cf-9679-67724f988bbb
ModelInvariantUuid:a5277917-8481-4a35-8aaf-f7d8b64ef407
ModelName:basic_onboard_CWQlUC-nodes.ubuntu18Cvfc
ModelUuid:8b3a65fd-4b4c-4b7c-8a1f-6dbc4543df9f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:8a223683-c631-43aa-8330-350e76c84da5
ModelInvariantUuid:eac52073-2e00-413e-801c-66749f96dbca
ModelName:BasicOnboardCwqluc.compute.nodes.heat.ubuntu18
ModelUuid:291d42fa-0d34-4fc1-8ce2-39ec722d839e
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-07T04:39:20.173Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: ea24bf7a-571d-428e-8104-108c426eb2b2
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-07T04:39:20.175Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||basic_onboard_CWQlUC 0
2022-07-07T04:39:20.176Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ea24bf7a-571d-428e-8104-108c426eb2b2
2022-07-07T04:39:20.176Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fcbffaad-477c-43b2-954d-e6e9ad0bd089 from URL: /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json
2022-07-07T04:39:20.176Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-07T04:39:20.177Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json
2022-07-07T04:39:20.310Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-07T04:39:20.310Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json fcbffaad-477c-43b2-954d-e6e9ad0bd089 798
2022-07-07T04:39:20.311Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json ASDC sendASDCNotification
2022-07-07T04:39:20.311Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json
2022-07-07T04:39:20.311Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-07T04:39:20.312Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:39:20.313Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:39:20.314Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168760311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:39:20.414Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:39:20.415Z||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-07T04:39:20.415Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:39:20.437Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:39:20.438Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:39:21.314Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCwqluc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "89b41f92-113d-4ac5-80b3-7177dc9ed331",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ba2fccde-9e26-4740-9627-861021122f5b",
"vfModuleModelCustomizationUUID": "47f7ac30-c9c2-4245-8e88-315a6074ee01",
"isBase": true,
"artifacts": [
"edd7c384-0c42-4326-98d5-a38e29e26f52",
"77012675-0c82-4cca-bf54-b0a7f4aa48cc"
],
"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-07T04:39:21.320Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCwqluc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ba2fccde-9e26-4740-9627-861021122f5b
VfModuleModelInvariantUUID:89b41f92-113d-4ac5-80b3-7177dc9ed331
VfModuleModelDescription:NULL
Artifacts UUID List:{
edd7c384-0c42-4326-98d5-a38e29e26f52
,
77012675-0c82-4cca-bf54-b0a7f4aa48cc
}
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-07T04:39:21.322Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCwqluc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "89b41f92-113d-4ac5-80b3-7177dc9ed331",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ba2fccde-9e26-4740-9627-861021122f5b",
"vfModuleModelCustomizationUUID": "47f7ac30-c9c2-4245-8e88-315a6074ee01",
"isBase": true,
"artifacts": [
"edd7c384-0c42-4326-98d5-a38e29e26f52",
"77012675-0c82-4cca-bf54-b0a7f4aa48cc"
],
"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-07T04:39:21.322Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCwqluc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ba2fccde-9e26-4740-9627-861021122f5b
VfModuleModelInvariantUUID:89b41f92-113d-4ac5-80b3-7177dc9ed331
VfModuleModelDescription:NULL
Artifacts UUID List:{
edd7c384-0c42-4326-98d5-a38e29e26f52
,
77012675-0c82-4cca-bf54-b0a7f4aa48cc
}
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-07T04:39:21.322Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: edd7c384-0c42-4326-98d5-a38e29e26f52 from URL: /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml
2022-07-07T04:39:21.322Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-07T04:39:21.323Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml
2022-07-07T04:39:21.407Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-07T04:39:21.408Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml edd7c384-0c42-4326-98d5-a38e29e26f52 5033
2022-07-07T04:39:21.408Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-07T04:39:21.408Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml
2022-07-07T04:39:21.409Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-07T04:39:21.409Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:39:21.411Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:39:21.411Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168761408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:39:21.511Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:39:21.512Z||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-07T04:39:21.513Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:39:21.529Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:39:21.529Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:39:22.412Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 77012675-0c82-4cca-bf54-b0a7f4aa48cc from URL: /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env
2022-07-07T04:39:22.413Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-07T04:39:22.413Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env
2022-07-07T04:39:22.472Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-07T04:39:22.473Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env 77012675-0c82-4cca-bf54-b0a7f4aa48cc 909
2022-07-07T04:39:22.473Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-07T04:39:22.473Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env
2022-07-07T04:39:22.473Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-07T04:39:22.473Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:39:22.475Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:39:22.475Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168762473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:39:22.575Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:39:22.576Z||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-07T04:39:22.577Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:39:22.596Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:39:22.597Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:39:23.476Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 78651678-c3f6-4b78-93b1-d8c4a0de6b3a
2022-07-07T04:39:23.477Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CWQlUC 0 ea24bf7a-571d-428e-8104-108c426eb2b2 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-07T04:39:23.489Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7031597b, org.onap.sdc.toscaparser.api.parameters.Input@4bb453, org.onap.sdc.toscaparser.api.parameters.Input@5d9f3d6f, org.onap.sdc.toscaparser.api.parameters.Input@4773903a, org.onap.sdc.toscaparser.api.parameters.Input@3d73e32e]
2022-07-07T04:39:23.490Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:23.490Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:39:23.490Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-07-07T04:39:23.491Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 79ed66bb-c4e8-451c-931b-c97356fa7aff
2022-07-07T04:39:23.491Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 79ed66bb-c4e8-451c-931b-c97356fa7aff matches Tosca VF Customization UUID: 79ed66bb-c4e8-451c-931b-c97356fa7aff
2022-07-07T04:39:23.491Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 79ed66bb-c4e8-451c-931b-c97356fa7aff 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-07T04:39:23.493Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:23.493Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:39:23.494Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 79ed66bb-c4e8-451c-931b-c97356fa7aff: {\"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-07T04:39:23.494Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f3eb625
2022-07-07T04:39:23.494Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:23.494Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-07T04:39:23.494Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 47f7ac30-c9c2-4245-8e88-315a6074ee01
2022-07-07T04:39:23.495Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 47f7ac30-c9c2-4245-8e88-315a6074ee01
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-07T04:39:23.497Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:23.497Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is matching search criteria
2022-07-07T04:39:23.498Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CWQlUC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-07T04:39:23.498Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:23.498Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is matching search criteria
2022-07-07T04:39:23.498Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CWQlUC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-07T04:39:23.499Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:23.499Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is not matching search criteria
2022-07-07T04:39:23.499Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-07T04:39:23.499Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-07T04:39:23.500Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a53530f8-f601-41cf-9679-67724f988bbb
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-07T04:39:23.502Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:23.502Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is matching search criteria
2022-07-07T04:39:23.502Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CWQlUC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-07T04:39:23.502Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:23.503Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_CWQlUC 0 is matching search criteria
2022-07-07T04:39:23.503Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_CWQlUC 0] matching following query criteria: sdcType=VF, customizationUUID=79ed66bb-c4e8-451c-931b-c97356fa7aff
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-07T04:39:23.504Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:23.505Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:39:23.505Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 78651678-c3f6-4b78-93b1-d8c4a0de6b3a: basic_onboard_CWQlUC
2022-07-07T04:39:23.505Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:23.505Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:39:23.506Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:23.506Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:39:23.506Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:23.506Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:39:23.506Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:23.507Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:39:23.507Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:39:23.507Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_CWQlUC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:39:23.507Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_CWQlUC
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-07T04:39:23.583Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CWQlUC ea24bf7a-571d-428e-8104-108c426eb2b2 1 ASDC deployResourceStructure
2022-07-07T04:39:23.583Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json ASDC sendASDCNotification
2022-07-07T04:39:23.584Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json
2022-07-07T04:39:23.584Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-07T04:39:23.584Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:39:23.586Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:39:23.586Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168763583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-07T04:39:23.686Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:39:23.687Z||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-07T04:39:23.687Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:39:23.713Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:39:23.713Z||pool-30-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-07-07T04:39:24.587Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-07T04:39:24.587Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml
2022-07-07T04:39:24.587Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-07T04:39:24.588Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:39:24.589Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:39:24.590Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168764586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-07T04:39:24.690Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:39:24.690Z||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-07T04:39:24.690Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:39:24.706Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:39:24.707Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-07T04:39:25.591Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-07T04:39:25.591Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env
2022-07-07T04:39:25.591Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-07T04:39:25.592Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:39:25.594Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:39:25.594Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168765590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-07T04:39:25.694Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:39:25.695Z||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-07T04:39:25.696Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:39:25.711Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:39:25.712Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:39:26.595Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar ASDC sendASDCNotification
2022-07-07T04:39:26.596Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar
2022-07-07T04:39:26.596Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-07T04:39:26.596Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:39:26.598Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:39:26.598Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168766595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-07T04:39:26.699Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:39:26.700Z||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-07T04:39:26.700Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:39:26.720Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:39:26.720Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-07T04:39:27.599Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 27111f1a-d624-4bb2-a81b-acdf9c657a2a
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-07T04:39:27.613Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 27111f1a-d624-4bb2-a81b-acdf9c657a2a
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-07T04:39:27.617Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-07T04:39:27.617Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-07T04:39:27.617Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-07T04:39:27.617Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-07T04:39:27.617Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-07T04:39:27.618Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-07T04:39:27.618Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-07T04:39:27.618Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-07T04:39:27.618Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-07T04:39:27.618Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-07T04:39:27.619Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-07T04:39:27.623Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-07T04:39:57.624Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 27111f1a-d624-4bb2-a81b-acdf9c657a2a 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-07T04:39:57.632Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 27111f1a-d624-4bb2-a81b-acdf9c657a2a and serviceModelVersionId: 78651678-c3f6-4b78-93b1-d8c4a0de6b3a
2022-07-07T04:39:57.632Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 14f98669-e309-40c1-a679-48f262b9aeeb
2022-07-07T04:39:57.634Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/14f98669-e309-40c1-a679-48f262b9aeeb/model-vers/model-ver/78651678-c3f6-4b78-93b1-d8c4a0de6b3a?depth=0
2022-07-07T04:39:57.638Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-07T04:39:57.689Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f98669-e309-40c1-a679-48f262b9aeeb/model-vers/model-ver/78651678-c3f6-4b78-93b1-d8c4a0de6b3a?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-07T04:39:57.691Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f98669-e309-40c1-a679-48f262b9aeeb/model-vers/model-ver/78651678-c3f6-4b78-93b1-d8c4a0de6b3a?depth=0|INFO|500||Invoke
2022-07-07T04:39:57.716Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f98669-e309-40c1-a679-48f262b9aeeb/model-vers/model-ver/78651678-c3f6-4b78-93b1-d8c4a0de6b3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-07T04:39:57.930Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f98669-e309-40c1-a679-48f262b9aeeb/model-vers/model-ver/78651678-c3f6-4b78-93b1-d8c4a0de6b3a?depth=0|INFO|500||InvokeReturn
2022-07-07T04:39:57.932Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14f98669-e309-40c1-a679-48f262b9aeeb/model-vers/model-ver/78651678-c3f6-4b78-93b1-d8c4a0de6b3a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220707-04:39:59:756-76928], vertex-id=[209064], Content-Length=[0], Date=[Thu, 07 Jul 2022 04:39:59 GMT], Content-Type=[application/json]}
2022-07-07T04:39:57.933Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-07-07T04:39:57.933Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-07T04:39:57.934Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-07T04:39:57.938Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-07T04:39:57.938Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 27111f1a-d624-4bb2-a81b-acdf9c657a2a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-07T04:39:57.939Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-07T04:39:57.939Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:39:57.941Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:39:57.941Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168797938,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-07T04:39:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:39:58.003Z||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-07T04:39:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:39:58.041Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:39:58.042Z||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-07T04:39:58.042Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:39:58.143Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:39:58.143Z||pool-34-thread-1|||||INFO|500||cambria reply ok (102 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:39:58.152Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:39:58.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:39:58.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ef5b7a76-228a-4949-918c-1b477733cb78",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168744989,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-07T04:39:58.154Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:39:58.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:39:58.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168746006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:39:58.154Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:39:58.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:39:58.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168746006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json",
"status": "NOTIFIED"
}
2022-07-07T04:39:58.154Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:39:58.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:39:58.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168746006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-07T04:39:58.155Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:39:58.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:39:58.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168746006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:39:58.155Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:39:58.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:39:58.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168746006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-07T04:39:58.155Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:39:58.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:39:58.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168746006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:39:58.156Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:39:58.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:39:58.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168746006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:39:58.156Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:39:58.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:39:58.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168757826,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:39:58.156Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:39:58.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:39:58.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168760311,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:39:58.157Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:39:58.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:39:58.157Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168761408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:39:58.157Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:39:58.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:39:58.157Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168762473,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:39:58.157Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:39:58.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:39:58.157Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168763583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/basic_onboard_cwqluc0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-07T04:39:58.158Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:39:58.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:39:58.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168764586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-07T04:39:58.158Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:39:58.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:39:58.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168765590,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/resourceInstances/basic_onboard_cwqluc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-07T04:39:58.158Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:39:58.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:39:58.158Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168766595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwqluc/1.0/artifacts/service-BasicOnboardCwqluc-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-07T04:39:58.158Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-07T04:39:58.956Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:39:58.957Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07T04:39:58.957Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:40:08.498Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:40:08.499Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:40:08.499Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07T04:40:08.500Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:40:18.039Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:40:18.040Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:40:18.041Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07T04:40:18.041Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:40:27.593Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:40:27.593Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:40:27.594Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07T04:40:27.594Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:40:37.150Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:40:57.999Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:40:58.000Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07T04:40:58.000Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:40:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:40:58.003Z||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-07T04:40:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:40:58.547Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:40:58.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-07T04:40:58.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "27111f1a-d624-4bb2-a81b-acdf9c657a2a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657168797938,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-07T04:40:58.549Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:41:07.548Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:41:57.999Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:41:58.000Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07T04:41:58.000Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:41:58.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:41:58.003Z||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-07T04:41:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:42:07.546Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:42:07.547Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:42:57.999Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:42:58.001Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07T04:42:58.001Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:42:58.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:42:58.002Z||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-07T04:42:58.002Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:43:07.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:43:07.553Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:43:57.999Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:43:58.000Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07T04:43:58.001Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:43:58.002Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:43:58.003Z||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-07T04:43:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:44:07.548Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:44:07.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:44:57.999Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:44:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:44:58.002Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07T04:44:58.002Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:44:58.003Z||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-07T04:44:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:45:07.549Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:45:07.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:45:57.999Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:45:58.000Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07T04:45:58.000Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:45:58.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:45:58.002Z||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-07T04:45:58.002Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:46:07.547Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:46:07.548Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:46:57.999Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:46:58.000Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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-07T04:46:58.000Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:46:58.002Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:46:58.002Z||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-07T04:46:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:47:07.544Z|27111f1a-d624-4bb2-a81b-acdf9c657a2a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:47:07.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:47:57.999Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:47:58.000Z||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-07T04:47:58.000Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:47:58.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:47:58.003Z||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-07T04:47:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:48:07.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:48:07.555Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:48:57.999Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:48:58.000Z||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-07T04:48:58.000Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:48:58.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:48:58.003Z||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-07T04:48:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:48:58.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:48:58.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9dc8a2da-bffe-4237-a606-e00b4823f3cc","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3f81b54b-9b44-4916-8749-13f2afb91359","serviceDescription":"service","serviceInvariantUUID":"c34a2694-d6bf-438f-a070-c047e0afe9d8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e7469b45-570f-49e6-95a3-0f85f5991277","resourceInvariantUUID":"2489e6ca-1d79-408b-a1e2-dcd0650ef782","resourceCustomizationUUID":"21d640e1-3052-4b44-ba62-ad642f56e346","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":"ZTFlY2U5ZWUwZGZmZDAwNzM1Y2ViODk0YTg2ZjhjYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3e9c51ce-4d12-4c5e-8478-781337430278","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2ZmYThmMjY3ZmFmNmZkMGRjNWQ2YmMyYWNhMTljYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3eb4a7af-999d-48b6-9e5f-8b17d7e93070","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-07T04:48:58.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:48:58.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "cds",
"timestamp": 1657169299804,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:48:58.641Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:48:58.642Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:48:58.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:48:58.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "policy-id",
"timestamp": 1657169298315,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:48:58.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:48:58.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657169294039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:48:58.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:48:58.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "cds",
"timestamp": 1657169299804,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:48:58.644Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:48:58.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "policy-id",
"timestamp": 1657169298315,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:48:58.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:48:58.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1657169294039,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:48:58.645Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:48:58.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:48:58.645Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657169337999,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:48:58.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657169301102,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:48:58.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:48:58.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1657169301102,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:48:58.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:48:58.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "policy-id",
"timestamp": 1657169303986,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:48:58.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:48:58.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "cds",
"timestamp": 1657169304121,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:48:58.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:48:58.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "clamp",
"timestamp": 1657169303627,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:48:58.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:48:58.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "policy-id",
"timestamp": 1657169304991,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-07T04:48:58.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:48:58.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "cds",
"timestamp": 1657169305134,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-07T04:48:58.671Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9dc8a2da-bffe-4237-a606-e00b4823f3cc
2022-07-07T04:48:58.671Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dc8a2da-bffe-4237-a606-e00b4823f3cc 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-07T04:48:58.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "clamp",
"timestamp": 1657169303627,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:48:58.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:48:58.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "policy-id",
"timestamp": 1657169305994,
"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-07T04:48:58.687Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9dc8a2da-bffe-4237-a606-e00b4823f3cc
2022-07-07T04:48:58.688Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dc8a2da-bffe-4237-a606-e00b4823f3cc 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-07T04:48:58.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657169305957,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:48:58.699Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:48:58.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657169305957,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:48:58.699Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:48:58.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657169309054,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:48:58.700Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:48:58.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657169311408,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-07T04:48:58.700Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:48:58.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "clamp",
"timestamp": 1657169311918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:48:58.700Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:48:58.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1657169312416,
"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-07T04:48:58.707Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9dc8a2da-bffe-4237-a606-e00b4823f3cc
2022-07-07T04:48:58.708Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dc8a2da-bffe-4237-a606-e00b4823f3cc 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-07T04:48:58.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "clamp",
"timestamp": 1657169313889,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-07T04:48:58.717Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:48:58.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "clamp",
"timestamp": 1657169314894,
"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-07T04:48:58.722Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9dc8a2da-bffe-4237-a606-e00b4823f3cc
2022-07-07T04:48:58.722Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dc8a2da-bffe-4237-a606-e00b4823f3cc 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-07T04:48:58.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "aai-ml",
"timestamp": 1657169318158,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:48:58.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:48:58.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "aai-ml",
"timestamp": 1657169318158,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:48:58.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-07-07T04:48:58.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "aai-ml",
"timestamp": 1657169321211,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:48:58.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:48:58.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "aai-ml",
"timestamp": 1657169326282,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-07T04:48:58.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-07T04:48:58.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-07T04:48:58.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "aai-ml",
"timestamp": 1657169327287,
"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-07T04:48:58.739Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9dc8a2da-bffe-4237-a606-e00b4823f3cc
2022-07-07T04:48:58.739Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dc8a2da-bffe-4237-a606-e00b4823f3cc 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-07T04:48:58.745Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:48:58.746Z||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-07T04:48:58.746Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:48:58.763Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:48:58.764Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:48:59.646Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:48:59.647Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:48:59.649Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:48:59.649Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657169337999,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:48:59.749Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:48:59.750Z||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-07T04:48:59.750Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:48:59.765Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:48:59.766Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:49:00.651Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "3f81b54b-9b44-4916-8749-13f2afb91359",
"serviceDescription": "service",
"serviceInvariantUUID": "c34a2694-d6bf-438f-a070-c047e0afe9d8",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "21d640e1-3052-4b44-ba62-ad642f56e346",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "e7469b45-570f-49e6-95a3-0f85f5991277",
"resourceInvariantUUID": "2489e6ca-1d79-408b-a1e2-dcd0650ef782",
"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": "N2ZmYThmMjY3ZmFmNmZkMGRjNWQ2YmMyYWNhMTljYTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3eb4a7af-999d-48b6-9e5f-8b17d7e93070"
}
],
"workloadContext": "Production"
}
2022-07-07T04:49:00.651Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-07T04:49:00.651Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3f81b54b-9b44-4916-8749-13f2afb91359 ASDC
2022-07-07T04:49:00.652Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9dc8a2da-bffe-4237-a606-e00b4823f3cc
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3f81b54b-9b44-4916-8749-13f2afb91359
ServiceInvariantUUID:c34a2694-d6bf-438f-a070-c047e0afe9d8
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:3eb4a7af-999d-48b6-9e5f-8b17d7e93070
ArtifactChecksum:N2ZmYThmMjY3ZmFmNmZkMGRjNWQ2YmMyYWNhMTljYTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:21d640e1-3052-4b44-ba62-ad642f56e346
ResourceInvariantUUID:2489e6ca-1d79-408b-a1e2-dcd0650ef782
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e7469b45-570f-49e6-95a3-0f85f5991277
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-07-07T04:49:00.652Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3f81b54b-9b44-4916-8749-13f2afb91359 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-07T04:49:00.682Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-07T04:49:00.683Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-07T04:49:00.683Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-07T04:49:00.683Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3eb4a7af-999d-48b6-9e5f-8b17d7e93070 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-07T04:49:00.683Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-07T04:49:00.684Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-07T04:49:00.807Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-07T04:49:00.810Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3eb4a7af-999d-48b6-9e5f-8b17d7e93070 52508
2022-07-07T04:49:00.810Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||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-07T04:49:00.810Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||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-07T04:49:00.810Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-07T04:49:00.810Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:49:00.812Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:49:00.812Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657169340810,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:49:00.913Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:49:00.914Z||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-07T04:49:00.914Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:49:00.939Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:49:00.940Z||pool-37-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:49:01.813Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-07T04:49:01.814Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-07T04:49:01.814Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 3eb4a7af-999d-48b6-9e5f-8b17d7e93070, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-07T04:49:01.815Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-07T04:49:01.816Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-07T04:49:01.816Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-07T04:49:01.945Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9203385495164388675/Definitions/service-BasicNetwork-template.yml
2022-07-07T04:49:02.459Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-07T04:49:02.460Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-07T04:49:02.460Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-07T04:49:02.460Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-07T04:49:02.460Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||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-07T04:49:02.460Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||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-07T04:49:02.460Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||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-07T04:49:02.460Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||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-07T04:49:02.460Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||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-07T04:49:02.460Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||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-07T04:49:02.460Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||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-07T04:49:02.461Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||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-07T04:49:02.461Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-07T04:49:02.461Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:49:02.461Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:49:02.461Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-07T04:49:02.461Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-07T04:49:02.462Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-07T04:49:02.462Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:49:02.462Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:49:02.462Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-07T04:49:02.462Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-07T04:49:02.462Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-07T04:49:02.463Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:49:02.463Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:49:02.463Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:49:02.463Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:49:02.464Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:49:02.464Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:49:02.464Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:49:02.464Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:49:02.464Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:49:02.464Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:49:02.464Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:3f81b54b-9b44-4916-8749-13f2afb91359
Model Version:NULL
Model InvariantUuid:c34a2694-d6bf-438f-a070-c047e0afe9d8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2489e6ca-1d79-408b-a1e2-dcd0650ef782
Model UUID:1034cd39-8676-4908-b1ec-baf503867195
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:21d640e1-3052-4b44-ba62-ad642f56e346
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-07T04:49:02.471Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: e7469b45-570f-49e6-95a3-0f85f5991277
2022-07-07T04:49:02.471Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||No resources found for Service: 3f81b54b-9b44-4916-8749-13f2afb91359
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-07T04:49:02.476Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||
2022-07-07T04:49:02.476Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-07-07T04:49:02.477Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 3f81b54b-9b44-4916-8749-13f2afb91359
2022-07-07T04:49:02.477Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3f81b54b-9b44-4916-8749-13f2afb91359
2022-07-07T04:49:02.477Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-07-07T04:49:02.478Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||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-07T04:49:02.482Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f6c8261, org.onap.sdc.toscaparser.api.parameters.Input@5dc79d06, org.onap.sdc.toscaparser.api.parameters.Input@736bbe99, org.onap.sdc.toscaparser.api.parameters.Input@44200eb5, org.onap.sdc.toscaparser.api.parameters.Input@1f84e3da]
2022-07-07T04:49:02.483Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:49:02.483Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:49:02.484Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:49:02.484Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:49:02.484Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3f81b54b-9b44-4916-8749-13f2afb91359: Generic NeutronNet
2022-07-07T04:49:02.484Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:49:02.484Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:49:02.484Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:49:02.484Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||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-07T04:49:02.520Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:49:02.521Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:49:02.521Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:49:02.521Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:49:02.521Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:49:02.522Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:49:02.522Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||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-07T04:49:02.577Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-07-07T04:49:02.577Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||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-07T04:49:02.578Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||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-07T04:49:02.578Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-07T04:49:02.578Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:49:02.587Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:49:02.587Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657169342577,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-07T04:49:02.680Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-07-07T04:49:02.681Z||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-07T04:49:02.681Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:49:02.700Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:49:02.700Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:49:03.588Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dc8a2da-bffe-4237-a606-e00b4823f3cc
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-07T04:49:03.603Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dc8a2da-bffe-4237-a606-e00b4823f3cc
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-07T04:49:03.606Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-07T04:49:03.607Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-07T04:49:03.607Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-07T04:49:03.607Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-07T04:49:03.607Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-07T04:49:03.607Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-07T04:49:03.608Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-07T04:49:03.608Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-07T04:49:03.608Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-07T04:49:03.608Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-07T04:49:03.608Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||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-07T04:49:03.614Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-07T04:49:33.615Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9dc8a2da-bffe-4237-a606-e00b4823f3cc 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-07T04:49:33.623Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9dc8a2da-bffe-4237-a606-e00b4823f3cc and serviceModelVersionId: 3f81b54b-9b44-4916-8749-13f2afb91359
2022-07-07T04:49:33.623Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c34a2694-d6bf-438f-a070-c047e0afe9d8
2022-07-07T04:49:33.624Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c34a2694-d6bf-438f-a070-c047e0afe9d8/model-vers/model-ver/3f81b54b-9b44-4916-8749-13f2afb91359?depth=0
2022-07-07T04:49:33.629Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-07-07T04:49:33.688Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34a2694-d6bf-438f-a070-c047e0afe9d8/model-vers/model-ver/3f81b54b-9b44-4916-8749-13f2afb91359?depth=0|INFO|500||Invoke
2022-07-07T04:49:33.688Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34a2694-d6bf-438f-a070-c047e0afe9d8/model-vers/model-ver/3f81b54b-9b44-4916-8749-13f2afb91359?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34a2694-d6bf-438f-a070-c047e0afe9d8/model-vers/model-ver/3f81b54b-9b44-4916-8749-13f2afb91359?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9dc8a2da-bffe-4237-a606-e00b4823f3cc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90cdd192-91b1-4fc9-923b-90e359832253], X-ECOMP-RequestID=[9dc8a2da-bffe-4237-a606-e00b4823f3cc], X-TransactionId=[], X-ONAP-RequestID=[9dc8a2da-bffe-4237-a606-e00b4823f3cc], Content-Type=[application/merge-patch+json]}
2022-07-07T04:49:33.710Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34a2694-d6bf-438f-a070-c047e0afe9d8/model-vers/model-ver/3f81b54b-9b44-4916-8749-13f2afb91359?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-07T04:49:33.881Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34a2694-d6bf-438f-a070-c047e0afe9d8/model-vers/model-ver/3f81b54b-9b44-4916-8749-13f2afb91359?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/c34a2694-d6bf-438f-a070-c047e0afe9d8/model-vers/model-ver/3f81b54b-9b44-4916-8749-13f2afb91359?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220707-04:49:35:805-55235], vertex-id=[221328], Content-Length=[0], Date=[Thu, 07 Jul 2022 04:49:35 GMT], Content-Type=[application/json]}
2022-07-07T04:49:33.882Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34a2694-d6bf-438f-a070-c047e0afe9d8/model-vers/model-ver/3f81b54b-9b44-4916-8749-13f2afb91359?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-07T04:49:33.882Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c34a2694-d6bf-438f-a070-c047e0afe9d8/model-vers/model-ver/3f81b54b-9b44-4916-8749-13f2afb91359?depth=0|INFO|500||InvokeReturn
2022-07-07T04:49:33.883Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-07T04:49:33.884Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||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-07T04:49:33.890Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||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-07T04:49:33.891Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9dc8a2da-bffe-4237-a606-e00b4823f3cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-07T04:49:33.891Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-07T04:49:33.891Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:49:33.893Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:49:33.893Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657169373891,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-07T04:49:33.994Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-07T04:49:33.995Z||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-07T04:49:33.995Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:49:34.022Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:49:34.023Z||pool-39-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-07T04:49:57.999Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:49:58.000Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|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-07T04:49:58.000Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:49:58.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-07T04:49:58.003Z||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-07T04:49:58.003Z||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 PBDwzCCYkGWqsLGP) ...
2022-07-07T04:49:58.131Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:49:58.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-07T04:49:58.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9dc8a2da-bffe-4237-a606-e00b4823f3cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657169337999,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:49:58.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-07-07T04:49:58.628Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:49:58.629Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-07T04:49:58.629Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7cead993-532b-4fc3-a495-3f17fdd6406e","serviceName":"Demo_pNF_tjH9F175E5b7VUVaq5gy","serviceVersion":"1.0","serviceUUID":"28751dff-7553-424a-89a5-48ad42c4eab2","serviceDescription":"catalog service description","serviceInvariantUUID":"a0182fe1-51e4-4e44-9bb3-eae644a1c004","resources":[{"resourceInstanceName":"pNF c0880637-8469 0","resourceName":"pNF c0880637-8469","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5b2af94e-6354-41a3-ace3-404b20acb3f5","resourceInvariantUUID":"fbda616f-4cea-4f51-8675-6a4b6f89f3a6","resourceCustomizationUUID":"f3b78d53-cf36-4201-a686-b733f90599fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vf-license-model.xml","artifactChecksum":"MzdiZDcyNGU5MjNjNzYzZGFmYzYzNDU1YjRiYjk2YWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"af926cfe-1990-47d1-a50b-dfc04fb6a29e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/pNF.csar","artifactChecksum":"ODMxNjZjYTlkMDAwNDlhMTVkZDE2OGFiMTI1ZjJmNmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"34039abb-94b2-4666-9b41-dc5ac8259763","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"03ae926a-cf2d-41a5-b488-23c0124bf883","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vendor-license-model.xml","artifactChecksum":"YzRmMWY3NTNhMjNiYmIyZTc0NzFlMWM5ZTg2MDlmMGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"90d7456f-ade0-4c67-a77e-a5ee366cd515","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"67bf3b28-3a14-458b-b386-382af1eabddc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d1d14e41-885c-4322-a9e8-74bde2a21832","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTjh9f175e5b7vuvaq5gy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-template.yml","artifactChecksum":"MWM5MjZiOGQ4YjRkZTkzYTU2YWQyMTlmZjk1ZmRlOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80d33c72-91fc-45b1-8634-8b31928572c8","artifactVersion":"1"},{"artifactName":"service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar","artifactChecksum":"ZGY0NDZkMWU5OGU3Y2U0Mzc5NWI3NWEwNDJkNzNiMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"61eb94ae-1097-4680-a4ca-25f314e2084a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-07T04:49:58.631Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:49:58.631Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:49:58.633Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:49:58.633Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657169397999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:49:58.734Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:49:58.735Z||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-07T04:49:58.735Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:49:58.749Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:49:58.749Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:49:59.634Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:49:59.635Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:49:59.638Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:49:59.638Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657169397999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:49:59.738Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-07T04:49:59.739Z||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-07T04:49:59.739Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:49:59.753Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:49:59.754Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:50:00.641Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:50:00.642Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:50:00.644Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:50:00.644Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657169397999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:50:00.744Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:50:00.745Z||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-07T04:50:00.745Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:50:00.757Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:50:00.757Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:50:01.644Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:50:01.645Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:50:01.647Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:50:01.647Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657169397999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:50:01.747Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:50:01.748Z||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-07T04:50:01.748Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:50:01.768Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:50:01.769Z||pool-43-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:50:02.648Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:50:02.648Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:50:02.651Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:50:02.651Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657169397999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:50:02.751Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:50:02.752Z||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-07T04:50:02.752Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:50:02.765Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:50:02.765Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:50:03.651Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:50:03.652Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:50:03.654Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:50:03.655Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657169397999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/resourceInstances/pnfc088063784690/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:50:03.755Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:50:03.756Z||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-07T04:50:03.756Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:50:03.785Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:50:03.786Z||pool-45-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:50:04.655Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:50:04.656Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:50:04.658Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:50:04.658Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657169397999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-07T04:50:04.758Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:50:04.759Z||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-07T04:50:04.759Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:50:04.777Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:50:04.777Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:50:05.659Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-07T04:50:05.660Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:50:05.662Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:50:05.662Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657169397999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar",
"status": "NOTIFIED"
}
2022-07-07T04:50:05.762Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:50:05.763Z||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-07T04:50:05.763Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:50:05.783Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:50:05.783Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-07T04:50:06.663Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e",
"serviceName": "Demo_pNF_tjH9F175E5b7VUVaq5gy",
"serviceVersion": "1.0",
"serviceUUID": "28751dff-7553-424a-89a5-48ad42c4eab2",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a0182fe1-51e4-4e44-9bb3-eae644a1c004",
"resources": [
{
"resourceInstanceName": "pNF c0880637-8469 0",
"resourceCustomizationUUID": "f3b78d53-cf36-4201-a686-b733f90599fb",
"resourceName": "pNF c0880637-8469",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "5b2af94e-6354-41a3-ace3-404b20acb3f5",
"resourceInvariantUUID": "fbda616f-4cea-4f51-8675-6a4b6f89f3a6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar",
"artifactChecksum": "ZGY0NDZkMWU5OGU3Y2U0Mzc5NWI3NWEwNDJkNzNiMzM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "61eb94ae-1097-4680-a4ca-25f314e2084a"
}
],
"workloadContext": "Production"
}
2022-07-07T04:50:06.663Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-07T04:50:06.663Z|9dc8a2da-bffe-4237-a606-e00b4823f3cc|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 28751dff-7553-424a-89a5-48ad42c4eab2 ASDC
2022-07-07T04:50:06.664Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7cead993-532b-4fc3-a495-3f17fdd6406e
ServiceName:Demo_pNF_tjH9F175E5b7VUVaq5gy
ServiceVersion:1.0
ServiceUUID:28751dff-7553-424a-89a5-48ad42c4eab2
ServiceInvariantUUID:a0182fe1-51e4-4e44-9bb3-eae644a1c004
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar
ArtifactUUID:61eb94ae-1097-4680-a4ca-25f314e2084a
ArtifactChecksum:ZGY0NDZkMWU5OGU3Y2U0Mzc5NWI3NWEwNDJkNzNiMzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c0880637-8469 0
ResourceCustomizationUUID:f3b78d53-cf36-4201-a686-b733f90599fb
ResourceInvariantUUID:fbda616f-4cea-4f51-8675-6a4b6f89f3a6
ResourceName:pNF c0880637-8469
ResourceType:PNF
ResourceUUID:5b2af94e-6354-41a3-ace3-404b20acb3f5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-07-07T04:50:06.664Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 28751dff-7553-424a-89a5-48ad42c4eab2 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-07T04:50:06.690Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-07T04:50:06.691Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-07T04:50:06.691Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-07T04:50:06.691Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 61eb94ae-1097-4680-a4ca-25f314e2084a from URL: /sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar
2022-07-07T04:50:06.691Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-07-07T04:50:06.691Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar
2022-07-07T04:50:06.985Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-07-07T04:50:06.988Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar 61eb94ae-1097-4680-a4ca-25f314e2084a 82658
2022-07-07T04:50:06.989Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar ASDC sendASDCNotification
2022-07-07T04:50:06.989Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar
2022-07-07T04:50:06.989Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-07T04:50:06.989Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-07-07T04:50:06.991Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-07T04:50:06.991Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "7cead993-532b-4fc3-a495-3f17fdd6406e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1657169406989,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-07T04:50:07.092Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-07T04:50:07.093Z||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-07T04:50:07.093Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PBDwzCCYkGWqsLGP) ...
2022-07-07T04:50:07.108Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-07T04:50:07.108Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-07T04:50:07.992Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-07T04:50:07.993Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-07-07T04:50:07.993Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 61eb94ae-1097-4680-a4ca-25f314e2084a, URL: /sdc/v1/catalog/services/DemoPnfTjh9f175e5b7vuvaq5gy/1.0/artifacts/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar to file: /app/ASDC/1/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar
2022-07-07T04:50:07.993Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar
2022-07-07T04:50:07.993Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar
2022-07-07T04:50:07.994Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar
2022-07-07T04:50:08.091Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5045274980138606633/Definitions/service-DemoPnfTjh9f175e5b7vuvaq5gy-template.yml
2022-07-07T04:50:08.827Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-07T04:50:08.827Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-07T04:50:08.827Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar
2022-07-07T04:50:08.827Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-07T04:50:08.828Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c0880637-8469 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-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar
2022-07-07T04:50:08.828Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||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-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar
2022-07-07T04:50:08.828Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar
2022-07-07T04:50:08.828Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||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-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar
2022-07-07T04:50:08.828Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||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-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar
2022-07-07T04:50:08.828Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||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-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar
2022-07-07T04:50:08.828Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||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-DemoPnfTjh9f175e5b7vuvaq5gy-csar.csar
2022-07-07T04:50:08.828Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-07-07T04:50:08.828Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-07T04:50:08.829Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_tjH9F175E5b7VUVaq5gy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-07T04:50:08.829Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Node template pNF c0880637-8469 0 is matching search criteria
2022-07-07T04:50:08.829Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-07-07T04:50:08.829Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c0880637-8469 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-07T04:50:08.829Z|7cead993-532b-4fc3-a495-3f17fdd6406e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery